mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
Layout changes for workspace sidemenu
This commit is contained in:
committed by
Sheena Malhotra
parent
cfdae7efdb
commit
ed9e647a71
@@ -32,6 +32,11 @@ $datetimepicker-selected-date-background: #2254b2;
|
||||
$datetimepicker-cell-background-color: #fff;
|
||||
$datetimepicker-cell-focus-border-color: #1F74DB;
|
||||
$datetimepicker-cell-focus-background-color: rgba(33, 33, 33, 0.12);
|
||||
$sidenav-background-color: #f8f8f8;
|
||||
$selected-text-color: #212121;
|
||||
$selected-background-color: rgba(31, 116, 219, 0.24);
|
||||
$action-button-text-color: rgba(33, 35, 40, 0.7);
|
||||
$tooltip-background-color: #ffffff;
|
||||
|
||||
// CSS Variables
|
||||
$defaults: (
|
||||
@@ -69,7 +74,14 @@ $defaults: (
|
||||
--theme-datetimepicker-selected-date-background: $datetimepicker-selected-date-background,
|
||||
--theme-datetimepicker-cell-background: $datetimepicker-cell-background-color,
|
||||
--theme-datetimepicker-cell-focus-border: $datetimepicker-cell-focus-border-color,
|
||||
--theme-datetimepicker-cell-focus-background: $datetimepicker-cell-focus-background-color
|
||||
--theme-datetimepicker-cell-focus-background: $datetimepicker-cell-focus-background-color,
|
||||
--theme-sidenav-background-color: $sidenav-background-color,
|
||||
--theme-selected-text-color: $selected-text-color,
|
||||
--theme-selected-background-color: $selected-background-color,
|
||||
--theme-hover-background-color: $grey-text-background,
|
||||
--theme-action-button-text-color: $action-button-text-color,
|
||||
--theme-header-border-color: $grey-background,
|
||||
--theme-tooltip-background-color: $tooltip-background-color,
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
Reference in New Issue
Block a user