File tree Expand file tree Collapse file tree
src/app/data-entries/input-group/input-group-styling Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22@use " igniteui-angular/theming" as * ;
33
44// CSS variables approach
5-
5+
66igx-input-group {
7- --border-color : #0f62fe ;
8- --size : #{rem (40px )} ;
9- --idle-bottom-line-color : #8d8d8d ;
10- --hover-bottom-line-color : #8d8d8d ;
11- --hover-placeholder-color : var (--ig-gray-600 );
12- --idle-secondary-color : var (--ig-gray-600 );
13- --focused-secondary-color : var (--ig-gray-700 );
14- --focused-bottom-line-color : #8d8d8d ;
15- --box-background-hover : var (--ig-gray-100 );
16- --helper-text-color : var (--ig-gray-600 );
7+ --border-color : #0f62fe ;
8+ --size : #{rem (40px )} ;
9+ --idle-bottom-line-color : #8d8d8d ;
10+ --hover-bottom-line-color : #8d8d8d ;
11+ --hover-placeholder-color : var (--ig-gray-600 );
12+ --idle-secondary-color : var (--ig-gray-600 );
13+ --focused-secondary-color : var (--ig-gray-700 );
14+ --focused-bottom-line-color : #8d8d8d ;
15+ --box-background-hover : var (--ig-gray-100 );
16+ --helper-text-color : var (--ig-gray-600 );
1717}
1818
1919// Sass theme approach
@@ -31,4 +31,4 @@ igx-input-group {
3131// $placeholder-color: var(--ig-gray-600)
3232// );
3333
34- // @include css-vars($custom-input-group);
34+ // @include css-vars($custom-input-group);
You can’t perform that action at this time.
0 commit comments