mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(tabs): tabs responsive
This commit is contained in:
parent
74a4de29fc
commit
6bd9ee6c6b
1 changed files with 9 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
@import '../../../@theme/styles/themes';
|
@import '../../../@theme/styles/themes';
|
||||||
|
@import '~bootstrap/scss/mixins/breakpoints';
|
||||||
|
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
|
||||||
|
|
||||||
@include nb-install-component() {
|
@include nb-install-component() {
|
||||||
nb-tabset {
|
nb-tabset {
|
||||||
|
|
@ -15,4 +17,11 @@
|
||||||
display: block;
|
display: block;
|
||||||
padding: nb-theme(padding);
|
padding: nb-theme(padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(xs) {
|
||||||
|
nb-tabset /deep/ul {
|
||||||
|
font-size: 1rem;
|
||||||
|
padding: 0 0.2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue