Cambios en diseño
This commit is contained in:
@ -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; }
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user