Commit 436f1da50ab16f08ee9794b3b01af4c858d84a76
1 parent
102f90deae
Exists in
master
and in
1 other branch
Cambio en clase css.
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/styles.scss
| ... | ... | @@ -109,20 +109,21 @@ body { |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | .vh-70 { |
| 112 | - min-height: auto !important; | |
| 113 | 112 | max-height: 70vh !important; |
| 114 | 113 | } |
| 115 | 114 | |
| 116 | 115 | .vh-60 { |
| 117 | - min-height: auto !important; | |
| 118 | 116 | max-height: 60vh !important; |
| 119 | 117 | } |
| 120 | 118 | |
| 121 | 119 | .vh-50 { |
| 122 | - min-height: auto !important; | |
| 123 | 120 | max-height: 50vh !important; |
| 124 | 121 | } |
| 125 | 122 | |
| 123 | +.vh-15 { | |
| 124 | + max-height: 15vh !important; | |
| 125 | +} | |
| 126 | + | |
| 126 | 127 | .spinner-lg { |
| 127 | 128 | width: 3rem !important; |
| 128 | 129 | height: 3rem !important; |