Small tweaks to buttons
This commit is contained in:
parent
3a500f3ea3
commit
b091044bc2
@ -400,7 +400,7 @@ $comments-width-max: 710px
|
|||||||
border: 1px solid $color-background-dark
|
border: 1px solid $color-background-dark
|
||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
margin: 0 auto 5px auto
|
margin: 0 auto 5px auto
|
||||||
padding: 10px
|
padding: 10px 0 10px 10px
|
||||||
color: $color-text-dark
|
color: $color-text-dark
|
||||||
resize: vertical
|
resize: vertical
|
||||||
transition: border-color 300ms ease-in-out
|
transition: border-color 300ms ease-in-out
|
||||||
@ -507,7 +507,6 @@ $comments-width-max: 710px
|
|||||||
button.comment-action-submit
|
button.comment-action-submit
|
||||||
margin-left: auto
|
margin-left: auto
|
||||||
min-width: 180px
|
min-width: 180px
|
||||||
min-height: 30px
|
|
||||||
transition: all 200ms ease-in-out
|
transition: all 200ms ease-in-out
|
||||||
|
|
||||||
+button($color-success, 3px)
|
+button($color-success, 3px)
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
|
|
||||||
@mixin button($mixin-color, $roundness, $filled: false)
|
@mixin button($mixin-color, $roundness, $filled: false)
|
||||||
display: inline-flex
|
display: inline-flex
|
||||||
|
align-items: center
|
||||||
|
justify-content: center
|
||||||
font-family: $font-body
|
font-family: $font-body
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
padding:
|
padding: 5px 12px
|
||||||
left: 12px
|
|
||||||
right: 12px
|
|
||||||
border-radius: $roundness
|
border-radius: $roundness
|
||||||
|
|
||||||
@if $filled
|
@if $filled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user