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

@ -1,3 +1,5 @@
#faq { background-color: #a7a9ab; color: white; padding-top: 3rem; padding-bottom: 4rem; }
#faq .header, #faq .title, #faq .content { color: inherit; }
#faq .accordion { font-size: 1.2rem; }

View File

@ -20,7 +20,7 @@ header .menu { margin-top: 0 !important; margin-bottom: 0 !important; }
header .menu .logo { font-size: 2rem; font-weight: 900; }
header .menu #productos_menu .menu { border: none; box-shadow: none; }
header .menu #productos_menu .menu { border: thin solid white; box-shadow: none; }
header .menu #productos_menu .menu .item:hover { background-color: #a7a9ab !important; }

View File

@ -38,7 +38,7 @@
#producto #datos .tabular .item:last-child { margin-left: 1rem; }
#producto #datos .segment { border: none !important; }
#producto #datos .segment { border: none !important; background-color: #808284; color: white; }
#producto #datos .segment .informacion .row { border-bottom: thin dotted white; }