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/main.scss | |
parent | ccd0e8d0e0af8bd73a7d88bb36e3858b90f7dfec (diff) |
BUGFIX Correct date and time themingicefish_8.99.5icefish/8.99.58.99.5
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 8 |
1 files changed, 0 insertions, 8 deletions
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; |