mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 22:13:20 +03:00
User list styles from master
This commit is contained in:
parent
a1ef78e7f9
commit
58e4d47e08
@ -71,9 +71,12 @@ a.object-list-item {
|
||||
|
||||
.object-list-item-figure {
|
||||
width: 35px;
|
||||
border-radius: 100%;
|
||||
height: 35px;
|
||||
display: block;
|
||||
border: 1px solid #979797;
|
||||
border-radius: 100%;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
} // .object-list-item-figure
|
||||
|
||||
.object-list-item-icon,
|
||||
@ -106,6 +109,7 @@ a.object-list-item {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
color: $midbrown;
|
||||
white-space: nowrap;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user