summaryrefslogtreecommitdiffstats
path: root/src/styles/720.scss
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-12-10 14:23:34 +0100
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-12-10 13:56:20 +0000
commite599cdee59e14e5c7d3d4a7d339bc693f69e9d88 (patch)
tree1f5447ecf0d822094a8694e9a60ac17e6639ff8f /src/styles/720.scss
parentcde25fd4136842f6ac5eafbf26adacab13c63552 (diff)
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Signed-off-by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es> Change-Id: I37d42485720bd7bbf6603abb05907c846d8335d4
Diffstat (limited to 'src/styles/720.scss')
-rw-r--r--src/styles/720.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/styles/720.scss b/src/styles/720.scss
new file mode 100644
index 0000000..a92746d
--- /dev/null
+++ b/src/styles/720.scss
@@ -0,0 +1,16 @@
+@media (orientation: landscape) {
+
+ html {
+ background-image: url('../images/horizontal_background.png');
+ }
+
+ body {
+ .bottom {
+ .button {
+ img {
+ width: 80%;
+ }
+ }
+ }
+ }
+} \ No newline at end of file