Skip to content

Commit 790c03b

Browse files
committed
css: also alias .glyphicon-ice-lolly to popsicle glyph (\e809) for completeness
1 parent 05bc6cf commit 790c03b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/stylesheets/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ body {
121121
vertical-align: middle;
122122
}
123123

124+
/* Additional alias: plain ice-lolly icon */
125+
.glyphicon.glyphicon-ice-lolly:before,
126+
.glyphicon-ice-lolly:before {
127+
font-family: cadeoleo;
128+
content: "\e809"; /* use same popsicle glyph */
129+
font-size: 1.5rem;
130+
vertical-align: middle;
131+
}
132+
124133
/* Responsive adjustments */
125134
@media (max-width: 576px) {
126135
.version-display {

0 commit comments

Comments
 (0)