mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
18 lines
306 B
SCSS
18 lines
306 B
SCSS
@import '../../../@theme/styles/variables';
|
|
|
|
@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);
|
|
}
|
|
}
|