Commit 94df2c0c341c3159cfb7f748644b6fb0a91719cd
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !151
Showing
2 changed files
Show diff stats
img/buscarProductos.png
9.88 KB
src/sass/_botonera-secundaria.scss
| ... | ... | @@ -43,6 +43,22 @@ |
| 43 | 43 | margin: auto |
| 44 | 44 | } |
| 45 | 45 | } |
| 46 | + .btn-producto { | |
| 47 | + border-width: 3px !important; | |
| 48 | + border-radius: .7rem !important; | |
| 49 | + &:hover{ | |
| 50 | + background-color: #cd903550 ; | |
| 51 | + border-color: #cd9035 !important; | |
| 52 | + } | |
| 53 | + &:focus{ | |
| 54 | + box-shadow: none; | |
| 55 | + border-color: #cd9035 !important; | |
| 56 | + } | |
| 57 | + img{ | |
| 58 | + width: 100%; | |
| 59 | + margin: auto | |
| 60 | + } | |
| 61 | + } | |
| 46 | 62 | @media(max-width: 992px){ |
| 47 | 63 | .btn-xs{ |
| 48 | 64 | font-weight: 700; |