Commit d87c1c0508a26b67a2f3d0276b2aa43ef58939da

Authored by Marcelo Puebla
1 parent 9d95a4615d
Exists in master and in 1 other branch develop

agregada imagen de buscar productos y clase css btn-producto

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;