BUGFIX Correct errors on scss
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>
Fri, 5 Jul 2019 07:11:58 +0000 (09:11 +0200)
committerLorenzo Tilve <ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000 (09:42 +0100)
src/styles/main.scss
src/styles/portrait.scss

index 59a7b00..d0867c4 100644 (file)
@@ -42,11 +42,11 @@ progress {
 }
 
 ::-webkit-progress-bar {
-    background: #848286;
+    background: map-get($colors, grey);
 }
 
 ::-webkit-progress-value {
-  background-color: #00ADDC;
+    background-color: map-get($colors, primary);
 }
 
 html {
index 8c1502d..eff553c 100644 (file)
@@ -6,7 +6,7 @@
 
     body {
         .center {
-            width: 100%;
+            width: 100%;
         }
     }
 }
\ No newline at end of file