2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Input Group Addon add option to configure $input-group-addon-color

This commit is contained in:
Patrick Yeo
2017-07-13 11:11:37 -07:00
committed by Mark Otto
parent d36f5c7fa5
commit a0521efbb5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
font-size: $font-size-base; // Match inputs
font-weight: $font-weight-normal;
line-height: $input-btn-line-height;
color: $input-color;
color: $input-group-addon-color;
text-align: center;
background-color: $input-group-addon-bg;
background-clip: padding-box;