mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Rename australia-orange sass var to country-agnostic brand-colour
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
width: 64px
|
||||
height: 64px
|
||||
margin: 0 auto
|
||||
background-color: $australia-orange
|
||||
background-color: $brand-colour
|
||||
background-position: center center
|
||||
background-repeat: no-repeat
|
||||
background-size: auto 100%
|
||||
@@ -90,13 +90,13 @@
|
||||
h2
|
||||
font-size: 70px
|
||||
font-weight: 300
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
@media all and (max-width: 640px)
|
||||
font-size: 45px
|
||||
|
||||
|
||||
a
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
|
||||
.home-icon-box-bottom
|
||||
margin-top: 1rem
|
||||
@@ -110,8 +110,8 @@
|
||||
padding-left: 1rem
|
||||
padding-right: 1rem
|
||||
h4
|
||||
color: $australia-orange
|
||||
border-bottom: 2px solid lighten($australia-orange, 20%)
|
||||
color: $brand-colour
|
||||
border-bottom: 2px solid lighten($brand-colour, 20%)
|
||||
text-align: center
|
||||
padding: 1rem 0
|
||||
margin: 1.5rem 0
|
||||
@@ -146,4 +146,4 @@
|
||||
font-weight: 300
|
||||
|
||||
#shops-signup.pane
|
||||
background-color: $australia-orange
|
||||
background-color: $brand-colour
|
||||
|
||||
@@ -51,7 +51,7 @@ nav
|
||||
opacity: 1
|
||||
|
||||
.nav-branded
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
span
|
||||
font-size: 13px
|
||||
.nav-primary
|
||||
@@ -102,7 +102,7 @@ nav
|
||||
color: rgba(0, 0, 0, 0.9)
|
||||
&:hover
|
||||
background-color: transparent
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
@include transition(all 0.3s ease-in-out)
|
||||
|
||||
.off-canvas-wrap.move-right ul.off-canvas-list i
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
@mixin tiledPane
|
||||
background-image: url("/assets/tile-wide.png")
|
||||
background-color: $australia-orange
|
||||
background-color: $brand-colour
|
||||
background-position: center center
|
||||
@include paneWhiteText
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
#producer-case-studies, #shops-case-studies
|
||||
padding-top: 100px
|
||||
padding-bottom: 100px
|
||||
background-color: $australia-orange
|
||||
background-color: $brand-colour
|
||||
background-image: url("/assets/hubs-bg.jpg")
|
||||
background-position: center center
|
||||
-webkit-filter: brightness(1.1)
|
||||
filter: brightness(1.1)
|
||||
h2
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
font-size: 3rem
|
||||
.case-study
|
||||
background-color: rgba(255, 255, 255, 0.5)
|
||||
@@ -42,7 +42,7 @@
|
||||
@media all and (min-width: 640px)
|
||||
text-align: left
|
||||
h4, a
|
||||
color: $australia-orange
|
||||
color: $brand-colour
|
||||
a
|
||||
&, & *
|
||||
@include csstrans
|
||||
@@ -68,9 +68,9 @@ table.signup-table.hubs-table, table.signup-table.producers-table
|
||||
background-color: lighten($ofn-grey, 41%)
|
||||
td:last-child
|
||||
&, & i
|
||||
color: $australia-orange
|
||||
border-bottom: 1px solid rgba($australia-orange, 0.3)
|
||||
background-color: lighten($australia-orange, 48%)
|
||||
color: $brand-colour
|
||||
border-bottom: 1px solid rgba($brand-colour, 0.3)
|
||||
background-color: lighten($brand-colour, 48%)
|
||||
thead
|
||||
background-color: transparent
|
||||
tr
|
||||
@@ -85,7 +85,7 @@ table.signup-table.hubs-table, table.signup-table.producers-table
|
||||
td:last-child
|
||||
&, & *
|
||||
color: white
|
||||
background: $australia-orange
|
||||
background: $brand-colour
|
||||
h5
|
||||
text-transform: uppercase
|
||||
color: $ofn-grey
|
||||
@@ -107,7 +107,7 @@ table.signup-table.hubs-table, table.signup-table.producers-table
|
||||
td:last-child
|
||||
&, & *
|
||||
color: white
|
||||
background: $australia-orange
|
||||
background: $brand-colour
|
||||
h2
|
||||
.text-small
|
||||
text-transform: uppercase
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "foundation/functions"
|
||||
@import "foundation/components/global"
|
||||
|
||||
$australia-orange: rgba(242, 112, 82, 1)
|
||||
$brand-colour: rgba(242, 112, 82, 1)
|
||||
|
||||
// Topbar
|
||||
$topbar-height: rem-calc(75)
|
||||
@@ -11,7 +11,7 @@ $topbar-bg: $white
|
||||
$topbar-bg-color: $topbar-bg
|
||||
|
||||
$topbar-link-color: $black
|
||||
$topbar-link-color-hover: $australia-orange
|
||||
$topbar-link-color-hover: $brand-colour
|
||||
$topbar-link-color-active: $black
|
||||
$topbar-link-color-active-hover: $white
|
||||
$topbar-link-bg-hover: $white
|
||||
|
||||
Reference in New Issue
Block a user