Sha256: 4ba5701067c4ce05f3e141a5d8b0b0174d5beccde450bec1fc618fdbbab576ab
Contents?: true
Size: 1.07 KB
Versions: 97
Compression:
Stored size: 1.07 KB
Contents
@import "../pb_body/body_mixins"; @import "./textarea_mixin"; @import "../pb_title/title_mixin"; @import "../tokens/spacing"; [class^=pb_textarea_kit] { margin-bottom: $space_sm; [class^=pb_caption_kit] { margin-bottom: $space_xs; display: block; } textarea::placeholder { @include pb_body_light; } > textarea { @include pb_textarea_light; } textarea:focus { @include pb_textarea_focus_light; } &.error { [class*=pb_body_kit] { margin-top: $space_xs / 2; } > textarea { border-color: $error; } } &.resize_both > textarea { resize: both; overflow: auto; } &.resize_horizontal > textarea { resize: horizontal; overflow: auto; } &.resize_vertical > textarea { resize: vertical; overflow: auto; } &.dark { textarea::placeholder { @include pb_body_light_dark; } > textarea { @include pb_textarea_dark; } textarea:focus { @include pb_textarea_focus_dark; } &.error { > textarea { border-color: $error_dark; } } } }
Version data entries
97 entries across 97 versions & 1 rubygems