Fix wrong styles on strike page (#17615)
This commit is contained in:
parent
8603a07504
commit
8338826963
2 changed files with 23 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue