mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
User list styles from master
This commit is contained in:
parent
a1ef78e7f9
commit
58e4d47e08
1 changed files with 5 additions and 1 deletions
|
@ -71,9 +71,12 @@ a.object-list-item {
|
||||||
|
|
||||||
.object-list-item-figure {
|
.object-list-item-figure {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
border-radius: 100%;
|
height: 35px;
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid #979797;
|
border: 1px solid #979797;
|
||||||
|
border-radius: 100%;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center center;
|
||||||
} // .object-list-item-figure
|
} // .object-list-item-figure
|
||||||
|
|
||||||
.object-list-item-icon,
|
.object-list-item-icon,
|
||||||
|
@ -106,6 +109,7 @@ a.object-list-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $midbrown;
|
color: $midbrown;
|
||||||
|
white-space: nowrap;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue