better display of relashionship

This commit is contained in:
Nicolas Constant 2019-08-09 01:03:53 -04:00
parent 52202af43e
commit 5d99d37384
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 9 additions and 3 deletions

View File

@ -211,12 +211,18 @@ $full-alias-color-hover: white;
&__state {
position: absolute;
top: 50px;
right: 15px;
top: 13px;
left: 102px;
font-size: 12px;
max-width: 150px;
&--data {
text-align: right;
display: inline-block;
background-color: rgba(0, 0, 0, .60);
padding: 4px 10px;
border-radius: 4px;
text-align: center;
margin: 0 2px 2px 0;
}
}
}