- added main layout, sidebar, toolbar;
- started dashboard page, added first widget; - created new theme 'gepafin' - styles for the app;
This commit is contained in:
10
src/assets/scss/theme-base/components/input/_iconfield.scss
Normal file
10
src/assets/scss/theme-base/components/input/_iconfield.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
.p-icon-field {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-icon-field > .p-input-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user