feat:#47 updated primevue theme for sass

This commit is contained in:
Elmar Kresse
2024-03-30 14:43:21 +01:00
parent d58b633159
commit d93287d732
104 changed files with 14548 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// core
.p-fluid .p-icon-field-left,
.p-fluid .p-icon-field-right {
width: 100%;
}
.p-icon-field-left > .p-input-icon:first-of-type {
left: nth($inputPadding, 2);
color: $inputIconColor;
}
.p-icon-field-right > .p-input-icon:last-of-type {
right: nth($inputPadding, 2);
color: $inputIconColor;
}