Commit 4ecd7fe3de5876166b029cc9ec0bbddee67b1cf2
1 parent
e166b14ddb
Exists in
master
correccion linea, bajo modal
Showing
2 changed files
with
13 additions
and
2 deletions
Show diff stats
src/sass/_bootstrap.scss
| ... | ... | @@ -26,13 +26,24 @@ |
| 26 | 26 | width:44px; |
| 27 | 27 | } |
| 28 | 28 | .modal-content { |
| 29 | + .modal-header{ | |
| 30 | + display: block | |
| 31 | + } | |
| 29 | 32 | @media (max-width: 576px) { |
| 30 | 33 | height: auto; |
| 31 | 34 | height: 100%; |
| 32 | 35 | border-radius: 0; |
| 33 | 36 | } |
| 34 | 37 | } |
| 35 | -.modal-dialog { | |
| 38 | +.modal.show .modal-dialog { | |
| 39 | + @media (min-width: 1201px){ | |
| 40 | + -webkit-transform: translate(0, 70px); | |
| 41 | + transform: translate(0, 70px); | |
| 42 | + } | |
| 43 | + @media (min-width: 576px) { | |
| 44 | + -webkit-transform: translate(0, 90px); | |
| 45 | + transform: translate(0, 90px); | |
| 46 | + } | |
| 36 | 47 | @media (max-width: 576px) { |
| 37 | 48 | width: 100%; |
| 38 | 49 | height: 100%; |