mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
More refactoring and clean-up.
This commit is contained in:
parent
f062cdbed2
commit
c815e7cd51
16 changed files with 101 additions and 134 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue