mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
12 lines
167 B
CSS
12 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;
|
|
}
|