9 lines
182 B
SCSS
9 lines
182 B
SCSS
//
|
|
// Input Group
|
|
// --------------------------------------------------
|
|
|
|
.input-group-text.input-group-text-alt {
|
|
background-color: $body-bg-dark;
|
|
border-color: $body-bg-dark;
|
|
}
|