diff --git a/src/App.scss b/src/App.scss index 511bb00..5472e5b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -62,15 +62,39 @@ } } +// Error icon +.wip-alert { + padding: 0 0.5em; + text-align: center; +} + +.icon-error { + width: 13em; + margin: 0.5em 0; +} + // HEADER .app_header { background: $primaryCol; - padding: 0.15em; + padding: 0.5em 0.3em 0 0.3em; border-radius: 0 0 1em 1em; display: flex; justify-content: center; + +} + +.train-logo { + position: relative; + z-index: 2; + + .logo-cap { + position: absolute; + left: 0; + transform: translateX(0.22em); + width: 0.7em; + } } .header { @@ -81,7 +105,7 @@ text-align: center; - img { + .logo-image { width: 0.8em; } diff --git a/src/App.vue b/src/App.vue index 933c623..cd5838f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,12 +7,23 @@ /> -->
+
+ S
+
+ tacj
+
+
+