2014-09-15 12:15:56 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
|
|
|
|
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
%awesome {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
}
|
2014-12-02 16:29:00 +01:00
|
|
|
|
|
|
|
// Loading
|
|
|
|
.loading-icon:before {
|
|
|
|
content: $icon-loading;
|
|
|
|
animation-name: blinker;
|
|
|
|
-webkit-animation-name: blinker; /* Chrome, Safari, Opera */
|
|
|
|
animation-duration: 500ms;
|
|
|
|
-webkit-animation-duration: 500ms; /* Chrome, Safari, Opera */
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
-webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
|
|
|
|
}
|