Add modal container and fix secondary button style
This commit is contained in:
parent
64f5ede63c
commit
619ed39e66
|
@ -4,6 +4,7 @@
|
|||
<div *ngIf="!loading" [class.stakeholderPage]="isFrontPage">
|
||||
<div id="container" class="sidebar_main_swipe" [class.sidebar_main_active]="open && hasSidebar"
|
||||
[class.sidebar_mini]="!open && hasSidebar && (!hasAdminMenu || hasAdminMenu && adminMenuItems?.length > 0)">
|
||||
<div id="modal-container"></div>
|
||||
<navbar *ngIf="hasHeader" portal="monitor_dashboard" [header]="menuHeader"
|
||||
[userMenuItems]=userMenuItems [menuItems]="menuItems" [user]="user" [offCanvasFlip]="true"></navbar>
|
||||
<div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a64b576d0febd8fe82ff8d17cda38cda7a690ab
|
||||
Subproject commit d01ba65537a812708ace0c578a5b28dfc48abd12
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e52629776ffe3a71c800d6659b49ad627b457fa
|
||||
Subproject commit 787970f735d48efc65e4408fe4eb5803e57021aa
|
|
@ -14,6 +14,8 @@
|
|||
@button-secondary-color: @monitor-color;
|
||||
@button-secondary-hover-background: @global-secondary-background;
|
||||
@button-secondary-hover-background-gradient: none;
|
||||
@button-secondary-active-background: @global-secondary-background;
|
||||
@button-secondary-active-background-gradient: none;
|
||||
|
||||
/** Label */
|
||||
@label-secondary-color: @monitor-color;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 643ff6aa69be2f5f2913dcebb432ec91be1ba2aa
|
||||
Subproject commit 5940eee3a04ba2f8f46c5ffcb1a42824e9f89dbd
|
Loading…
Reference in New Issue