Commit ccddfa59 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'mw-fa-icon-classes-cleanup' into 'master'

Cleanup fa- classes

See merge request gitlab-org/gitlab!46010
parents 21459f1a 41b0c30a
...@@ -105,10 +105,6 @@ ...@@ -105,10 +105,6 @@
content: '\f110'; content: '\f110';
} }
.fa-trash-o::before {
content: '\f014';
}
.fa-caret-right::before { .fa-caret-right::before {
content: '\f0da'; content: '\f0da';
} }
...@@ -117,18 +113,10 @@ ...@@ -117,18 +113,10 @@
content: '\f077'; content: '\f077';
} }
.fa-bug::before {
content: '\f188';
}
.fa-exclamation-circle::before { .fa-exclamation-circle::before {
content: '\f06a'; content: '\f06a';
} }
.fa-bell::before {
content: '\f0f3';
}
.fa-file-o::before { .fa-file-o::before {
content: '\f016'; content: '\f016';
} }
...@@ -141,10 +129,6 @@ ...@@ -141,10 +129,6 @@
content: '\f111'; content: '\f111';
} }
.fa-git::before {
content: '\f1d3';
}
.fa-thumb-tack::before { .fa-thumb-tack::before {
content: '\f08d'; content: '\f08d';
} }
...@@ -153,38 +137,6 @@ ...@@ -153,38 +137,6 @@
content: '\f06d'; content: '\f06d';
} }
.fa-pause::before {
content: '\f04c';
}
.fa-play::before {
content: '\f04b';
}
.fa-share::before {
content: '\f064';
}
.fa-book::before {
content: '\f02d';
}
.fa-times-circle::before {
content: '\f057';
}
.fa-skype::before {
content: '\f17e';
}
.fa-linkedin-square::before {
content: '\f08c';
}
.fa-twitter-square::before {
content: '\f081';
}
.fa-file-pdf-o::before { .fa-file-pdf-o::before {
content: '\f1c1'; content: '\f1c1';
} }
...@@ -217,6 +169,14 @@ ...@@ -217,6 +169,14 @@
content: '\f1c8'; content: '\f1c8';
} }
.fa-square-o::before {
content: '\f096';
}
.fa-check-square-o::before {
content: '\f046';
}
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;
......
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