Commit 77c03c90 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '254946-add-missing-fa-icons-for-file_type_icon_class' into 'master'

Add missing fa- icons for file_type_icon_class

Closes #254946

See merge request gitlab-org/gitlab!43091
parents b746b126 643e708b
......@@ -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