Commit 09433eef1c75e3d12321f874ef33164f14180321

Authored by Marcelo Puebla
1 parent 1e491b1fbf
Exists in master

Cambio de color botones secundarios

Cambio color background y border en el hover.
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/sass/_botonera-secundaria.scss
... ... @@ -12,8 +12,8 @@
12 12 margin-bottom: 1px;
13 13  
14 14 &:hover{
15   - background-color: #d8b07d;
16   - border-color: #e09125 !important;
  15 + background-color: #cd903550 ;
  16 + border-color: #cd9035 !important;
17 17 }
18 18 &:focus{
19 19 box-shadow: 0 0 0 0.2rem rgb(216, 176, 125);