fix(dashboard): improve weather responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-12 17:14:59 +03:00
parent 306d6e74b5
commit 3c9553f6de

View file

@ -1,4 +1,6 @@
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
@import '~bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
@ -117,4 +119,11 @@
}
}
}
@include media-breakpoint-down(xs) {
nb-card-body {
padding-left: 1rem;
padding-right: 1rem;
}
}
}