feat(web): initialize frontend

This commit is contained in:
2023-01-27 01:33:23 +03:00
parent 47ee5c4776
commit ebb3836930
40 changed files with 297 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
form {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
padding: 2vw 2vw;
box-sizing: border-box;
}
.button-flex {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.btn-secondary {
display: none;
}