feat: proto-profile page

This commit is contained in:
2025-04-07 12:42:40 +03:00
parent 6c1efe702c
commit ac9bde2a54
3 changed files with 44 additions and 73 deletions

View File

@@ -0,0 +1,16 @@
@reference "../index.scss";
.container {
@apply flex h-full w-full flex-col items-center gap-4 px-6 pt-3;
}
.header_block {
@apply flex h-[12rem] w-full flex-row justify-between;
}
.header_block__name {
@apply mt-5 flex w-full flex-col items-center justify-start gap-3;
}
.settings_block {
@apply flex h-full w-full flex-col items-center justify-center;
}