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:
parent
57764cc046
commit
f6389f5d3f
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue