|
|
@ -66,30 +66,6 @@
|
|
|
|
url('../fonts/roboto-v18-greek-ext_cyrillic-ext_cyrillic_greek_latin-ext_latin-700italic.woff') format('woff'); // Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+
|
|
|
|
url('../fonts/roboto-v18-greek-ext_cyrillic-ext_cyrillic_greek_latin-ext_latin-700italic.woff') format('woff'); // Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* E.g. for animated 'loading' icon */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fa-spin {
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
|
|
|
|
transform: rotate(359deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fa-spin {
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
|
|
|
|
transform: rotate(359deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Reset some Bootstrap style */
|
|
|
|
/* Reset some Bootstrap style */
|
|
|
|
|
|
|
|
|
|
|
|
body, button, input, optgroup, select, textarea, .popover {
|
|
|
|
body, button, input, optgroup, select, textarea, .popover {
|
|
|
|