umami/components/common/Tag.module.css

7 lines
109 B
CSS
Raw Normal View History

2020-10-09 21:39:03 +02:00
.tag {
2020-08-25 08:49:14 +02:00
padding: 2px 4px;
border: 1px solid var(--base300);
2020-08-25 08:49:14 +02:00
border-radius: 4px;
margin-right: 10px;
}