Sha256: fce47f222b0cdbe9b4a7d01e7e41f1d7a7bd605a441e0fb2fcc7d8309f90cfc9
Contents?: true
Size: 552 Bytes
Versions: 32
Compression:
Stored size: 552 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; font-family: $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
32 entries across 32 versions & 1 rubygems