1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Add support and docs for color input

This commit is contained in:
Mark Otto
2019-07-17 01:16:15 +03:00
committed by XhmikosR
parent 4d101491da
commit 57e17706a9
2 changed files with 20 additions and 0 deletions

View File

@@ -110,3 +110,8 @@
line-height: $input-line-height-lg;
@include border-radius($input-border-radius-lg);
}
.form-control-color {
max-width: 3rem;
padding: ($input-padding-y / 2) ($input-padding-x / 2);
}