diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-04 13:37:31 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-04 13:37:31 +0200 |
commit | 459ae9851a70da40ac6d276000b35dc3815ac033 (patch) | |
tree | cf7e72acaf8b1fb0b59ebd44903de155af824314 /src/styles/app.scss | |
parent | d78161127b3e27695c6504be74ad3b440d81078b (diff) |
FUNCT First layout structure
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index 5e7fbd4..c2a4c72 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,6 +1,7 @@ $colors: ( primary: #00ADDC, - font: #999999 + font: #999999, + grey: #848286 ); @import "main.scss"; |