ngx-admin/src/app/pages/maps/gmaps/gmaps.component.scss

14 lines
198 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../@theme/styles/themes';
@include nb-install-component() {
2017-07-24 11:52:42 +03:00
nb-card-body {
2017-07-24 11:52:42 +03:00
padding: 0;
}
2017-07-25 18:09:11 +03:00
/deep/ agm-map {
2017-07-24 11:52:42 +03:00
width: 100%;
height: nb-theme(card-height-large);
}
}