Commit 3c8a630c authored by Nathan Friend's avatar Nathan Friend

Merge branch 'mw-cleanup-fa-styles' into 'master'

Remove unused fa- styles

See merge request gitlab-org/gitlab!48783
parents 5ce8efdd b6f72c62
...@@ -23,38 +23,10 @@ ...@@ -23,38 +23,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x { .fa-2x {
font-size: 2em; font-size: 2em;
} }
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-inverse {
color: $white;
}
.fa-chevron-down::before { .fa-chevron-down::before {
content: '\f078'; content: '\f078';
} }
...@@ -63,23 +35,14 @@ ...@@ -63,23 +35,14 @@
content: '\f0d7'; content: '\f0d7';
} }
.fa-warning::before,
.fa-exclamation-triangle::before { .fa-exclamation-triangle::before {
content: '\f071'; content: '\f071';
} }
.fa-caret-right::before {
content: '\f0da';
}
.fa-exclamation-circle::before { .fa-exclamation-circle::before {
content: '\f06a'; content: '\f06a';
} }
.fa-file-o::before {
content: '\f016';
}
.fa-lightbulb-o::before { .fa-lightbulb-o::before {
content: '\f0eb'; content: '\f0eb';
} }
...@@ -96,38 +59,6 @@ ...@@ -96,38 +59,6 @@
content: '\f06d'; content: '\f06d';
} }
.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';
}
.fa-square-o::before { .fa-square-o::before {
content: '\f096'; content: '\f096';
} }
......
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