mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 10:52:26 +01:00
15 lines
318 B
SCSS
15 lines
318 B
SCSS
// 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;
|
|
} |