mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-3604] fixed style for login dialog * [ADF-3604] removed duplicated voice in tsconfig * [ADF-3604] fixed locator for css style
21 lines
523 B
SCSS
21 lines
523 B
SCSS
@mixin adf-login-dialog-panel-theme($theme) {
|
|
$primary: map-get($theme, primary);
|
|
$accent: map-get($theme, accent);
|
|
$warn: map-get($theme, warn);
|
|
$background: map-get($theme, background);
|
|
$foreground: map-get($theme, foreground);
|
|
$text-color-primary: mat-color($foreground, text);
|
|
|
|
.adf-panel-login-dialog-component .adf-login-content {
|
|
.mat-card-actions,
|
|
.adf-login-button,
|
|
.adf-login__remember-me,
|
|
.copyright {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|