fix(maps): improve maps styles

This commit is contained in:
KostyaDanovsky 2017-07-24 11:52:42 +03:00
parent 1a60dfa81b
commit ef994704c2
6 changed files with 43 additions and 32 deletions

View file

@ -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);
}
}
}