umami/src/app/(main)/console/TestConsole.module.css
2023-10-03 16:05:17 -07:00

11 lines
167 B
CSS

.test {
border: 1px solid var(--base400);
border-radius: 5px;
padding: 0 20px 20px 20px;
}
.header {
font-size: 16px;
font-weight: 700;
margin: 20px 0;
}