mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
styles cleanup
This commit is contained in:
committed by
Yasa-Nataliya
parent
69bb11548f
commit
4130a8fa28
@@ -29,9 +29,11 @@ import { CoreModule } from '@alfresco/adf-core';
|
||||
import { AppToolbarModule } from '../toolbar/toolbar.module';
|
||||
import { AppSearchInputModule } from '../search/search-input.module';
|
||||
import { HeaderActionsComponent } from './header-actions.component';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule, CoreModule.forChild(), AppToolbarModule, AppSearchInputModule],
|
||||
imports: [CommonModule, CoreModule.forChild(), AppToolbarModule, AppSearchInputModule, MatButtonModule, MatIconModule],
|
||||
declarations: [HeaderActionsComponent],
|
||||
exports: [HeaderActionsComponent]
|
||||
})
|
||||
|
@@ -1,4 +1,3 @@
|
||||
<div class="aca-content-container">
|
||||
<div class="aca-content-header">
|
||||
<button *ngIf="(appNavNarMode$ | async) === 'collapsed'"
|
||||
mat-icon-button
|
||||
@@ -10,4 +9,3 @@
|
||||
</div>
|
||||
<ng-content select="aca-page-layout-error" *ngIf="hasError"></ng-content>
|
||||
<ng-content select="aca-page-layout-content" *ngIf="!hasError"></ng-content>
|
||||
</div>
|
||||
|
@@ -3,18 +3,7 @@
|
||||
.aca-page-layout {
|
||||
@include flex-column;
|
||||
|
||||
.aca-content-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.aca-content-header {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: var(--theme-page-layout-header-background-color);
|
||||
height: 96px;
|
||||
padding: 0 24px;
|
||||
@@ -29,9 +18,9 @@
|
||||
width: 100%;
|
||||
|
||||
.adf-breadcrumb-item {
|
||||
font-size: 20px !important;
|
||||
font-weight: 400 !important;
|
||||
letter-spacing: 0.15px !important;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.15px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,14 +43,6 @@
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
display: block;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
max-width: 350px;
|
||||
width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
[dir='rtl'] .aca-page-layout {
|
||||
|
Reference in New Issue
Block a user