mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-14714] added design tokens to CardViewComponent (#8619)
* [AAE-14714] added design tokens to styles * Rebasing * [AAE-14714] - fixing naming for reference variables --------- Co-authored-by: Vito Albano <vito.albano@hyland.com>
This commit is contained in:
parent
20e378c4be
commit
18c3eff472
@ -1,5 +1,10 @@
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
.adf-property-list {
|
||||
background: var(--adf-card-view-background);
|
||||
border: var(--adf-card-view-border);
|
||||
border-color: var(--adf-card-view-border-color);
|
||||
border-radius: var(--adf-card-view-border-radius);
|
||||
|
||||
.adf-property {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
@ -7,6 +7,10 @@
|
||||
--adf-edit-task-and-service-filter-content-text-label-color: $adf-ref-edit-task-and-service-filter-content-text-label-color,
|
||||
--adf-edit-task-and-service-filter-content-select-label-color: $adf-ref-edit-task-and-service-filter-content-select-label-color,
|
||||
--adf-edit-task-and-service-filter-header-height: $adf-ref-edit-task-and-service-filter-header-height,
|
||||
--adf-card-view-background: $adf-ref-card-background,
|
||||
--adf-card-view-border: $adf-ref-card-border,
|
||||
--adf-card-view-border-color: $adf-ref-card-border-color,
|
||||
--adf-card-view-border-radius: $adf-ref-card-border-radius
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
@ -2,4 +2,10 @@ $adf-ref-edit-task-and-service-filter-header-title-color: rgba(0, 0, 0, 0.87);
|
||||
$adf-ref-edit-task-and-service-filter-header-description-color: rgba(0, 0, 0, 0.54);
|
||||
$adf-ref-edit-task-and-service-filter-header-height: 48px;
|
||||
$adf-ref-edit-task-and-service-filter-content-text-label-color: rgba(0, 0, 0, 0.54);
|
||||
$adf-ref-edit-task-and-service-filter-content-text-input-color: rgba(0, 0, 0, 0.87);
|
||||
$adf-ref-edit-task-and-service-filter-content-select-label-color: rgba(0, 0, 0, 0.54);
|
||||
$adf-ref-edit-task-and-service-filter-content-select-input-color: rgba(0, 0, 0, 0.87);
|
||||
$adf-ref-card-background: white;
|
||||
$adf-ref-card-border: unset;
|
||||
$adf-ref-card-border-color: unset;
|
||||
$adf-ref-card-border-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user