summaryrefslogtreecommitdiffstats
path: root/src/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-xsrc/styles/style.css66
1 files changed, 0 insertions, 66 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
deleted file mode 100755
index d947765..0000000
--- a/src/styles/style.css
+++ /dev/null
@@ -1,66 +0,0 @@
-@font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?wt3pj6');
- src: url('fonts/icomoon.eot?wt3pj6#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?wt3pj6') format('truetype'),
- url('fonts/icomoon.woff?wt3pj6') format('woff'),
- url('fonts/icomoon.svg?wt3pj6#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
-}
-
-[class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'icomoon' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-clear:before {
- content: "\e909";
-}
-.icon-time:before {
- content: "\e900";
-}
-.icon-bluetooth:before {
- content: "\e901";
-}
-.icon-arrow_down:before {
- content: "\e907";
-}
-.icon-arrow_up:before {
- content: "\e908";
-}
-.icon-computer:before {
- content: "\e90a";
-}
-.icon-phone:before {
- content: "\e90b";
-}
-.icon-arrow_back:before {
- content: "\e90c";
-}
-.icon-wifi:before {
- content: "\e902";
-}
-.icon-ethernet:before {
- content: "\e903";
-}
-.icon-speed:before {
- content: "\e904";
-}
-.icon-toggle_off:before {
- content: "\e905";
-}
-.icon-toggle_on:before {
- content: "\e906";
-}