Merge branch 'bugs' into 'main'
Fix position of tentative tag on EventCard See merge request framasoft/mobilizon!1132
This commit is contained in:
commit
41e99aa82f
@ -188,6 +188,7 @@ a.card {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
span.tag {
|
span.tag {
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
@ -196,8 +197,13 @@ a.card {
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
|
|
||||||
|
&:not(.is-info, .is-danger) {
|
||||||
background-color: #e6e4f4;
|
background-color: #e6e4f4;
|
||||||
color: #3c376e;
|
color: $violet-3;
|
||||||
|
}
|
||||||
|
&.is-info {
|
||||||
|
color: $violet-3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user