2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+5
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);
}