Sha256: 230d477170d5eb67f3ea6146904450edd695cde551029b58376a11fe88ea85c5
Contents?: true
Size: 1.12 KB
Versions: 41
Compression:
Stored size: 1.12 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; } } } .pb_caption_kit_xs { text-align: right; } }
Version data entries
41 entries across 41 versions & 1 rubygems