mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
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 {
|
||||
margin-left: 0.8rem;
|
||||
.followee-checkin {
|
||||
font-size: 0.9rem;
|
||||
display: block;
|
||||
i.material-icons {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
.departures .dep-line {
|
||||
text-align: center;
|
||||
|
@ -125,14 +132,6 @@ ul.suggestions {
|
|||
min-width: 6ch;
|
||||
margin: 0 auto;
|
||||
|
||||
.followee-checkin {
|
||||
font-size: 0.9rem;
|
||||
display: block;
|
||||
i.material-icons {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
&.Bus, &.RUF, &.AST {
|
||||
background-color: #a3167e;
|
||||
border-radius: 5rem;
|
||||
|
|
Loading…
Reference in a new issue