mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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
48 lines
1.1 KiB
SCSS
48 lines
1.1 KiB
SCSS
/* stylelint-disable no-descending-specificity */
|
|
.adf-property-list {
|
|
.adf-property {
|
|
margin-bottom: 20px;
|
|
|
|
.adf-property-value-padding-top {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.adf-property-read-only {
|
|
.mat-form-field-underline {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.adf-property-field {
|
|
width: 100%;
|
|
margin-bottom: -25px;
|
|
|
|
.mat-form-field-infix {
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.mat-form-field-label {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.adf-property-read-only {
|
|
.mat-form-field-underline {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.adf-property-label {
|
|
font-size: var(--theme-caption-font-size);
|
|
color: var(--theme-text-color);
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.adf-property-value,
|
|
.mat-form-field-label {
|
|
font-size: var(--theme-body-1-font-size);
|
|
color: var(--theme-text-bold-color);
|
|
}
|
|
}
|
|
}
|