fix(dashboard): improve footer responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-12 17:15:10 +03:00
parent 3c9553f6de
commit 97caa36fd3

View file

@ -1,4 +1,6 @@
@import '../../styles/themes';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
@import '~bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
width: 100%;
@ -19,4 +21,10 @@
}
}
}
@include media-breakpoint-down(is) {
.socials {
font-size: 1.5rem;
}
}
}