OpenSlides/client/src/app/shared/components/contdown-time/countdown-time.component.scss

14 lines
188 B
SCSS
Raw Normal View History

2019-02-14 16:02:18 +01:00
#countdown {
font-weight: bold;
display: inline-block;
text-align: right;
&.warning_time {
color: #ed940d;
}
&.negative {
color: #cc0000;
}
}