Fix wrong styles on strike page (#17615)

This commit is contained in:
Eugen Rochko
2022-02-22 06:20:04 +01:00
committed by GitHub
parent 8603a07504
commit 8338826963
2 changed files with 23 additions and 3 deletions

View File

@ -1497,6 +1497,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 {