Sha256: 6ce28fe3e6a45fc2e65835fa882f499a24dbe103a3fd90a2a97a1a9cce6fb091
Contents?: true
Size: 661 Bytes
Versions: 27
Compression:
Stored size: 661 Bytes
Contents
%textinput { @include color($tint:80%); @include padding; @include bg; -webkit-appearance: none; border-radius: 0; display: block; width: 100%; border: 0; &:focus { outline: none; } } .textinput-wrap { display: grid; &.stub { grid-template-columns: 100px auto; grid-column-gap: 10px; align-items: center; small { @extend %smallstyle; } } } .textinput-border { @include borderRad; @include border; display: block; &.stub { max-width: 100px; } } input[type="text"] { @extend %textinput; } input[type="email"] { @extend %textinput; } input[type="checkbox"] { cursor: pointer; }
Version data entries
27 entries across 27 versions & 1 rubygems