chore: style improvements & finishing touches

This commit is contained in:
2024-08-21 21:33:46 +02:00
parent a80144cb1c
commit 7ad17fc2c5
6 changed files with 43 additions and 26 deletions
+16 -12
View File
@@ -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 {