mirror of
https://github.com/mikecao/umami.git
synced 2021-05-17 18:46:32 +03: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;
|
|
}
|