mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adding rounded corners to alllllll the buttons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user