mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix wrong styles on strike page
Port SCSS changes from 83388269631f377e9853858916aa8c3897f90bb4 Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
954e052b07
commit
e07f2efc9f
@ -1513,6 +1513,25 @@ a.sparkline {
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
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 {
|
&__statuses-list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user