Use the new button mixin
This commit is contained in:
@@ -212,6 +212,7 @@ input, input.form-control
|
|||||||
&:hover
|
&:hover
|
||||||
border: thin solid $color-text-dark-hint
|
border: thin solid $color-text-dark-hint
|
||||||
|
|
||||||
|
|
||||||
#status-bar
|
#status-bar
|
||||||
color: $color-text-dark-secondary
|
color: $color-text-dark-secondary
|
||||||
margin-left: auto
|
margin-left: auto
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
content: ' '
|
content: ' '
|
||||||
|
|
||||||
|
|
||||||
@mixin button-rounded($mixin-color, $roundness, $filled: false)
|
@mixin button($mixin-color, $roundness, $filled: false)
|
||||||
font-family: $font-body
|
font-family: $font-body
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
opacity: .9
|
opacity: .9
|
||||||
|
@@ -90,9 +90,9 @@
|
|||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
margin: 0 15px
|
margin: 0 15px
|
||||||
&.sign-up
|
&.sign-up
|
||||||
@include button-rounded($color-primary, 999em, true)
|
+button($color-primary, 999em, true)
|
||||||
&.sign-in
|
&.sign-in
|
||||||
@include button-rounded($color-background, 999em)
|
+button($color-background, 999em)
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user