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

@@ -92,9 +92,9 @@ body.error
font-size: 1.2em
margin: 0 15px
&.sign-up
@include button-rounded-filled($color-primary, 999em)
+button($color-primary, 999em, true)
&.sign-in
@include button-rounded($color-background, 999em)
+button($color-background, 999em)
border-color: transparent