Remove deprecated +button-rounded-filled mixin

We now use just 'button', as roundness and filled are configurable
This commit is contained in:
2016-11-02 16:36:47 +01:00
parent 9ac2f38042
commit 80601f75ed
10 changed files with 44 additions and 79 deletions

View File

@@ -63,7 +63,7 @@
margin: 30px auto
a.page-header-cta
+button-rounded-filled($color-info, 3px)
+button($color-info, 3px, true)
font:
size: 1.3em
weight: 500
@@ -352,7 +352,7 @@ $page-card-icon-size: 75px
margin-right: initial
a.page-card-cta
+button-rounded-filled($color-primary, 3px)
+button($color-primary, 3px, true)
padding: 5px 30px
margin-right: 25px
font-size: 1em
@@ -367,7 +367,7 @@ a.page-card-cta
margin-right: 0
&.download
+button-rounded-filled($color-success, 3px)
+button($color-success, 3px, true)
opacity: 1
i