feat: proto-profile page
This commit is contained in:
16
src/pages/profile_settings.module.scss
Normal file
16
src/pages/profile_settings.module.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user