Refactor friday - tidying up and commenting css

This commit is contained in:
summerscope
2014-05-09 16:42:31 +10:00
committed by Will Marshall
parent 9886166750
commit d462f34e75
4 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
@import branding
@import mixins
.producers
@include fullwidthbg

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1 @@
// necessary; user to overwrite Foundation variables css