Skip to content

Commit 05bc6cf

Browse files
committed
css: add legacy alias .glyphicon.glyphicon-ice-lolly-tasted mapped to cadeoleo popsicle glyph (\e809)
1 parent 2f907e6 commit 05bc6cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/stylesheets/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ body {
113113
content: "\e802";
114114
}
115115

116+
/* Legacy Bootstrap glyphicon alias for popsicle icon */
117+
.glyphicon.glyphicon-ice-lolly-tasted:before {
118+
font-family: cadeoleo;
119+
content: "\e809"; /* same glyph as .cadeoleo-skate */
120+
font-size: 1.5rem;
121+
vertical-align: middle;
122+
}
123+
116124
/* Responsive adjustments */
117125
@media (max-width: 576px) {
118126
.version-display {

0 commit comments

Comments
 (0)