Commit f289f7e3564491cc772c3178196c0cccfb5bdcc6
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !152
Showing
6 changed files
Show diff stats
img/axionDiesel.png
17.1 KB
img/axionEuroDiesel.png
22.7 KB
img/axionPremium.png
22.1 KB
img/axionSuper.png
18.9 KB
img/productoDefault.png
2.59 KB
src/sass/_botonera-secundaria.scss
| ... | ... | @@ -59,6 +59,22 @@ |
| 59 | 59 | margin: auto |
| 60 | 60 | } |
| 61 | 61 | } |
| 62 | + .btn-producto-default { | |
| 63 | + border-width: 3px !important; | |
| 64 | + border-radius: .7rem !important; | |
| 65 | + &:hover{ | |
| 66 | + background-color: #cd903550 ; | |
| 67 | + border-color: #cd9035 !important; | |
| 68 | + } | |
| 69 | + &:focus{ | |
| 70 | + box-shadow: none; | |
| 71 | + border-color: #cd9035 !important; | |
| 72 | + } | |
| 73 | + img{ | |
| 74 | + width: 60%; | |
| 75 | + margin: auto | |
| 76 | + } | |
| 77 | + } | |
| 62 | 78 | @media(max-width: 992px){ |
| 63 | 79 | .btn-xs{ |
| 64 | 80 | font-weight: 700; |