Commit 8650107a717faf84419df7b387f6ad00b0e6b3d6
1 parent
1ff6fe784a
Exists in
master
and in
1 other branch
Agregada imagen y clase css para producto por defecto.
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
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; |