Sha256: fd533623e0562c41b56bcaff677bb2d91d037a93135f32a3a19370d703d61956
Contents?: true
Size: 803 Bytes
Versions: 18
Compression:
Stored size: 803 Bytes
Contents
@import "../pb_body/body_mixins"; @import "./textarea_mixin"; [class^=pb_textarea_kit] { margin-bottom: $space_sm; .pb_textarea_kit_label { 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; } } &[class*=_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
18 entries across 18 versions & 1 rubygems