Use the new button mixin

This commit is contained in:
2016-11-02 16:37:10 +01:00
parent 02e7555bd0
commit e7d47ecdb0
3 changed files with 4 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ input, input.form-control
&:hover
border: thin solid $color-text-dark-hint
#status-bar
color: $color-text-dark-secondary
margin-left: auto

View File

@@ -9,7 +9,7 @@
content: ' '
@mixin button-rounded($mixin-color, $roundness, $filled: false)
@mixin button($mixin-color, $roundness, $filled: false)
font-family: $font-body
text-transform: uppercase
opacity: .9

View File

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