mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
8 lines
147 B
CSS
8 lines
147 B
CSS
|
|
.type {
|
||
|
|
font-size: var(--font-size-small);
|
||
|
|
padding: 2px 4px;
|
||
|
|
border: 1px solid var(--gray300);
|
||
|
|
border-radius: 4px;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|