forked from potsda.mn/mobilizon
Fix position of tentative tag on EventCard
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
52343ea5cf
commit
67ee95f81e
|
@ -188,16 +188,22 @@ a.card {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
span.tag {
|
span.tag {
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
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 a new issue