diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:43:01 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | fb39b8f31f9323f5e56670de2f382f7b19daed08 (patch) | |
tree | ba41a4e725e09327663f5de8e434def8bc2c7151 /src/styles/app.scss | |
parent | 4f48232507b0b77d2126715bbda25fb21af66ab4 (diff) |
FUNCT Add bootstrap
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index fa41373..d84e54a 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -5,6 +5,7 @@ $colors: ( button: #313131, background: #363636 ); +@import "~bootstrap/scss/bootstrap"; @media (max-device-width: 720px) and (orientation: portrait) { $header_size: 145px; |