Commit 643e708b authored by Martin Wortschack's avatar Martin Wortschack

Add missing fontawesome file icon classes

parent 8c07a909
......@@ -257,6 +257,38 @@
content: '\f127';
}
.fa-file-pdf-o::before {
content: '\f1c1';
}
.fa-file-word-o::before {
content: '\f1c2';
}
.fa-file-excel-o::before {
content: '\f1c3';
}
.fa-file-powerpoint-o::before {
content: '\f1c4';
}
.fa-file-image-o::before {
content: '\f1c5';
}
.fa-file-archive-o::before {
content: '\f1c6';
}
.fa-file-audio-o::before {
content: '\f1c7';
}
.fa-file-video-o::before {
content: '\f1c8';
}
.sr-only {
position: absolute;
width: 1px;
......
---
title: Add missing fontawesome file icon classes
merge_request: 43091
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment