fix(styles): restore icosvg- icon classes broken by icomoon merge conflict
Deleted icomoon.scss (icon- prefix, unused) and restored _icomoon.scss (icosvg- prefix) which is used throughout the app menu and settings.
This commit is contained in:
@@ -0,0 +1,198 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('./fonts/icomoon.eot?9zw590');
|
||||
src: url('./fonts/icomoon.eot?9zw590#iefix') format('embedded-opentype'),
|
||||
url('./fonts/icomoon.ttf?9zw590') format('truetype'),
|
||||
url('./fonts/icomoon.woff?9zw590') format('woff'),
|
||||
url('./fonts/icomoon.svg?9zw590#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icosvg-"], [class*=" icosvg-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
/* speak: never; */
|
||||
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;
|
||||
}
|
||||
|
||||
.icosvg-home:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icosvg-user:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icosvg-switch:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icosvg-cog:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icosvg-pencil:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icosvg-floppy-disk:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icosvg-bin:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.icosvg-search:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icosvg-image:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icosvg-bullhorn:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icosvg-hour-glass:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icosvg-library:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icosvg-books:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icosvg-barcode:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icosvg-cart:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icosvg-credit-card:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.icosvg-calendar:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icosvg-phone:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icosvg-envelop:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icosvg-location:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icosvg-equalizer:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.icosvg-briefcase:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.icosvg-truck:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.icosvg-earth:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icosvg-link:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icosvg-new-tab:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icosvg-checkmark:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icosvg-close:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icosvg-warning:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icosvg-notification:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.icosvg-question:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.icosvg-cancel-circle:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.icosvg-circle-up:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icosvg-circle-right:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icosvg-circle-down:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.icosvg-circle-left:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.icosvg-lock:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.icosvg-unlocked:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.icosvg-checkbox-checked:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icosvg-checkbox-unchecked:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icosvg-radio-checked:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icosvg-radio-unchecked:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icosvg-star-empty:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icosvg-star-full:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.icosvg-eye:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.icosvg-eye-blocked:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.icosvg-heart:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icosvg-power:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.icosvg-trophy:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.icosvg-gift:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icosvg-rocket:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icosvg-fire:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.icosvg-lab:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.icosvg-cannabis:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icosvg-marijuana:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icosvg-butter:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icosvg-molecule:before {
|
||||
content: "\e938";
|
||||
}
|
||||
@@ -1,180 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?eqbps9');
|
||||
src: url('fonts/icomoon.eot?eqbps9#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?eqbps9') format('truetype'),
|
||||
url('fonts/icomoon.woff?eqbps9') format('woff'),
|
||||
url('fonts/icomoon.svg?eqbps9#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;
|
||||
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-close:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-pencil:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-image:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-bullhorn:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-books:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icon-library:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-barcode:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icon-cart:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.icon-credit-card:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.icon-phone:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.icon-envelop:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.icon-location:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.icon-calendar:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.icon-floppy-disk:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.icon-user:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.icon-lock:before {
|
||||
content: "\e98f";
|
||||
}
|
||||
.icon-unlocked:before {
|
||||
content: "\e990";
|
||||
}
|
||||
.icon-equalizer:before {
|
||||
content: "\e992";
|
||||
}
|
||||
.icon-cog:before {
|
||||
content: "\e994";
|
||||
}
|
||||
.icon-magic-wand:before {
|
||||
content: "\e997";
|
||||
}
|
||||
.icon-trophy:before {
|
||||
content: "\e99e";
|
||||
}
|
||||
.icon-gift:before {
|
||||
content: "\e99f";
|
||||
}
|
||||
.icon-rocket:before {
|
||||
content: "\e9a5";
|
||||
}
|
||||
.icon-fire:before {
|
||||
content: "\e9a9";
|
||||
}
|
||||
.icon-lab:before {
|
||||
content: "\e9aa";
|
||||
}
|
||||
.icon-bin:before {
|
||||
content: "\e9ac";
|
||||
}
|
||||
.icon-briefcase:before {
|
||||
content: "\e9ae";
|
||||
}
|
||||
.icon-truck:before {
|
||||
content: "\e9b0";
|
||||
}
|
||||
.icon-power:before {
|
||||
content: "\e9b5";
|
||||
}
|
||||
.icon-switch:before {
|
||||
content: "\e9b6";
|
||||
}
|
||||
.icon-earth:before {
|
||||
content: "\e9ca";
|
||||
}
|
||||
.icon-link:before {
|
||||
content: "\e9cb";
|
||||
}
|
||||
.icon-eye:before {
|
||||
content: "\e9ce";
|
||||
}
|
||||
.icon-star-empty:before {
|
||||
content: "\e9d7";
|
||||
}
|
||||
.icon-star-full:before {
|
||||
content: "\e9d9";
|
||||
}
|
||||
.icon-heart:before {
|
||||
content: "\e9da";
|
||||
}
|
||||
.icon-warning:before {
|
||||
content: "\ea07";
|
||||
}
|
||||
.icon-notification:before {
|
||||
content: "\ea08";
|
||||
}
|
||||
.icon-question:before {
|
||||
content: "\ea09";
|
||||
}
|
||||
.icon-cancel-circle:before {
|
||||
content: "\ea0d";
|
||||
}
|
||||
.icon-circle-up:before {
|
||||
content: "\ea41";
|
||||
}
|
||||
.icon-circle-right:before {
|
||||
content: "\ea42";
|
||||
}
|
||||
.icon-circle-down:before {
|
||||
content: "\ea43";
|
||||
}
|
||||
.icon-circle-left:before {
|
||||
content: "\ea44";
|
||||
}
|
||||
.icon-new-tab:before {
|
||||
content: "\ea7e";
|
||||
}
|
||||
.icon-hash:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-molecule:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-marijuana:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-cannabis:before {
|
||||
content: "\e906";
|
||||
}
|
||||
Reference in New Issue
Block a user