mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +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
44 lines
897 B
SCSS
44 lines
897 B
SCSS
.adf-card-view {
|
|
&__key-value-pairs {
|
|
&__row {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
&__col {
|
|
width: 50%;
|
|
|
|
.mat-form-field {
|
|
width: 100%;
|
|
font-size: var(--theme-body-1-font-size);
|
|
}
|
|
|
|
.mat-form-field-appearance-legacy .mat-form-field-label {
|
|
color: var(--adf-card-view-label-color) !important;
|
|
}
|
|
}
|
|
|
|
&__add-btn-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
&__add-btn.mat-button {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
&__read-only {
|
|
padding-bottom: 20px;
|
|
|
|
.mat-table {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.mat-header-row,
|
|
.mat-row {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|