mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
10 lines
139 B
CSS
10 lines
139 B
CSS
.test {
|
|
border: 1px solid var(--base200);
|
|
border-radius: 5px;
|
|
padding: 0 20px 20px 20px;
|
|
}
|
|
|
|
.hidden {
|
|
transform: rotate(-90deg);
|
|
}
|