diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index ac28d2b..42114f4 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -27,6 +27,21 @@ margin-right: -.25rem; } } + .btn-tarjeta { + border-width: 3px !important; + border-radius: .7rem !important; + &:hover{ + background-color: #cd903550 ; + border-color: #cd9035 !important; + } + &:focus{ + box-shadow: none; + } + img{ + width: 5em; + margin: auto + } + } @media(max-width: 992px){ .btn-xs{ font-weight: 700;