aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/StopSheet.css')
-rw-r--r--src/frontend/app/components/StopSheet.css31
1 files changed, 30 insertions, 1 deletions
diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css
index 165f9fe..d3c0b06 100644
--- a/src/frontend/app/components/StopSheet.css
+++ b/src/frontend/app/components/StopSheet.css
@@ -93,13 +93,42 @@
white-space: nowrap;
}
+.stop-sheet-estimate-arrival {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
+ gap: 4px;
+ flex-shrink: 0;
+}
+
.stop-sheet-estimate-time {
- font-size: 0.85rem;
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ font-size: 1.05rem;
+ font-weight: 600;
+ color: var(--text-color);
+}
+
+.stop-sheet-estimate-time.is-minutes {
+ color: #22c55e;
+}
+
+.stop-sheet-estimate-time svg {
+ width: 18px;
+ height: 18px;
color: var(--subtitle-color);
+ flex-shrink: 0;
+}
+
+.stop-sheet-estimate-time.is-minutes svg {
+ color: #22c55e;
}
.stop-sheet-estimate-distance {
+ font-size: 0.75rem;
color: var(--subtitle-color);
+ text-align: right;
}
.stop-sheet-footer {