From 5ef2a232c9f8701531419f6d8ac8ebcfc4d21fc6 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Fri, 5 Jul 2019 09:11:58 +0200 Subject: BUGFIX Correct errors on scss --- src/styles/main.scss | 4 ++-- src/styles/portrait.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 59a7b00..d0867c4 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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 { diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index 8c1502d..eff553c 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -6,7 +6,7 @@ body { .center { - width: : 100%; + width: 100%; } } } \ No newline at end of file -- cgit 1.2.3-korg