Commit 5ae1878a3218f2f34e574821bb652f1ea2aee5ad
1 parent
a4b04eb010
Exists in
develop
Change
Se movieron clases
Showing
2 changed files
with
12 additions
and
12 deletions
Show diff stats
src/scss/styles-bootstrap.scss
src/styles.scss
... | ... | @@ -22,6 +22,13 @@ body { |
22 | 22 | user-select: none; |
23 | 23 | } |
24 | 24 | |
25 | +body.media-pantalla { | |
26 | + height: 50% !important; | |
27 | + position: absolute; | |
28 | + bottom: 0; | |
29 | + width: 100%; | |
30 | +} | |
31 | + | |
25 | 32 | .btn-effect { |
26 | 33 | transition: all 0.3s !important; |
27 | 34 | &:hover { |
... | ... | @@ -77,15 +84,3 @@ p { |
77 | 84 | .disabled { |
78 | 85 | opacity: 0.5; |
79 | 86 | } |
80 | - | |
81 | -body.media-pantalla { | |
82 | - height: 50% !important; | |
83 | - position: absolute; | |
84 | - bottom: 0; | |
85 | - width: 100%; | |
86 | -} | |
87 | - | |
88 | -.modal-content.media-pantalla { | |
89 | - margin-top: auto !important; | |
90 | - margin-bottom: 50px !important; | |
91 | -} |