lila/ui/lobby/css/_blog.scss
2019-04-24 12:47:41 +07:00

28 lines
445 B
SCSS

.lobby__blog {
.post {
@extend %flex-between;
color: $c-font;
flex-wrap: nowrap;
overflow: hidden;
padding: .2em .5em;
&:hover {
background: mix($c-link, $c-bg-box, 15%);
}
.text {
flex: 1 1 100%;
}
strong {
display: block;
}
img {
height: 4em;
width: 4em;
margin-right: .8em;
}
time {
color: $c-font-dim;
white-space: nowrap;
}
}
}