diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 02:03:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 02:03:49 +0000 |
commit | 2a25c83b18bafcaf5c21581ff085ab611eb514e8 (patch) | |
tree | 5ef885758a28be94c22051d388c782a4e60ef83b /app/assets | |
parent | b0481767fe49d53033d0a1c74b661f971e3cc680 (diff) | |
download | gitlab-ce-2a25c83b18bafcaf5c21581ff085ab611eb514e8.tar.gz |
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
Diffstat (limited to 'app/assets')
-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; |