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:
@@ -31,6 +31,13 @@ import { AppSettingsService } from '@alfresco/aca-shared';
|
||||
standalone: true,
|
||||
imports: [LoginComponent, TranslateModule],
|
||||
templateUrl: './app-login.component.html',
|
||||
styles: [
|
||||
`
|
||||
.adf-login {
|
||||
background-color: var(--theme-white-background);
|
||||
}
|
||||
`
|
||||
],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class AppLoginComponent {
|
||||
|
Reference in New Issue
Block a user