Cambios en diseño

This commit is contained in:
2020-06-04 12:33:07 -04:00
parent 5c538f8e93
commit 7aa3546e0a
7 changed files with 26 additions and 4 deletions

View File

@ -10,4 +10,7 @@
.header, .title, .content {
color: inherit;
}
.accordion {
font-size: 1.2rem;
}
}

View File

@ -44,7 +44,7 @@ header {
}
#productos_menu .menu {
border: none;
border: thin solid white;
box-shadow: none;
.item:hover {

View File

@ -90,6 +90,8 @@
}
.segment {
border: none !important;
background-color: $gris-oscuro;
color: white;
.informacion {
.row {