Unify inputs with other apps

This commit is contained in:
Pablo Vazquez 2016-11-09 23:14:15 +01:00
parent 54fccfc3ad
commit 2f3e5a513b

View File

@ -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: