Added SideNav component.
This commit is contained in:
17
components/layout/SettingsLayout.module.css
Normal file
17
components/layout/SettingsLayout.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: max-content 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 200px;
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user