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