mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
15 lines
212 B
CSS
15 lines
212 B
CSS
.test {
|
|
border: 1px solid var(--base200);
|
|
border-radius: 5px;
|
|
padding: 0 20px 20px 20px;
|
|
}
|
|
|
|
.header {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
line-height: 90px;
|
|
}
|
|
|
|
.hidden {
|
|
transform: rotate(-90deg);
|
|
}
|