login and register logic
This commit is contained in:
parent
a2f8452eec
commit
8d0c02e27e
15 changed files with 496 additions and 106 deletions
|
@ -28,10 +28,22 @@ body {
|
|||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.header {
|
||||
.header,
|
||||
.header-big {
|
||||
color: var(--main-4);
|
||||
}
|
||||
|
||||
.header-big {
|
||||
width: 800px;
|
||||
margin: -10px;
|
||||
padding: 10px;
|
||||
background: var(--main-5);
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
max-width: calc(100vw - 40px);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.scroller {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
|
@ -137,7 +149,7 @@ body {
|
|||
display: grid;
|
||||
}
|
||||
|
||||
.form-heading,
|
||||
form .header-big,
|
||||
.form-message,
|
||||
.form-button {
|
||||
grid-column: span 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue