This commit is contained in:
2025-06-16 17:38:48 +02:00
parent 3a374baaba
commit d6c7742501
3 changed files with 317 additions and 153 deletions

View File

@@ -1,46 +1,44 @@
.center-box {
margin-top: -1.1rem !important; /* remove page padding */
.login-page {
height: 100%;
display: flex;
flex-direction: column;
background: hsl(from var(--mud-palette-primary) h s 96%);
}
.box-area {
width: 930px;
}
.right-box {
padding: 15px 30px 0 30px;
}
::placeholder {
font-size: 16px;
}
.rounded-4 {
border-radius: 20px;
}
.rounded-5 {
border-radius: 30px;
}
.bg-white {
background: var(--mud-palette-surface) !important;
}
.appName {
margin-top: 15px;
font-size: large;
.container-top-logo > span {
font-size: x-large;
font-weight: 900;
color: var(--mud-palette-primary)
}
.button-login {
.container-login > span {
font-size: large;
font-weight: 900;
text-align: center;
background-color: var(--mud-palette-primary);
border-radius: 6px;
padding: .3rem 2rem;
width: 100%;
font-weight: 700;
color: var(--mud-palette-appbar-text);
}
.container-top-logo {
height: 35vh;
display: flex;
align-items: center;
justify-content: center;
}
.login-form-container {
display: flex;
flex-direction: column;
gap: 1rem;
}
.container-login {
background: var(--mud-palette-surface);
border-top-left-radius: 16px;
border-top-right-radius: 16px;
height: 100%;
display: flex;
flex-direction: column;
padding: 4px 16px 16px;
box-shadow: 0 -2px 10px rgba(165, 165, 165, 0.5);
}
.login-footer {
@@ -57,9 +55,4 @@
.login-footer img {
height: 15px;
margin-left: 4px;
}
.container > .bg-white {
box-shadow: var(--card-shadow);
border: 1px solid var(--card-border-color);
}