Add new icon for snippets less than 31 days old (#104)

This commit is contained in:
atomiks
2018-10-05 14:11:08 +10:00
committed by GitHub
parent a9234afee0
commit 8c397b1348
8 changed files with 40 additions and 0 deletions

View File

@ -119,6 +119,14 @@
&__tag {
}
&__new {
position: absolute;
top: -1rem;
left: 50%;
transform: translateX(-50%);
width: 3rem;
}
}
.snippet-demo {