lila/ui/lobby/css/_stream.scss
2019-05-01 08:50:45 +07:00

20 lines
353 B
SCSS

.lobby__streams {
.stream {
@extend %roboto, %nowrap-ellipsis, %page-text;
color: $c-font-page;
display: block;
margin-bottom: .5em;
line-height: .9;
strong {
@extend %base-font;
}
&.highlight strong {
color: $c-brag;
}
strong:before {
font-size: 1.5em;
margin-right: .1rem;
}
}
}