mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Refactor friday - tidying up and commenting css
This commit is contained in:
committed by
Will Marshall
parent
9886166750
commit
d462f34e75
@@ -1,6 +1,5 @@
|
||||
@import branding
|
||||
@import mixins
|
||||
|
||||
|
||||
.producers
|
||||
@include fullwidthbg
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
src: url("/AvenirLTStd-Medium.otf") format("opentype")
|
||||
|
||||
body
|
||||
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
|
||||
font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
|
||||
|
||||
a
|
||||
color: $clr-brick
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
@import branding
|
||||
@import mixins
|
||||
|
||||
// Button class extensions
|
||||
|
||||
.neutral-btn
|
||||
@include button
|
||||
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
|
||||
@@ -39,10 +41,10 @@
|
||||
background-color: rgba(0, 0, 0, 0.1)
|
||||
text-shadow: 0 1px 0 #fff
|
||||
|
||||
//rewrite default primary style
|
||||
// Rewrite foundation's .primary button style
|
||||
|
||||
.button.primary, button.primary
|
||||
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
|
||||
font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
|
||||
background: $clr-brick
|
||||
color: white
|
||||
|
||||
@@ -53,4 +55,6 @@
|
||||
// Responsive
|
||||
@media screen and (min-width: 768px)
|
||||
[role="main"]
|
||||
padding: 0
|
||||
padding: 0
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
// necessary; user to overwrite Foundation variables css
|
||||
Reference in New Issue
Block a user