Add support for changed items

This commit is contained in:
Tom Raithel
2017-11-24 16:09:22 +01:00
parent a75092ccfc
commit 784a5d1be6
8 changed files with 268 additions and 179 deletions

View File

@@ -1,6 +1,5 @@
.is-new {
.tag {
font-size: 9px;
background: var(--color-red);
display: inline-block;
padding: 3px 8px;
border-radius: 10px;
@@ -8,4 +7,12 @@
vertical-align: top;
margin-top: -2px;
left: 5px;
&--new {
background: var(--color-red);
}
&--changed {
background: var(--color-blue);
}
}