mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add styles to improve the mini menu / tabs area of the shopfront and make it more consistent
This commit is contained in:
@@ -2,10 +2,27 @@
|
||||
@import mixins
|
||||
@import branding
|
||||
|
||||
// Foundation overrides
|
||||
#tabs .tabs-content > .content p
|
||||
max-width: 100% !important
|
||||
|
||||
.tabs-content > .content
|
||||
padding-top: 0 !important
|
||||
|
||||
// Tabs styling
|
||||
|
||||
#tabs
|
||||
background: url("/assets/gray_jean.png") top left repeat
|
||||
@include box-shadow(inset 0 2px 3px 0 rgba(0,0,0,0.15))
|
||||
display: block
|
||||
color: $dark-grey
|
||||
|
||||
.panel
|
||||
border-color: rgba(219, 88, 61, 0.5)
|
||||
background-color: rgba(255, 255, 255, 0)
|
||||
// @include box-shadow( 0 1px 1px 0 rgba(255,255,255,1))
|
||||
|
||||
|
||||
|
||||
dl dd a
|
||||
@include avenir
|
||||
|
||||
Reference in New Issue
Block a user