mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
6 lines
97 B
CSS
6 lines
97 B
CSS
|
.test {
|
||
|
border: 1px solid var(--gray200);
|
||
|
border-radius: 5px;
|
||
|
padding: 0 20px 20px 20px;
|
||
|
}
|