You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
491 B
CSS
28 lines
491 B
CSS
/* This file is here for historical reasons but is not used anymore */
|
|
|
|
@layer page {
|
|
/*
|
|
.login {
|
|
background: #ddfaff;
|
|
|
|
main {
|
|
justify-self: center;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
max-width: 80ch;
|
|
padding: 3rem 0;
|
|
|
|
gap: 3rem;
|
|
|
|
h3 {
|
|
font-size: 28px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
}
|