mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Refactored settings components.
This commit is contained in:
parent
d827b79c72
commit
7450b76e6d
91 changed files with 736 additions and 353 deletions
9
components/pages/console/TestConsole.module.css
Normal file
9
components/pages/console/TestConsole.module.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.test {
|
||||
border: 1px solid var(--base200);
|
||||
border-radius: 5px;
|
||||
padding: 0 20px 20px 20px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue