diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-24 11:34:02 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | e1c80637ec002bc39df5aa7470a69c5ddb8819db (patch) | |
tree | 396b059244b596e9aec3bae0f33b44ef0207aa5a /src/styles/app.scss | |
parent | c7cf1dc95424b57d2d48f3cd8ad2430a377a9bd3 (diff) |
FUNCT Add dummy header with buttons
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index c2a4c72..415e2f3 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,9 +1,14 @@ $colors: ( primary: #00ADDC, - font: #999999, - grey: #848286 + font: #FFFFFF, + grey: #848286, + button: #313131, + background: #363636 ); +$height: 218px; + @import "main.scss"; @import "portrait.scss"; -@import "landscape.scss";
\ No newline at end of file +@import "landscape.scss"; +@import "style.css";
\ No newline at end of file |