mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-3068] ADF Sidenav/Toolbar - Ux background colour review (#3401)
This commit is contained in:
parent
3bbabb5dad
commit
d9923a4fb4
@ -1,4 +1,5 @@
|
|||||||
@mixin adf-layout-container-theme($theme) {
|
@mixin adf-layout-container-theme($theme) {
|
||||||
|
$background: map-get($theme, background);
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
|
|
||||||
adf-layout-container {
|
adf-layout-container {
|
||||||
@ -32,6 +33,7 @@
|
|||||||
.mat-sidenav {
|
.mat-sidenav {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-right: 1px solid mat-color($foreground, text, 0.07);
|
border-right: 1px solid mat-color($foreground, text, 0.07);
|
||||||
|
background-color: mat-color($background,background);
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-sidenav-content {
|
mat-sidenav-content {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
min-height: $adf-toolbar-height;
|
min-height: $adf-toolbar-height;
|
||||||
border: 1px solid mat-color($foreground, text, .07);
|
border: 1px solid mat-color($foreground, text, .07);
|
||||||
background-color: mat-color($background, hover, .02);
|
background-color: mat-color($background, app-bar);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-toolbar-row {
|
.mat-toolbar-row {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user