Show version badge on recently-added tags

This commit is contained in:
EricFromCanada
2021-04-22 17:19:13 -04:00
parent 32a327ed30
commit 9542f1d961
10 changed files with 29 additions and 1 deletions
+15
View File
@@ -20,3 +20,18 @@
border-top: none;
border-radius: 0 0 3px 3px;
}
.version-badge {
padding: 4px;
margin-left: 10px;
font-size: 12px;
font-weight: 300;
background: lighten($color-blue-1, 1);
border: 1px solid $color-blue-2;
border-radius: 3px;
vertical-align: middle;
}
.version-badge:before {
content: attr(data-version);
}