aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
authorRoger Zanoni <rzanoni@igalia.com>2022-11-02 10:16:03 +0100
committerRoger Zanoni <rzanoni@igalia.com>2022-11-02 14:51:15 +0100
commitb0c869c0461741413af9e6a24f6e156717b6362f (patch)
tree1e7efd54e4c426d1b50dd7676e1186857b88802f /src/styles/landscape.scss
parent6abbe876aee09b225af9329e28b4fa2cc4d4c220 (diff)
Adapt the demo to use kuksa.val service
- The "AUTO" element was removed because there's no compatible VSS signal. - Removed the indicators below the seats and now they work only to toggle the state of the seat warmer. - The air distribution buttons now work as a radio group as there is only one AirDistribution setting per cabin. Bug-AGL: SPEC-4599 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: Ibfaa477a7c27627ac524f39dd809b7a2195c7c9f
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index 7acca5e..765443c 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -14,9 +14,11 @@
}
.center {
+ width: 75%;
position: relative;
float: left;
height: 20%;
+ margin-left: 150px;
margin-top: 40px;
.item {
@@ -24,16 +26,14 @@
.button {
.label {
- font-size: 4em;
- margin-top: -45%;
+ font-size: 2.5em;
}
}
}
.item.ac {
.label {
- font-size: 4em;
- margin-top: -45%;
+ font-size: 2.5em;
}
}
}
@@ -58,4 +58,4 @@
}
}
}
-} \ No newline at end of file
+}