mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-3068] ADF Sidenav/Toolbar - Ux background colour review (#3401)
This commit is contained in:
committed by
Maurizio Vitale
parent
3bbabb5dad
commit
d9923a4fb4
@@ -1,4 +1,5 @@
|
||||
@mixin adf-layout-container-theme($theme) {
|
||||
$background: map-get($theme, background);
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
adf-layout-container {
|
||||
@@ -32,6 +33,7 @@
|
||||
.mat-sidenav {
|
||||
overflow: hidden;
|
||||
border-right: 1px solid mat-color($foreground, text, 0.07);
|
||||
background-color: mat-color($background,background);
|
||||
}
|
||||
|
||||
mat-sidenav-content {
|
||||
|
Reference in New Issue
Block a user