Sha256: e61a2b5f00725257e381b6e7a4f7cc9d6b264418cab3b403a2c5f7f66f9e921d
Contents?: true
Size: 553 Bytes
Versions: 8
Compression:
Stored size: 553 Bytes
Contents
.form-control { border-radius: $border-radius-default; height: $btn-size; } .form-group { margin-bottom: 15px; } .input-lg, .input-lg.form-control { height: $btn-lg-size; border-radius: $border-radius-large; @extend %font-face-light; font-size: font-size('large'); } .input-sm, .input-sm.form-control { height: $btn-sm-size; border-radius: $border-radius-small; font-size: font-size('small'); } .input-xs, .input-xs.form-control { height: $btn-xs-size; border-radius: $border-radius-small; font-size: font-size('small'); }
Version data entries
8 entries across 8 versions & 1 rubygems