mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 07:24:07 +01:00
fix(maps): improve maps styles
This commit is contained in:
parent
1a60dfa81b
commit
ef994704c2
6 changed files with 43 additions and 32 deletions
|
|
@ -1,7 +1,21 @@
|
|||
@import '../../../@theme/styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
/deep/ agm-map .agm-map-container-inner {
|
||||
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
|
||||
nga-card-header {
|
||||
border: none;
|
||||
}
|
||||
|
||||
nga-card-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
agm-map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
/deep/ .agm-map-container-inner {
|
||||
border-bottom-left-radius: nga-theme(card-border-radius);
|
||||
border-bottom-right-radius: nga-theme(card-border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue