Commit 6a56e716af3ca708e6fb50ce5ba011d736406e64
1 parent
678f931b00
Exists in
master
Agregada nueva clase para la botonera de tarjetas.
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
src/sass/_botonera-secundaria.scss
| ... | ... | @@ -27,6 +27,21 @@ |
| 27 | 27 | margin-right: -.25rem; |
| 28 | 28 | } |
| 29 | 29 | } |
| 30 | + .btn-tarjeta { | |
| 31 | + border-width: 3px !important; | |
| 32 | + border-radius: .7rem !important; | |
| 33 | + &:hover{ | |
| 34 | + background-color: #cd903550 ; | |
| 35 | + border-color: #cd9035 !important; | |
| 36 | + } | |
| 37 | + &:focus{ | |
| 38 | + box-shadow: none; | |
| 39 | + } | |
| 40 | + img{ | |
| 41 | + width: 5em; | |
| 42 | + margin: auto | |
| 43 | + } | |
| 44 | + } | |
| 30 | 45 | @media(max-width: 992px){ |
| 31 | 46 | .btn-xs{ |
| 32 | 47 | font-weight: 700; |