mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
minor fixes
This commit is contained in:
committed by
Yasa-Nataliya
parent
243eb9ffae
commit
2bdf7b96e1
@@ -3,6 +3,7 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
|
background-image: var(--header-background-image) !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
|
||||||
.aca-current-user {
|
.aca-current-user {
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
<mat-icon>arrow_drop_down</mat-icon>
|
<mat-icon>arrow_drop_down</mat-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button mat-icon-button matSuffix class="app-suffix-search-icon-wrapper app-close-icon" (click)="exitSearch()" (keypressk)="exitSearch()">
|
<button mat-icon-button matSuffix class="app-suffix-search-icon-wrapper app-close-icon" (click)="exitSearch()">
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon>close</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
@@ -13,12 +13,7 @@
|
|||||||
{{ appName$ | async | translate }}
|
{{ appName$ | async | translate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sidenav-header-notification">
|
|
||||||
<adf-notification-history></adf-notification-history>
|
<adf-notification-history></adf-notification-history>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sidenav-header-menu-icon">
|
|
||||||
<app-navigation-menu></app-navigation-menu>
|
<app-navigation-menu></app-navigation-menu>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-text {
|
&-text {
|
||||||
|
flex: 1;
|
||||||
color: var(--theme-selected-text-color);
|
color: var(--theme-selected-text-color);
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
letter-spacing: 0.25px;
|
letter-spacing: 0.25px;
|
||||||
@@ -34,14 +35,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-menu-icon {
|
|
||||||
transform: scale(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-notification {
|
|
||||||
padding-left: 63px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.section:last-child {
|
.section:last-child {
|
||||||
|
Reference in New Issue
Block a user