From 202b7e81982ce73ede96852ca69b0813bcd0de9d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Jan 2021 13:45:38 +0100 Subject: wagon view: improve diretion and exit direction display --- sass/app.scss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index 26a1a56..9e30ed7 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -39,6 +39,7 @@ div.content { .copyright { margin-top: 1em; color: $fg3; + clear: both; } .wagonorder { @@ -161,6 +162,32 @@ div.content { content: "-"; } +.singlewagon { + .sign-left { + float: left; + padding-left: 5%; + } + .sign-right { + float: right; + padding-right: 5%; + } + .sign-center { + text-align: center; + } + .platform { + text-align: center; + background-color: $bg1; + font-weight: bold; + padding-top: 0.5em; + padding-bottom: 0.5em; + } + img.wagonfile { + width: 100%; + margin-top: 0.2em; + margin-bottom: 0.2em; + } +} + div.app { border-width:1px 2px; width:100%; -- cgit v1.2.3