Finalize init defaults and auth flow UX improvements
This commit is contained in:
@@ -556,6 +556,13 @@
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.login-logo-link:focus-visible {
|
||||
outline: 2px solid var(--app-primary-focus);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.login-logo-img {
|
||||
max-height: 2.5rem;
|
||||
max-width: 10rem;
|
||||
@@ -798,6 +805,16 @@
|
||||
color: var(--app-primary);
|
||||
}
|
||||
|
||||
.login-tenant-context-avatar-placeholder--name {
|
||||
width: auto;
|
||||
max-width: 18rem;
|
||||
height: auto;
|
||||
justify-content: flex-start;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
color: var(--app-text);
|
||||
}
|
||||
|
||||
.login-tenant-context-text {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
Reference in New Issue
Block a user