Sha256: 4c9fcc712de31841602b491f68965a2dc8ba03163246bd85fa8c9ef8873795a2
Contents?: true
Size: 673 Bytes
Versions: 16
Compression:
Stored size: 673 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; } label { color: $color-gray-600; font-family: $font-face-regular; font-size: $font-size-200; font-weight: 400; }
Version data entries
16 entries across 16 versions & 1 rubygems