Refactored settings components.
This commit is contained in:
16
components/pages/settings/SettingsLayout.module.css
Normal file
16
components/pages/settings/SettingsLayout.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.dashboard {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
background: var(--base50);
|
||||
flex: 1;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user