Sha256: f26d8a3ff1d5848e8e411a94f6d051945ce9669ea7471296840cfdcf9ef176ea
Contents?: true
Size: 960 Bytes
Versions: 7
Compression:
Stored size: 960 Bytes
Contents
.inputs__container { margin: 15px; margin-left: 7.5px; margin-right: 7.5px; } .inputs__label { display: block; font-size: 0.8em; font-weight: $input_font_weight_label; margin-bottom: 5px; color: $input_color_label; } .inputs__help { display: block; font-size: 0.6em; font-weight: $input_font_weight_label; margin-top: 5px; color: lighten($input_color_label, 50); } .inputs__label-required-sign { color: lighten($input_color_label, 50); } // general input style .inputs__input { display: block; width: 100%; outline: 0; border-radius: 0; padding: 6px 12px; box-sizing: border-box; background-color: $input_color_background; border: 1px solid $input_color_border; color: $input_color_text; transition: all 0.25s; &:focus { border-color: $color_main; } &:disabled { background-color: darken($input_color_background, 5); } } .inputs__input--error { border-color: $input_color_border_error; }
Version data entries
7 entries across 7 versions & 1 rubygems