More refactoring and clean-up.
This commit is contained in:
13
components/pages/websites/WebsiteMenuView.module.css
Normal file
13
components/pages/websites/WebsiteMenuView.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.row {
|
||||
border-top: 1px solid var(--base300);
|
||||
}
|
||||
|
||||
.col {
|
||||
border-left: 1px solid var(--base300);
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.col:first-child {
|
||||
padding-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user