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.
45 lines
980 B
45 lines
980 B
@font-face {
|
|
font-family: 'icomoon';
|
|
src:
|
|
url('fonts/icomoon.ttf?k3kmik') format('truetype'),
|
|
url('fonts/icomoon.woff?k3kmik') format('woff'),
|
|
url('fonts/icomoon.svg?k3kmik#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: 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;
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e9ce";
|
|
}
|
|
.icon-eye-blocked:before {
|
|
content: "\e9d1";
|
|
}
|
|
.icon-close-circle:before {
|
|
content: "\ea0d";
|
|
}
|
|
.icon-close:before {
|
|
content: "\ea0f";
|
|
}
|
|
.icon-radio-checked:before {
|
|
content: "\ea54";
|
|
}
|
|
.icon-radio-unchecked:before {
|
|
content: "\ea56";
|
|
}
|