mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
fix: use updated theme variable
This commit is contained in:
parent
b4f82580a8
commit
f89fbce642
2 changed files with 4 additions and 4 deletions
|
|
@ -45,8 +45,8 @@
|
|||
::ng-deep .main-container {
|
||||
height:
|
||||
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
|
||||
@include nb-ltr(border-top-right-radius, nb-theme(radius));
|
||||
@include nb-rtl(border-top-left-radius, nb-theme(radius));
|
||||
@include nb-ltr(border-top-right-radius, nb-theme(border-radius));
|
||||
@include nb-rtl(border-top-left-radius, nb-theme(border-radius));
|
||||
}
|
||||
|
||||
::ng-deep nb-sidebar-header {
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@
|
|||
::ng-deep .main-container {
|
||||
height:
|
||||
calc(#{nb-theme(sidebar-height)} - #{nb-theme(header-height)} - #{nb-theme(sidebar-header-gap)}) !important;
|
||||
@include nb-ltr(border-top-right-radius, nb-theme(radius));
|
||||
@include nb-rtl(border-top-left-radius, nb-theme(radius));
|
||||
@include nb-ltr(border-top-right-radius, nb-theme(border-radius));
|
||||
@include nb-rtl(border-top-left-radius, nb-theme(border-radius));
|
||||
}
|
||||
|
||||
::ng-deep nb-sidebar-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue