Commit b09a8ae5 authored by Benoît's avatar Benoît

fix icons src

parent 4c9ed306
...@@ -40,19 +40,17 @@ ...@@ -40,19 +40,17 @@
src: url("./assets/fonts/Lato-Black.ttf") format("truetype") src: url("./assets/fonts/Lato-Black.ttf") format("truetype")
} }
// icons
@font-face { @font-face {
font-family: 'icon'; font-family: 'icon';
src: url('./assets/fonts/icon.eot?uu062v'); src: url('./assets/fonts/icon.eot?qz0v16');
src: url('./assets/fonts/icon.eot?uu062v#iefix') format('embedded-opentype'), src: url('./assets/fonts/icon.eot?qz0v16#iefix') format('embedded-opentype'),
url('./assets/fonts/icon.ttf?uu062v') format('truetype'), url('./assets/fonts/icon.ttf?qz0v16') format('truetype'),
url('./assets/fonts/icon.woff?uu062v') format('woff'), url('./assets/fonts/icon.woff?qz0v16') format('woff'),
url('./assets/fonts/icon.svg?uu062v#icomoon') format('svg'); url('./assets/fonts/icon.svg?qz0v16#icomoon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
[class^="icon-"], [class*=" icon-"] { [class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */ /* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icon' !important; font-family: 'icon' !important;
...@@ -68,19 +66,6 @@ ...@@ -68,19 +66,6 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-stratis:before {
content: "\e900";
}
.icon-syncr:before {
content: "\e902";
}
.icon-bitcoin:before {
content: "\e904";
}
.icon-block:before {
content: "\e92e";
}
.icon-coin-dollar:before { .icon-coin-dollar:before {
content: "\e93b"; content: "\e93b";
} }
...@@ -90,23 +75,80 @@ ...@@ -90,23 +75,80 @@
.icon-coin-pound:before { .icon-coin-pound:before {
content: "\e93d"; content: "\e93d";
} }
.icon-database:before { .icon-coin-yen:before {
content: "\e93e";
}
.icon-bell:before {
content: "\e951";
}
.icon-download:before {
content: "\e960";
}
.icon-upload:before {
content: "\e961";
}
.icon-coin:before {
content: "\e964"; content: "\e964";
} }
.icon-settings:before { .icon-lock:before {
content: "\e98f";
}
.icon-unlocked:before {
content: "\e990";
}
.icon-cog:before {
content: "\e994"; content: "\e994";
} }
.icon-download:before { .icon-bin:before {
content: "\e9ac";
}
.icon-switch:before {
content: "\e9b6";
}
.icon-cloud:before {
content: "\e9c1";
}
.icon-cloud-download:before {
content: "\e9c2"; content: "\e9c2";
} }
.icon-upload:before { .icon-cloud-upload:before {
content: "\e9c3"; content: "\e9c3";
} }
.icon-cancel-circle:before { .icon-cloud-check:before {
content: "\ea0d"; content: "\e9c4";
}
.icon-download2:before {
content: "\e9c5";
}
.icon-upload2:before {
content: "\e9c6";
}
.icon-download3:before {
content: "\e9c7";
}
.icon-upload3:before {
content: "\e9c8";
}
.icon-sphere:before {
content: "\e9c9";
}
.icon-earth:before {
content: "\e9ca";
}
.icon-link:before {
content: "\e9cb";
}
.icon-circle-up:before {
content: "\ea41";
}
.icon-circle-right:before {
content: "\ea42";
} }
.icon-checkmark2:before { .icon-circle-down:before {
content: "\ea11"; content: "\ea43";
}
.icon-circle-left:before {
content: "\ea44";
} }
.icon-checkbox-checked:before { .icon-checkbox-checked:before {
content: "\ea52"; content: "\ea52";
...@@ -120,3 +162,15 @@ ...@@ -120,3 +162,15 @@
.icon-radio-unchecked:before { .icon-radio-unchecked:before {
content: "\ea56"; content: "\ea56";
} }
.icon-block:before {
content: "\eae8";
}
.icon-stratis:before {
content: "\e900";
}
.icon-syncr:before {
content: "\e1";
}
.icon-bitcoin:before {
content: "\e2";
}
...@@ -9076,8 +9076,8 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { ...@@ -9076,8 +9076,8 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
@font-face { @font-face {
font-family: 'icon'; font-family: 'icon';
src: url("./assets/fonts/icon.eot?uu062v"); src: url("./assets/fonts/icon.eot?qz0v16");
src: url("./assets/fonts/icon.eot?uu062v#iefix") format("embedded-opentype"), url("./assets/fonts/icon.ttf?uu062v") format("truetype"), url("./assets/fonts/icon.woff?uu062v") format("woff"), url("./assets/fonts/icon.svg?uu062v#icomoon") format("svg"); src: url("./assets/fonts/icon.eot?qz0v16#iefix") format("embedded-opentype"), url("./assets/fonts/icon.ttf?qz0v16") format("truetype"), url("./assets/fonts/icon.woff?qz0v16") format("woff"), url("./assets/fonts/icon.svg?qz0v16#icomoon") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
...@@ -9096,56 +9096,116 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { ...@@ -9096,56 +9096,116 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-stratis:before { .icon-coin-dollar:before {
content: "\e900"; content: "\e93b";
} }
.icon-syncr:before { .icon-coin-euro:before {
content: "\e902"; content: "\e93c";
} }
.icon-bitcoin:before { .icon-coin-pound:before {
content: "\e904"; content: "\e93d";
} }
.icon-block:before { .icon-coin-yen:before {
content: "\e92e"; content: "\e93e";
} }
.icon-coin-dollar:before { .icon-bell:before {
content: "\e93b"; content: "\e951";
} }
.icon-coin-euro:before { .icon-download:before {
content: "\e93c"; content: "\e960";
} }
.icon-coin-pound:before { .icon-upload:before {
content: "\e93d"; content: "\e961";
} }
.icon-database:before { .icon-coin:before {
content: "\e964"; content: "\e964";
} }
.icon-settings:before { .icon-lock:before {
content: "\e98f";
}
.icon-unlocked:before {
content: "\e990";
}
.icon-cog:before {
content: "\e994"; content: "\e994";
} }
.icon-download:before { .icon-bin:before {
content: "\e9ac";
}
.icon-switch:before {
content: "\e9b6";
}
.icon-cloud:before {
content: "\e9c1";
}
.icon-cloud-download:before {
content: "\e9c2"; content: "\e9c2";
} }
.icon-upload:before { .icon-cloud-upload:before {
content: "\e9c3"; content: "\e9c3";
} }
.icon-cancel-circle:before { .icon-cloud-check:before {
content: "\ea0d"; content: "\e9c4";
}
.icon-download2:before {
content: "\e9c5";
}
.icon-upload2:before {
content: "\e9c6";
}
.icon-download3:before {
content: "\e9c7";
}
.icon-upload3:before {
content: "\e9c8";
}
.icon-sphere:before {
content: "\e9c9";
}
.icon-earth:before {
content: "\e9ca";
}
.icon-link:before {
content: "\e9cb";
}
.icon-circle-up:before {
content: "\ea41";
}
.icon-circle-right:before {
content: "\ea42";
}
.icon-circle-down:before {
content: "\ea43";
} }
.icon-checkmark2:before { .icon-circle-left:before {
content: "\ea11"; content: "\ea44";
} }
.icon-checkbox-checked:before { .icon-checkbox-checked:before {
...@@ -9164,6 +9224,22 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { ...@@ -9164,6 +9224,22 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
content: "\ea56"; content: "\ea56";
} }
.icon-block:before {
content: "\eae8";
}
.icon-stratis:before {
content: "\e900";
}
.icon-syncr:before {
content: "\e1";
}
.icon-bitcoin:before {
content: "\e2";
}
.btn-primary { .btn-primary {
color: #fff !important; color: #fff !important;
background-color: #F69D32; background-color: #F69D32;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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