We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59716f2 commit 53a730dCopy full SHA for 53a730d
1 file changed
theme-base/components/input/_chips.scss
@@ -41,3 +41,24 @@
41
@include invalid-input();
42
}
43
44
+
45
+.p-chips-icon-left > i:first-of-type,
46
+.p-chips-icon-left > svg:first-of-type {
47
+ left: nth($inputPadding, 2);
48
+ color: $inputIconColor;
49
+}
50
51
+.p-chips-icon-right > i:last-of-type,
52
+.p-chips-icon-right > svg:last-of-type {
53
+ right: nth($inputPadding, 2);
54
55
56
57
+.p-chips-icon-left > .p-chips > .p-inputtext,
58
+.p-chips-icon-left > label {
59
+ padding-left: nth($inputPadding, 2) * 2 + $primeIconFontSize;
60
61
62
+.p-chips-icon-right > .p-chips > .p-inputtext{
63
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
64
0 commit comments