mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: style improvements & finishing touches
This commit is contained in:
@@ -107,18 +107,6 @@ s {
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
&[data-minor='true'] {
|
||||
.date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.name {
|
||||
background: none;
|
||||
color: #aaa;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.name {
|
||||
background: $stopNameClr;
|
||||
border-radius: 0.5em 0 0 0.5em;
|
||||
@@ -141,6 +129,18 @@ s {
|
||||
}
|
||||
}
|
||||
|
||||
&[data-minor='true'] {
|
||||
.date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.name {
|
||||
background: none;
|
||||
color: #aaa;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.stop {
|
||||
&[data-stop-types='ph'],
|
||||
&[data-stop-types='ph-pm'],
|
||||
@@ -156,6 +156,10 @@ s {
|
||||
}
|
||||
}
|
||||
|
||||
.stop-label > a {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.stop .arrival {
|
||||
&[data-status='confirmed'][data-status-delayed='true'] {
|
||||
span {
|
||||
|
||||
Reference in New Issue
Block a user