From 436f1da50ab16f08ee9794b3b01af4c858d84a76 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 11 Sep 2019 12:01:14 -0300 Subject: [PATCH] Cambio en clase css. --- src/styles.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 79a103c..e6db6a1 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -109,20 +109,21 @@ body { } .vh-70 { - min-height: auto !important; max-height: 70vh !important; } .vh-60 { - min-height: auto !important; max-height: 60vh !important; } .vh-50 { - min-height: auto !important; max-height: 50vh !important; } +.vh-15 { + max-height: 15vh !important; +} + .spinner-lg { width: 3rem !important; height: 3rem !important; -- 1.9.1