diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-09 11:34:42 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 4a49f3e8b5ad0f9251acfcbe38ce201fd34095b3 (patch) | |
tree | 07f871fd1e678b0d4140f41efd95be215793611e /src/styles | |
parent | ccd0e8d0e0af8bd73a7d88bb36e3858b90f7dfec (diff) |
BUGFIX Correct date and time themingicefish_8.99.5icefish/8.99.58.99.5
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/app.scss | 10 | ||||
-rw-r--r-- | src/styles/main.scss | 8 |
2 files changed, 2 insertions, 16 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index d7290f4..014e722 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,15 +1,9 @@ -$colors: ( - primary: #00ADDC, - secondary: #223340, - font: #FFFFFF, - grey: #848286 -); - - $body-bg: transparent; $body-color: #FFFFFF; $list-group-bg: transparent; $font-size-base: 1.5rem; +$input-bg: transparent; +$input-color: #FFFFFF; @import "~bootstrap/scss/bootstrap"; @import "main.scss"; diff --git a/src/styles/main.scss b/src/styles/main.scss index 626d127..e5e81f5 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -2,14 +2,6 @@ display: none; } -::-webkit-progress-bar { - background: map-get($colors, grey); -} - -::-webkit-progress-value { - background-color: map-get($colors, primary); -} - html { height: 100%; background-size: cover; |