[ACS-5645] Implemented changes as per review comments

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:23:58 +05:30
parent f0de971e8e
commit 702805f039
14 changed files with 51 additions and 78 deletions
@@ -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;