From 657d7588562cb78e7abdfd7dc57a66503993ede4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Tue, 13 Nov 2018 11:29:06 -0300 Subject: [PATCH] localstore para nueva configuracion --- index.html | 1 + package.json | 3 ++- src/sass/_bootstrap.scss | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 36e178c..c5f9067 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ + diff --git a/package.json b/package.json index 2caff03..8f6a5a0 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ "jquery": "^3.3.1", "ladda": "1.0.6", "leaflet": "1.3.4", - "node-sass": "^4.9.4", + "ngstorage": "^0.3.11", + "node-sass": "^4.10.0", "uglify": "^0.1.5", "ui-bootstrap4": "^3.0.5" }, diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index e7c6d91..c03f2f8 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -45,3 +45,10 @@ overflow-y: auto; } } + +.boton-salir { + position: absolute; + bottom: 10px; + right: 15px; + width: calc(100% - 15px); +} \ No newline at end of file -- 1.9.1