diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/fontawesome_custom.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app/assets/stylesheets/fontawesome_custom.scss b/app/assets/stylesheets/fontawesome_custom.scss index 30d56d99e1c..46e5e5a28ea 100644 --- a/app/assets/stylesheets/fontawesome_custom.scss +++ b/app/assets/stylesheets/fontawesome_custom.scss @@ -262,6 +262,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; |