aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index b7e1bf7..58185de 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -3,4 +3,26 @@
html {
background-image: url('../images/horizontal_background.png');
}
+
+ body {
+ .speedometertop {
+ display: none;
+ }
+
+ .speedometerbottom {
+ display: block;
+ }
+
+ .inforow {
+ margin-top: 0 !important;
+ }
+
+ .car {
+ .warning {
+ left: 40%;
+ top: 50%;
+ animation: blink 3s linear infinite;
+ }
+ }
+ }
} \ No newline at end of file