Sha256: 55876355e6885b7a1cf7a96595346531dc95455079e1f82c859ce035f51d536d
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
// sometimes we need non-labels to look // like form labels // eg: element that looks actionable in a form // but is not directly linked to a form element // like the "Advanced search" in cgov listing // filters .form-label +form-label() &.inline +form-label(inline, false) line-height: 1em input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea &:hover border-color: $input-focus-border-color textarea height: 6em .form-actions-list margin-left: -$column-gutter a, input, button margin-left: $column-gutter
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reimagine2-2.0.28 | app/assets/stylesheets/reimagine2/foundation/extensions/_forms.sass |