is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .form-control-sm

<input class="form-control form-control-sm" type="text" placeholder=".form-control-sm">

Preview

Check .form-control-sm in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _forms.scss:141 */
.form-control-sm {
  height: $input-height-sm;
  padding: $input-padding-y-sm $input-padding-x-sm;
  font-size: $font-size-sm;
  line-height: $input-line-height-sm;
  @include border-radius($input-border-radius-sm);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _forms.scss:141 */
$input-height-sm
$input-padding-y-sm
$input-padding-x-sm
$font-size-sm
$input-line-height-sm
$input-border-radius-sm

More in Bootstrap Forms