From 338bf710b96f3592124f926d879c29f85fe5f6f4 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 21 Aug 2019 16:36:58 -0300 Subject: [PATCH] Agregada clase.css --- src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index a2c6de4..5625aae 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -109,6 +109,11 @@ body { max-height: 60vh !important; } +.vh-50 { + min-height: auto !important; + max-height: 50vh !important; +} + .spinner-lg { width: 3rem !important; height: 3rem !important; -- 1.9.1