mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(core): align login inputs in center (#13532)
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com>
This commit is contained in:
@@ -271,7 +271,9 @@
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
padding: 1rem;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
.logo {
|
||||
width: 250px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
@@ -24,6 +24,7 @@ $checkbox-checked-color: #8405FF;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 2rem;
|
||||
height: fit-content;
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
gap: 3rem;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
overflow-y: auto;
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user