Commit ca5ef655e6950f98728de5531856da2430edfd35

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'master'

Master(Joel Vitelli)

See merge request !18
src/assets/scss/bootstrap-override.scss
... ... @@ -16,10 +16,5 @@ $theme-colors: (
16 16 border-color: #2872ae !important;
17 17 }
18 18  
19   -.icon-dim{
20   - height: 40px !important;
21   - width: auto !important;
22   - background-color: white !important;
23   -}
24 19  
25 20 @import "../../../node_modules/bootstrap/scss/bootstrap.scss";
... ... @@ -67,3 +67,18 @@ body {
67 67 border-radius: 10px;
68 68 }
69 69 }
  70 +
  71 +.icon-dim {
  72 + height: 40px !important;
  73 + width: auto !important;
  74 + background-color: white !important;
  75 +}
  76 +
  77 +.carousel-indicators li{
  78 + width: 10px !important;
  79 + height: 10px !important;
  80 + border-radius: 15px !important;
  81 + border-top: black !important;
  82 + border-bottom: black !important;
  83 +}
  84 +