Use the new button mixin
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user