From 4b11079594080885642591f5f3c4787e5ffa1a50 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 4 Mar 2024 18:22:21 +0100 Subject: show carriage numbers (or classes) on traininfo page --- sass/app.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index f63c85c..f72203e 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -523,13 +523,24 @@ div.app { width: 100%; display: flex; justify-content: space-between; - margin-bottom: 1em; + margin-bottom: 0.5em; > div { width: 33%; } } + .wagonorder-preview { + font-size: 110%; + width: 100%; + text-align: center; + margin-bottom: 1em; + + a { + color: $fg; + } + } + .departure { text-align: right; } -- cgit v1.2.3