Rename 'Tag' to 'Flag' - which is more accurate

This commit is contained in:
Tom Raithel
2017-11-27 08:42:00 +01:00
parent 784a5d1be6
commit 80f6617754
5 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
.flag {
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);
}
}