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

12 lines
167 B
CSS
Raw Normal View History

2020-09-27 09:51:29 +02:00
.test {
2023-03-26 13:15:08 +02:00
border: 1px solid var(--base400);
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;
2023-03-26 13:15:08 +02:00
margin: 20px 0;
2022-01-15 04:10:46 +01:00
}