Commit ca5ef655e6950f98728de5531856da2430edfd35
Exists in
master
Merge branch 'master' into 'master'
Master(Joel Vitelli) See merge request !18
Showing
2 changed files
Show diff stats
src/assets/scss/bootstrap-override.scss
src/styles.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 | + |