Sha256: fb2b58986718581b8cfd9c4824e6f9f8358902f6c4a9d86e3e8f66a5aa949456
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
input[type=text], input[type=password], input[type="date"], select { @extend %input_fields; // style comes from stipe/forms/_extends.scss } input[type=text], input[type=password], input[type="date"] { @media #{$mobile} { -webkit-appearance: none; // this is to remove the default inner shadow -moz-appearance: none; // if this ever works, Moz bug for over a year } } input[disabled], textarea[disabled], select[disabled], .disabled { @extend %disabled_inputs; // style comes from stipe/forms/_extends.scss } label { @extend %form_labels; // style comes from stipe/forms/_extends.scss }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.1 | sass/_forms.scss |