mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
6 lines
109 B
CSS
6 lines
109 B
CSS
.tag {
|
|
padding: 2px 4px;
|
|
border: 1px solid var(--gray300);
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|