[ACA-4654] style fix (#8430)

This commit is contained in:
Nikita Maliarchuk
2023-03-31 08:45:28 +02:00
committed by GitHub
parent 431b3db08a
commit fc3bd7eb42

View File

@@ -116,10 +116,14 @@
.adf-login-button { .adf-login-button {
width: 100%; width: 100%;
height: 36px; height: 36px;
line-height: 38px; line-height: normal;
box-shadow: none; box-shadow: none;
} }
.adf-login-button .mat-button-wrapper {
display: inline-flex;
}
.adf-login-button-label { .adf-login-button-label {
color: var(--theme-accent-color-default-contrast); color: var(--theme-accent-color-default-contrast);
} }
@@ -144,6 +148,7 @@
.adf-interactive-login-label { .adf-interactive-login-label {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
line-height: 38px;
justify-content: center; justify-content: center;
} }