Files
TechRadarAJR/styles/components/tag.css
2017-11-24 16:09:27 +01:00

19 lines
278 B
CSS

.tag {
font-size: 9px;
display: inline-block;
padding: 3px 8px;
border-radius: 10px;
position: relative;
vertical-align: top;
margin-top: -2px;
left: 5px;
&--new {
background: var(--color-red);
}
&--changed {
background: var(--color-blue);
}
}