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.
54 lines
1.7 KiB
54 lines
1.7 KiB
@font-face {
|
|
font-family: 'lepopup-if';
|
|
src: url('../fonts/lepopup-if.eot?95267912');
|
|
src: url('../fonts/lepopup-if.eot?95267912#iefix') format('embedded-opentype'),
|
|
url('../fonts/lepopup-if.woff2?95267912') format('woff2'),
|
|
url('../fonts/lepopup-if.woff?95267912') format('woff'),
|
|
url('../fonts/lepopup-if.ttf?95267912') format('truetype'),
|
|
url('../fonts/lepopup-if.svg?95267912#lepopup-if') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
span.lepopup-if, i.lepopup-if {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 'lepopup-if';
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.lepopup-if-spin {
|
|
-webkit-animation: lepopup-if-spin 2s infinite linear;
|
|
animation: lepopup-if-spin 2s infinite linear;
|
|
}
|
|
@-webkit-keyframes lepopup-if-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes lepopup-if-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
.lepopup-if-star:before { content: '\e800'; }
|
|
.lepopup-if-check:before { content: '\e801'; }
|
|
.lepopup-if-times:before { content: '\e802'; }
|
|
.lepopup-if-cancel-circled:before { content: '\e803'; }
|
|
.lepopup-if-cancel-circled2:before { content: '\e804'; }
|
|
.lepopup-if-help-circled:before { content: '\e805'; }
|
|
.lepopup-if-minus:before { content: '\e806'; }
|
|
.lepopup-if-plus:before { content: '\e807'; }
|
|
.lepopup-if-spinner:before { content: '\f110'; }
|
|
.lepopup-if-eraser:before { content: '\f12d'; }
|
|
|