You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
|
5 days ago
|
/* RemixIcon Font Family */
|
||
|
|
@font-face {
|
||
|
|
font-family: 'remixicon';
|
||
|
|
src: url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.eot');
|
||
|
|
src: url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.eot?#iefix') format('embedded-opentype'),
|
||
|
|
url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.woff2') format('woff2'),
|
||
|
|
url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.woff') format('woff'),
|
||
|
|
url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.ttf') format('truetype'),
|
||
|
|
url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.svg#remixicon') format('svg');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Icon Base Class */
|
||
|
|
[class^="ri-"]:before,
|
||
|
|
[class*=" ri-"]:before {
|
||
|
|
font-family: 'remixicon' !important;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: normal !important;
|
||
|
|
font-variant: normal;
|
||
|
|
text-transform: none;
|
||
|
|
line-height: 1;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Common Icons */
|
||
|
|
.ri-arrow-left-line:before { content: "\e9a0"; }
|
||
|
|
.ri-share-line:before { content: "\ebfe"; }
|
||
|
|
.ri-check-double-line:before { content: "\eb7b"; }
|
||
|
|
.ri-price-tag-3-line:before { content: "\ecc6"; }
|
||
|
|
.ri-store-2-line:before { content: "\ecc5"; }
|
||
|
|
.ri-map-pin-line:before { content: "\ef14"; }
|
||
|
|
.ri-compasses-line:before { content: "\ec6d"; }
|
||
|
|
.ri-filter-3-line:before { content: "\ed25"; }
|
||
|
|
.ri-arrow-up-s-line:before { content: "\ea76"; }
|
||
|
|
.ri-line-chart-line:before { content: "\eebb"; }
|
||
|
|
.ri-refresh-line:before { content: "\eb44"; }
|
||
|
|
.ri-shopping-cart-line:before { content: "\ec20"; }
|