mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-3742] Added styles for new layout design (#3137)
* added styling changes * styling changes * fixed the button text alignment * style changes * renamed the theme variable
This commit is contained in:
@@ -36,6 +36,7 @@ $selected-text-color: #212121;
|
||||
$selected-background-color: rgba(31, 116, 219, 0.24);
|
||||
$action-button-text-color: rgba(33, 35, 40, 0.7);
|
||||
$page-layout-header-background-color: #fff;
|
||||
$aca-toolbar-button-background-color: rgba(33, 33, 33, 0.05);
|
||||
|
||||
// CSS Variables
|
||||
$defaults: (
|
||||
@@ -80,6 +81,7 @@ $defaults: (
|
||||
--theme-action-button-text-color: $action-button-text-color,
|
||||
--theme-header-border-color: $grey-background,
|
||||
--theme-page-layout-header-background-color: $page-layout-header-background-color,
|
||||
--theme-app-toolbar-button-background-color: $aca-toolbar-button-background-color
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
Reference in New Issue
Block a user