mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [AAE-6823] Customize font * [AAE-6823] Update css variables names * [AAE-6823] Cleaning * [AAE-6823] Update css variables names * [AAE-6823] Fix lint error
37 lines
682 B
SCSS
37 lines
682 B
SCSS
.adf-toolbar {
|
|
&--spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
&-title {
|
|
overflow: hidden;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-toolbar {
|
|
min-height: 48px;
|
|
border: 1px solid var(--theme-border-color);
|
|
color: var(--theme-text-color);
|
|
}
|
|
|
|
.mat-toolbar-row {
|
|
height: 48px;
|
|
font-size: var(--theme-body-1-font-size);
|
|
white-space: normal;
|
|
}
|
|
|
|
.mat-toolbar-single-row {
|
|
padding: 0 16px;
|
|
height: 64px;
|
|
}
|
|
|
|
&.adf-toolbar--inline {
|
|
.mat-toolbar {
|
|
background-color: inherit;
|
|
border: none !important;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|