Commit e936b4a26ffea2fa0faaf4e730b0d7518403f9d7

Authored by Marcelo Puebla
1 parent c880672f84
Exists in develop

Add

Agregado background a modal
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/scss/styles-bootstrap.scss
... ... @@ -65,6 +65,10 @@ $border-radius-sm: 0.5rem;
65 65 background-color: $primary !important;
66 66 }
67 67  
  68 +.modal {
  69 + background-color: #0000004d;
  70 +}
  71 +
68 72 .modal-promo > div {
69 73 border: none !important;
70 74 border-radius: $border-radius;