summaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-10 14:24:43 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:03:18 +0100
commit9a47d56486ca9d6852613e98582bba8257b08d81 (patch)
tree6b9efd80f6a3f0c7ec1a57138a763d2a7d021067 /src/styles/landscape.scss
parent427a12e11932716a87741686e558a0ad8b49bb03 (diff)
BUGFIX Add landscape/portrait support
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