Unify inputs with other apps
This commit is contained in:
@@ -123,21 +123,30 @@
|
|||||||
transform: translate(-50%, -50%)
|
transform: translate(-50%, -50%)
|
||||||
|
|
||||||
=input-generic
|
=input-generic
|
||||||
|
padding: 5px 5px 5px 0
|
||||||
color: $color-text-dark
|
color: $color-text-dark
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
font-family: $font-body
|
font-family: $font-body
|
||||||
border-radius: 3px
|
border: thin solid transparent
|
||||||
border-color: $color-background-dark
|
border-radius: 0
|
||||||
background-color: $color-background-light
|
border-bottom-color: $color-background-dark
|
||||||
|
background-color: transparent
|
||||||
|
transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
border-bottom-color: $color-background
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
border-color: $color-info
|
outline: 0
|
||||||
box-shadow: none
|
border: thin solid transparent
|
||||||
|
border-bottom-color: $color-primary
|
||||||
|
box-shadow: 0 1px 0 0 $color-primary
|
||||||
|
|
||||||
=label-generic
|
=label-generic
|
||||||
color: $color-text-dark
|
color: $color-text-dark-primary
|
||||||
font-family: $font-body
|
font-weight: normal
|
||||||
font-weight: 300
|
font-size: .9em
|
||||||
|
margin: 0
|
||||||
|
|
||||||
@mixin badge($mixin-color, $roundness)
|
@mixin badge($mixin-color, $roundness)
|
||||||
padding:
|
padding:
|
||||||
|
Reference in New Issue
Block a user