Sha256: 5b85deaa600ef6864e254ce693f6d3a3cf5f3dd0ba6cfc0ff7d0502f5ee80271
Contents?: true
Size: 1.18 KB
Versions: 7
Compression:
Stored size: 1.18 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, .check-radio-collection{ label{ font-weight: normal; display: inline-flex; align-items: center; } legend{ font-weight: 600; } } .check-radio{ 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
7 entries across 7 versions & 1 rubygems