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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user