display additional information for station
This commit is contained in:
parent
caa96f565f
commit
9a6be1d010
4 changed files with 43 additions and 3 deletions
21
style.scss
21
style.scss
|
@ -422,6 +422,22 @@ ul#stationList {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
> div.comment {
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
display: inline-flex;
|
||||
margin-left: calc(var(--space-m) + var(--type-icon-size));
|
||||
padding-bottom: var(--space-m);
|
||||
border-bottom: solid 2px var(--station-border);
|
||||
|
||||
> p {
|
||||
display: block;
|
||||
border: solid 2px var(--nav-bg);
|
||||
border-radius: var(--btn-radius);
|
||||
padding: var(--space-l);
|
||||
}
|
||||
}
|
||||
|
||||
> ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
@ -456,6 +472,11 @@ ul#stationList {
|
|||
}
|
||||
}
|
||||
|
||||
// space above first elevator
|
||||
&:first-child {
|
||||
padding-top: var(--space-l);
|
||||
}
|
||||
|
||||
// divider between elevators
|
||||
&:not(:first-child):before {
|
||||
content: "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue