aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/portrait.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r--src/styles/portrait.scss19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss
index f8db5e4..a123e32 100644
--- a/src/styles/portrait.scss
+++ b/src/styles/portrait.scss
@@ -5,6 +5,23 @@
background-position: top center;
background-repeat: no-repeat;
background-color: transparent;
- height: 992px;
+ }
+
+ body {
+ .speedometertop {
+ display: block;
+ }
+
+ .speedometerbottom {
+ display: none;
+ }
+
+ .car {
+ .warning {
+ left: 35%;
+ top: 50%;
+ animation: blink 3s linear infinite;
+ }
+ }
}
} \ No newline at end of file