0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {