mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 11:32:26 +01:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
// core
|
|
.p-icon-field {
|
|
position: relative;
|
|
}
|
|
|
|
.p-icon-field > .p-input-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -.5rem;
|
|
} |