mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9670] Add white background to login screen (#4589)
* [ACS-9670] Add white background to login screen * [ACS-9670] Move white color to separate variable * [ACS-9670] Add missing change
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
background-color: var(--theme-white-background);
|
||||
border-top: 1px solid var(--theme-grey-background-color);
|
||||
padding-top: 28px;
|
||||
|
||||
|
@@ -93,7 +93,7 @@ app-view-profile {
|
||||
height: 30px;
|
||||
margin: 1rem;
|
||||
margin-left: 0.5rem;
|
||||
color: white;
|
||||
color: var(--theme-white-background);
|
||||
background-color: var(--theme-blue-button-color);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
Reference in New Issue
Block a user