Skip to content

Commit 62c8cf7

Browse files
Add missing CSS for ribbons (#4159)
1 parent 5084683 commit 62c8cf7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/content/css/_ribbon.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,17 @@ SOFTWARE.
144144
-o-transform: rotate(-45deg);
145145
transform: rotate(-45deg);
146146
}
147+
148+
.release-ribbon {
149+
@extend .github-fork-ribbon;
150+
&:before {
151+
background-color: #a00;
152+
}
153+
}
154+
155+
.issue-ribbon {
156+
@extend .github-fork-ribbon;
157+
&:before {
158+
background-color: #025d8c;
159+
}
160+
}

0 commit comments

Comments
 (0)