summaryrefslogtreecommitdiff
path: root/src/fauxton/assets/less/icons.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/assets/less/icons.less')
-rw-r--r--src/fauxton/assets/less/icons.less111
1 files changed, 0 insertions, 111 deletions
diff --git a/src/fauxton/assets/less/icons.less b/src/fauxton/assets/less/icons.less
deleted file mode 100644
index cf0593c54..000000000
--- a/src/fauxton/assets/less/icons.less
+++ /dev/null
@@ -1,111 +0,0 @@
-/* Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
-@font-face {
- font-family: "fauxtonicon";
- src: url("../img/fontcustom_fauxton.eot");
- src: url("../img/fontcustom_fauxton.eot?#iefix") format("embedded-opentype"),
- url("../img/fontcustom_fauxton.woff") format("woff"),
- url("../img/fontcustom_fauxton.ttf") format("truetype"),
- url("../img/fontcustom_fauxton.svg#fontcustom_fauxton") format("svg");
- font-weight: normal;
- font-style: normal;
-}
-
-.fonticon-activetasks:before,
-.fonticon-bookmark:before,
-.fonticon-carrot:before,
-.fonticon-circle-check:before,
-.fonticon-circle-minus:before,
-.fonticon-circle-plus:before,
-.fonticon-circle-x:before,
-.fonticon-cog:before,
-.fonticon-collapse:before,
-.fonticon-dashboard:before,
-.fonticon-database:before,
-.fonticon-document:before,
-.fonticon-documents:before,
-.fonticon-expand:before,
-.fonticon-eye:before,
-.fonticon-key:before,
-.fonticon-link:before,
-.fonticon-log:before,
-.fonticon-minus:before,
-.fonticon-mixer:before,
-.fonticon-new-database:before,
-.fonticon-paperclip:before,
-.fonticon-pencil:before,
-.fonticon-play:before,
-.fonticon-plus:before,
-.fonticon-profile:before,
-.fonticon-replicate:before,
-.fonticon-reply:before,
-.fonticon-save:before,
-.fonticon-search:before,
-.fonticon-stats:before,
-.fonticon-support:before,
-.fonticon-swap-arrows:before,
-.fonticon-trash:before,
-.fonticon-user:before,
-.fonticon-users:before,
-.fonticon-wrench:before,
-.fonticon-x:before {
- font-family: "fauxtonicon";
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- display: inline-block;
- text-decoration: inherit;
-}
-
-.fonticon-activetasks:before { content: "\f100"; }
-.fonticon-bookmark:before { content: "\f101"; }
-.fonticon-carrot:before { content: "\f102"; }
-.fonticon-circle-check:before { content: "\f103"; }
-.fonticon-circle-minus:before { content: "\f104"; }
-.fonticon-circle-plus:before { content: "\f105"; }
-.fonticon-circle-x:before { content: "\f106"; }
-.fonticon-cog:before { content: "\f107"; }
-.fonticon-collapse:before { content: "\f108"; }
-.fonticon-dashboard:before { content: "\f109"; }
-.fonticon-database:before { content: "\f10a"; }
-.fonticon-document:before { content: "\f10b"; }
-.fonticon-documents:before { content: "\f10c"; }
-.fonticon-expand:before { content: "\f10d"; }
-.fonticon-eye:before { content: "\f10e"; }
-.fonticon-key:before { content: "\f10f"; }
-.fonticon-link:before { content: "\f110"; }
-.fonticon-log:before { content: "\f111"; }
-.fonticon-minus:before { content: "\f112"; }
-.fonticon-mixer:before { content: "\f113"; }
-.fonticon-new-database:before { content: "\f114"; }
-.fonticon-paperclip:before { content: "\f115"; }
-.fonticon-pencil:before { content: "\f116"; }
-.fonticon-play:before { content: "\f117"; }
-.fonticon-plus:before { content: "\f118"; }
-.fonticon-profile:before { content: "\f119"; }
-.fonticon-replicate:before { content: "\f11a"; }
-.fonticon-reply:before { content: "\f11b"; }
-.fonticon-save:before { content: "\f11c"; }
-.fonticon-search:before { content: "\f11d"; }
-.fonticon-stats:before { content: "\f11e"; }
-.fonticon-support:before { content: "\f11f"; }
-.fonticon-swap-arrows:before { content: "\f120"; }
-.fonticon-trash:before { content: "\f121"; }
-.fonticon-user:before { content: "\f122"; }
-.fonticon-users:before { content: "\f123"; }
-.fonticon-wrench:before { content: "\f124"; }
-.fonticon-x:before { content: "\f125"; }