fix(buttons): fix buttons responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-18 13:58:02 +03:00
parent 612ae7e4c0
commit 5eb74be77f
3 changed files with 19 additions and 10 deletions

View file

@ -81,10 +81,14 @@
}
}
@include media-breakpoint-down(xxxl) {
@include media-breakpoint-down(is) {
ngx-default-buttons /deep/ nb-card-header {
flex-direction: column;
margin-bottom: 0.5rem;
align-items: left;
span {
margin-bottom: 1rem;
}
}
}