From fb39b8f31f9323f5e56670de2f382f7b19daed08 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 14:43:01 +0100 Subject: FUNCT Add bootstrap --- package.json | 1 + src/index.html | 2 +- src/styles/app.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac1f45d..2f4772a 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "zip-webpack-plugin": "^3.0.0" }, "dependencies": { + "bootstrap": "4.4.1", "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master", "mustache": "^3.1.0" } diff --git a/src/index.html b/src/index.html index a2ab134..87a9e68 100644 --- a/src/index.html +++ b/src/index.html @@ -48,7 +48,7 @@
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; -- cgit 1.2.3-korg