Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
643e708b
Commit
643e708b
authored
Sep 23, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing fontawesome file icon classes
parent
8c07a909
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+32
-0
changelogs/unreleased/254946-add-missing-fa-icons-for-file_type_icon_class.yml
.../254946-add-missing-fa-icons-for-file_type_icon_class.yml
+5
-0
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
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
;
...
...
changelogs/unreleased/254946-add-missing-fa-icons-for-file_type_icon_class.yml
0 → 100644
View file @
643e708b
---
title
:
Add missing fontawesome file icon classes
merge_request
:
43091
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment