added all pages placeholders

This commit is contained in:
2025-09-22 16:45:50 +03:00
parent 181fe61368
commit e566bd75b8
23 changed files with 251 additions and 61 deletions

View File

@ -0,0 +1,14 @@
.settings {
display: flex;
width: 100vw;
height: 100vh;
max-width: 100%;
}
.settings-content {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}