aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-11-06 10:00:13 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit323e742d3027c0461e3d820520d2e69d3401428c (patch)
tree14997f5802d3d3fb16a44f8dde95c629fab79a44
parent394f3748c7e53239733703d9dc36af5897a38aef (diff)
BUGFIX Correct bottom image for 720p
-rw-r--r--src/images/agl_logo_1080.png (renamed from src/images/agl_logo.png)bin28957 -> 28957 bytes
-rw-r--r--src/images/agl_logo_720.pngbin0 -> 18340 bytes
-rw-r--r--src/styles/1080.scss7
-rw-r--r--src/styles/720.scss7
-rw-r--r--src/styles/main.scss4
5 files changed, 14 insertions, 4 deletions
diff --git a/src/images/agl_logo.png b/src/images/agl_logo_1080.png
index 2792909..d559e69 100644
--- a/src/images/agl_logo.png
+++ b/src/images/agl_logo_1080.png
Binary files differ
diff --git a/src/images/agl_logo_720.png b/src/images/agl_logo_720.png
new file mode 100644
index 0000000..7aa5d07
--- /dev/null
+++ b/src/images/agl_logo_720.png
Binary files differ
diff --git a/src/styles/1080.scss b/src/styles/1080.scss
index 6f81af5..d4f9aac 100644
--- a/src/styles/1080.scss
+++ b/src/styles/1080.scss
@@ -1,3 +1,10 @@
body {
font-size: 1.2rem;
+
+ .bottom {
+ height: 214px;
+ background-image: url('../images/agl_logo_1080.png');
+ background-position: center center;
+ background-repeat: no-repeat;
+ }
} \ No newline at end of file
diff --git a/src/styles/720.scss b/src/styles/720.scss
index 8e6d5ee..31d3d9e 100644
--- a/src/styles/720.scss
+++ b/src/styles/720.scss
@@ -1,3 +1,10 @@
body {
font-size: 0.8rem;
+
+ .bottom {
+ height: 144px;
+ background-image: url('../images/agl_logo_720.png');
+ background-position: center center;
+ background-repeat: no-repeat;
+ }
} \ No newline at end of file
diff --git a/src/styles/main.scss b/src/styles/main.scss
index b3f56e1..8f90f1c 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -108,10 +108,6 @@ body {
position: absolute;
bottom: 0;
width: 100%;
- height: 214px;
- background-image: url('../images/agl_logo.png');
- background-position: center center;
- background-repeat: no-repeat;
}
.log {