icon for PNG export format

This commit is contained in:
mrliptontea
2016-07-02 23:59:00 +01:00
parent a8355d5c64
commit 1c620b3b4e
2 changed files with 9 additions and 1 deletions

View File

@@ -847,6 +847,14 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
content: $fa-var-file-excel-o;
}
}
.png {
@extend %other-format;
&:before {
content: $fa-var-file-image-o;
}
}
}
#changes-legend > li.change,

File diff suppressed because one or more lines are too long