Commit a00709688bf073176dbe3ff8a2b0c8bc9d92bce8

Authored by Marcelo Puebla
1 parent 0a1b37bcbc
Exists in develop

Fix

Quitado border de modal
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/scss/styles-bootstrap.scss
... ... @@ -69,6 +69,10 @@ $border-radius-sm: 0.5rem;
69 69 background-color: #0000004d;
70 70 }
71 71  
  72 +.modal-content {
  73 + border: none !important;
  74 +}
  75 +
72 76 .modal-content.media-pantalla {
73 77 margin-top: auto !important;
74 78 margin-bottom: 50px !important;