mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(contacts): make same height as siblings
This commit is contained in:
parent
bfa25273a1
commit
fab866227e
2 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
nb-tabset {
|
nb-tabset {
|
||||||
height: 100%;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
::ng-deep .tab-link {
|
::ng-deep .tab-link {
|
||||||
padding: 1.25rem 2rem;
|
padding: 1.25rem 2rem;
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(is) {
|
@include media-breakpoint-up(md) {
|
||||||
::ng-deep nb-card.large-card {
|
ngx-contacts ::ng-deep > nb-card {
|
||||||
height: nb-theme(card-height-medium);
|
height: calc(#{nb-theme(card-height-medium)} +
|
||||||
|
#{nb-theme(card-height-tiny)} +
|
||||||
|
#{nb-theme(card-margin-bottom)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue