From: Humberto Alfonso Díaz Date: Mon, 23 Sep 2019 07:07:23 +0000 (+0200) Subject: FUNCT Update look & feel X-Git-Tag: 8.99.5~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=202c99424446aaf2145932f02dca00209e7a6888;p=apps%2Fhtml5-mixer.git FUNCT Update look & feel --- diff --git a/src/index.html b/src/index.html index 7d124cb..9c1ac9b 100644 --- a/src/index.html +++ b/src/index.html @@ -22,6 +22,9 @@
+

+ Mixer +

Volume 1: 50% diff --git a/src/styles/app.scss b/src/styles/app.scss index a67dbfe..d97030b 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,6 +1,6 @@ $colors: ( primary: #00ADDC, - font: #999999, + font: #FFFFFF, grey: #848286 ); diff --git a/src/styles/main.scss b/src/styles/main.scss index 07fc408..98456a0 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -64,6 +64,8 @@ body { a { color: map-get($colors, font); + text-decoration: none; + font-size: 2.5rem; } .button { @@ -94,6 +96,10 @@ body { justify-content: space-around; height: 100%; + .header { + text-align: center; + } + .entry { height: 100px; @@ -108,10 +114,6 @@ body { text-align: center; height: 80px; line-height: 80px; - background-color: map-get($colors, primary); - color: #FFFFFF; - border-radius: 20px; - text-decoration: none; } .slider {