Adding rounded corners to alllllll the buttons

This commit is contained in:
summerscope
2014-07-18 17:17:18 +10:00
parent 56850d6d7d
commit d86172d504

View File

@@ -6,6 +6,7 @@
.neutral-btn
@include button
@include border-radius(0.5em)
font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
background-color: transparent
border: 2px solid rgba(200, 200, 200, 1)
@@ -44,6 +45,7 @@
// Rewrite foundation's .primary button style
.button.primary, button.primary
@include border-radius(0.5em)
font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
background: $clr-brick
color: white