umami/components/pages/console/TestConsole.module.css

16 lines
212 B
CSS
Raw Normal View History

2020-09-27 09:51:29 +02:00
.test {
border: 1px solid var(--base200);
2020-09-27 09:51:29 +02:00
border-radius: 5px;
padding: 0 20px 20px 20px;
}
2022-01-15 04:10:46 +01:00
2023-01-31 06:44:07 +01:00
.header {
font-size: 16px;
font-weight: 700;
line-height: 90px;
}
2022-01-15 04:10:46 +01:00
.hidden {
transform: rotate(-90deg);
}