taiga-front/app/styles/components/doomline.scss

14 lines
269 B
SCSS

.doom-line {
align-items: center;
background: $red-light;
display: flex;
justify-content: center;
margin: .5rem 0;
padding: .25rem 0;
span {
@include font-size(small);
@include font-type(text);
color: $white;
}
}