Commit d0eba8884b933e90454e465314b18ada6a257412
1 parent
f50cb363ec
Exists in
master
Arreglo botones
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/sass/_botonera-secundaria.scss
1 | 1 | .botonera-secundaria { |
2 | - height: 78px; | |
3 | 2 | .row { |
4 | 3 | border-radius: 5px; |
5 | 4 | overflow: hidden; |
... | ... | @@ -11,7 +10,6 @@ |
11 | 10 | margin-right: 1px; |
12 | 11 | width: calc(100% - 1px); |
13 | 12 | margin-bottom: 1px; |
14 | - | |
15 | 13 | &:hover{ |
16 | 14 | background-color: #cd903550 ; |
17 | 15 | border-color: #cd9035 !important; |
... | ... | @@ -20,7 +18,7 @@ |
20 | 18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); |
21 | 19 | } |
22 | 20 | img{ |
23 | - width: 50%; | |
21 | + width: 40%; | |
24 | 22 | margin: auto |
25 | 23 | } |
26 | 24 | span{ |