mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
27 lines
535 B
SCSS
27 lines
535 B
SCSS
@import '../../../@theme/styles/themes';
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
|
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
|
|
|
|
@include nb-install-component() {
|
|
nb-tabset {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
nb-tab {
|
|
padding: nb-theme(padding);
|
|
}
|
|
|
|
/deep/ ngx-tab1, /deep/ ngx-tab2 {
|
|
display: block;
|
|
padding: nb-theme(padding);
|
|
}
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
nb-tabset /deep/ul {
|
|
font-size: 1rem;
|
|
padding: 0 0.2rem;
|
|
}
|
|
}
|
|
}
|