mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-07 06:10:16 +01:00
refactor(theme): theme refactor, buttons, toaster, preloader
This commit is contained in:
parent
d5f69647aa
commit
59ef144716
77 changed files with 1324 additions and 954 deletions
15
src/app/@theme/styles/default/_misc.scss
Normal file
15
src/app/@theme/styles/default/_misc.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@mixin ngx-misc-theme($theme-name) {
|
||||
agm-map {
|
||||
.agm-map-container-inner {
|
||||
height: calc(#{$nga-card-height-xmedium} - 50px);
|
||||
}
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
height: calc(#{$nga-card-height-xmedium} - 50px);
|
||||
}
|
||||
|
||||
.echart {
|
||||
height: calc(#{$nga-card-height-xmedium} - 50px);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue