15 lines
170 B
SCSS
15 lines
170 B
SCSS
.alhp{
|
|
background: olivedrab;
|
|
color: white;
|
|
|
|
&--good {
|
|
background: olivedrab;
|
|
color: white;
|
|
}
|
|
|
|
&--bad {
|
|
background: maroon;
|
|
color: white;
|
|
}
|
|
}
|