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-lg

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

Preview

Check .form-control-lg 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:149 */
.form-control-lg {
  height: $input-height-lg;
  padding: $input-padding-y-lg $input-padding-x-lg;
  font-size: $font-size-lg;
  line-height: $input-line-height-lg;
  @include border-radius($input-border-radius-lg);
}

Uses variables

Code copied to the clipboard.

Copying failed

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

More in Bootstrap Forms