Menu de productos

This commit is contained in:
2020-05-31 12:46:59 -04:00
parent 26bd5207f3
commit 84e6808883
3 changed files with 21 additions and 3 deletions

View File

@ -42,6 +42,15 @@ header {
font-size: 2rem;
font-weight: 900;
}
#productos_menu .menu {
border: none;
box-shadow: none;
.item:hover {
background-color: $gris-medio !important;
}
}
}
}