diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:06:17 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:03:18 +0100 |
commit | 427a12e11932716a87741686e558a0ad8b49bb03 (patch) | |
tree | 3658eb3e12a0380b8ed2f77baa5e052f63762ebe /src/styles/app.scss | |
parent | aa8165f9173cf95c18deaaf0ce4e685d2cce3775 (diff) |
FUNCT First Dashboard version
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index 014e722..a6b7a27 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -4,6 +4,8 @@ $list-group-bg: transparent; $font-size-base: 1.5rem; $input-bg: transparent; $input-color: #FFFFFF; +$card-bg: transparent; +$card-border-color: transparent; @import "~bootstrap/scss/bootstrap"; @import "main.scss"; |