mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Show version badge on recently-added tags
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user