Commit c4131af275759df7e26d7f361d29f8e3835abcb8

Authored by Jose Pinto
1 parent 7d24e30479
Exists in master

alineo datos header modal

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
src/sass/_bootstrap.scss
... ... @@ -27,7 +27,13 @@
27 27 }
28 28 .modal-content {
29 29 .modal-header{
30   - display: block
  30 + display: block;
  31 + >div.row{
  32 + margin: 0 !important;
  33 + >div{
  34 + padding: 0 !important;
  35 + }
  36 + }
31 37 }
32 38 @media (max-width: 576px) {
33 39 height: auto;