Sha256: 690eaff44e7bea9179f1e132ca1a043a2173e88166ec252cf535241818bae9f7
Contents?: true
Size: 1.1 KB
Versions: 10
Compression:
Stored size: 1.1 KB
Contents
$input-margin: 1.5rem; button, input, textarea{ font-family: inherit; } .form{ input[type="text"], input[type="email"], input[type="date"], input[type="tel"], input[type="password"], select{ height: 3rem; } input, select, textarea, .check-radio, .input-field, .data-picker{ margin-bottom: $input-margin; &.nomargin{ margin-bottom: 0; } } .check-radio-group{ margin-bottom: 1rem; .check-radio{ margin-bottom: .5rem; } } label{ font-weight: 600; } } .legend{ @include smallcaps; margin-bottom: 1rem; } .form-group{ background-color: $lighter-gray; padding: 1.5rem 1rem .5rem; margin-bottom: 1.5rem; } .form-submit .button{ margin-bottom: 0; } .form-general-submit{ margin-top: 3rem; justify-content: center; } .check-radio{ label{ font-weight: normal; display: inline-flex; align-items: center; } input{ margin-bottom: 0; } } .form-error{ margin-top: -$input-margin; margin-bottom: $input-margin; } .custom-error{ @extend .form-error; } .is-custom-error-visible{ display: block; }
Version data entries
10 entries across 10 versions & 1 rubygems