0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Re-add X icon

No issue

The `icon-x` class got messed up when I attempted to dry up our icon code in both https://github.com/TryGhost/Ghost/pull/4948 and 35b3d92c74. All that was left was an `x` in the file.

This adds that class back, so the `icon-x` icon works again.
This commit is contained in:
Paul Adam Davis 2015-04-02 10:42:32 +01:00
parent 57764cc046
commit f6389f5d3f

View file

@ -399,7 +399,9 @@ $i-x: \f634;
.icon-weather-sun:before { .icon-weather-sun:before {
content: '#{$i-weather-sun}'; content: '#{$i-weather-sun}';
} }
x .icon-x:before {
content: '#{$i-x}';
}
// Specific icon size adjustments // Specific icon size adjustments
.icon-list:before { .icon-list:before {