oops, css fix
This commit is contained in:
parent
56b58c1dc8
commit
e4f4114efc
1 changed files with 7 additions and 8 deletions
|
@ -110,6 +110,13 @@ ul.suggestions {
|
||||||
}
|
}
|
||||||
.departures .dep-dest {
|
.departures .dep-dest {
|
||||||
margin-left: 0.8rem;
|
margin-left: 0.8rem;
|
||||||
|
.followee-checkin {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
display: block;
|
||||||
|
i.material-icons {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.departures .dep-line {
|
.departures .dep-line {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -125,14 +132,6 @@ ul.suggestions {
|
||||||
min-width: 6ch;
|
min-width: 6ch;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.followee-checkin {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
display: block;
|
|
||||||
i.material-icons {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.Bus, &.RUF, &.AST {
|
&.Bus, &.RUF, &.AST {
|
||||||
background-color: #a3167e;
|
background-color: #a3167e;
|
||||||
border-radius: 5rem;
|
border-radius: 5rem;
|
||||||
|
|
Loading…
Reference in a new issue