- started dashboard page, added first widget; - created new theme 'gepafin' - styles for the app;
10 lines
139 B
SCSS
10 lines
139 B
SCSS
|
|
.p-icon-field {
|
|
position: relative;
|
|
}
|
|
|
|
.p-icon-field > .p-input-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -.5rem;
|
|
} |