mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-09 09:54:20 +01:00
refactor(theme): massive theme refactoring to use mixins instead of variables
This commit is contained in:
parent
0420354b9c
commit
cfeb3cf125
19 changed files with 151 additions and 230 deletions
7
src/app/pages/maps/gmaps/gmaps.component.scss
Normal file
7
src/app/pages/maps/gmaps/gmaps.component.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@import '~@nga/theme/styles_new/all';
|
||||
|
||||
@include nga-install-component() {
|
||||
/deep/ agm-map .agm-map-container-inner {
|
||||
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue