mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645] Implemented changes as per review comments
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
--adf-user-info-container-margin-right: $adf-ref-margin-right,
|
||||
--theme-metadata-property-panel-border-color: $metadata-property-panel-border-color,
|
||||
--theme-metadata-buttons-background-color: $metadata-buttons-background-color,
|
||||
--theme-metadata-action-button-clear-color: $metadata-action-button-clear-color
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
||||
@@ -29,3 +29,4 @@ $adf-ref-line-height: 40px;
|
||||
$adf-ref-margin-right: 8px;
|
||||
$metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
|
||||
$metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
|
||||
$metadata-action-button-clear-color: #212328b2;
|
||||
|
||||
Reference in New Issue
Block a user