feat: add setup page

This commit is contained in:
2024-06-11 00:24:04 +03:00
parent 06f6efe023
commit 7e7b8b6c8f
3 changed files with 165 additions and 0 deletions

View File

@ -0,0 +1,32 @@
.setup p {
letter-spacing: 0.55px;
font-size: 16px;
line-height: 26px;
margin: 15px 0;
}
.setup .secondary {
filter: brightness(0.8);
}
.setup hr {
margin: 10px 0;
}
.setup {
display: flex;
padding: 20px;
justify-content: center;
}
.setup-card {
padding: 15px 20px;
max-width: 750px;
width: 100%;
}
.setup-navigation {
display: flex;
justify-content: space-between;
margin: 15px 0;
}