aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/app.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-10 14:43:01 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commitfb39b8f31f9323f5e56670de2f382f7b19daed08 (patch)
treeba41a4e725e09327663f5de8e434def8bc2c7151 /src/styles/app.scss
parent4f48232507b0b77d2126715bbda25fb21af66ab4 (diff)
FUNCT Add bootstrap
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r--src/styles/app.scss1
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;