Files
2024-09-07 10:09:30 +02:00

11 lines
140 B
SCSS

// core
.p-icon-field {
position: relative;
}
.p-icon-field > .p-input-icon {
position: absolute;
top: 50%;
margin-top: -0.5rem;
}