mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
11 lines
140 B
SCSS
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;
|
|
}
|