[Glitch] Fix wrong styles on strike page

Port SCSS changes from 8338826963

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Eugen Rochko 2022-02-22 06:20:04 +01:00 committed by Claire
parent 954e052b07
commit e07f2efc9f
1 changed files with 19 additions and 0 deletions

View File

@ -1513,6 +1513,25 @@ a.sparkline {
&:last-child {
margin-bottom: 0;
}
strong {
font-weight: 700;
}
}
&__rules {
list-style: disc;
padding-left: 15px;
margin-bottom: 20px;
color: $darker-text-color;
&:last-child {
margin-bottom: 0;
}
&__text {
color: $primary-text-color;
}
}
&__statuses-list {