summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss27
1 files changed, 27 insertions, 0 deletions
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%;