mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Styling for producers page and content in active table
This commit is contained in:
committed by
Will Marshall
parent
5fa0d845a4
commit
c66aaad62e
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 115 KiB |
@@ -2,7 +2,6 @@
|
||||
|
||||
.hubs
|
||||
.active_table .active_table_node
|
||||
|
||||
&.open
|
||||
.active_table_row:first-child
|
||||
border-top: 1px solid $clr-brick
|
||||
@@ -10,22 +9,20 @@
|
||||
border-right: 1px solid $clr-brick
|
||||
&:hover, &:active, &:focus
|
||||
color: $clr-brick
|
||||
|
||||
strong
|
||||
color: $clr-brick
|
||||
.active_table_row:nth-child(2)
|
||||
border-left: 1px solid $clr-brick
|
||||
border-right: 1px solid $clr-brick
|
||||
border-bottom: 1px solid $clr-brick
|
||||
|
||||
.active_table_row.link
|
||||
background-color: $clr-brick
|
||||
&:hover
|
||||
background-color: $clr-brick-bright
|
||||
|
||||
&.closed
|
||||
&:hover, &:active, &:focus
|
||||
border: 1px solid $clr-brick
|
||||
color: $clr-brick
|
||||
|
||||
&.current
|
||||
&.closed
|
||||
&, & *
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import branding
|
||||
@import mixins
|
||||
|
||||
.inner-wrap
|
||||
body.off-canvas
|
||||
padding-top: 45px
|
||||
|
||||
.top-bar
|
||||
|
||||
@@ -9,26 +9,21 @@
|
||||
border-right: 1px solid $clr-turquoise
|
||||
&:hover, &:active, &:focus
|
||||
color: $clr-turquoise
|
||||
|
||||
strong
|
||||
color: $clr-turquoise
|
||||
.active_table_row:nth-child(2)
|
||||
border-left: 1px solid $clr-turquoise
|
||||
border-right: 1px solid $clr-turquoise
|
||||
border-bottom: 1px solid $clr-turquoise
|
||||
|
||||
.active_table_row.link
|
||||
background-color: $clr-turquoise
|
||||
&:hover
|
||||
background-color: $clr-turquoise-bright
|
||||
|
||||
background-color: $clr-turquoise-bright
|
||||
&.closed
|
||||
&, & *
|
||||
color: $clr-turquoise-bright
|
||||
&.open
|
||||
.active_table_row:first-child
|
||||
color: $dark-grey
|
||||
&:hover, &:active, &:focus
|
||||
border: 1px solid $clr-turquoise
|
||||
&, & *
|
||||
color: $clr-turquoise
|
||||
&.open
|
||||
.active_table_row:first-child
|
||||
&, & *
|
||||
color: $clr-turquoise
|
||||
color: $clr-turquoise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user