Sha256: 05e54e93099e09c6598a554540a22e2028d5d3fa177d13bc4db786b85f8383a5
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
@import "../tokens/border_radius"; @import "../tokens/colors"; @import "../tokens/spacing"; @import "../tokens/typography"; .pb_input_kit { margin: 8px; .input_wrapper { margin-bottom: 1rem; } .input_field { border: 1px solid $border-light; border-radius: $border-rad-light; display: block; width: 100%; color: $text_lt_default; background: $white; padding: $space_xs $space_sm; transition: 0.2s all; outline: none; font-size: $font_small; margin: .1rem 0 0; &:focus { border-color: $primary-action; } &::-webkit-input-placeholder { color: $text_lt_lighter; opacity: 1; } &:-ms-input-placeholder { color: $text_lt_lighter; opacity: 1; } &::-ms-input-placeholder { color: $text_lt_lighter; opacity: 1; } &::placeholder { color: $text_lt_lighter; opacity: 1; } &:-ms-input-placeholder { color: $text_lt_lighter; } &::-ms-input-placeholder { color: $text_lt_lighter; } } }
Version data entries
8 entries across 8 versions & 1 rubygems