|
|
|
@ -51,21 +51,14 @@
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
|
|
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
|
|
|
/*
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'omegicons';
|
|
|
|
|
src: url('../font/omegicons.svg?71804627#omegicons') format('svg');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.shadowed {
|
|
|
|
|
filter: drop-shadow(0 0 1px rgba(0, 0, 0, .6));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-white .shadowed {
|
|
|
|
|
filter: drop-shadow(0 0 1px rgba(255, 255, 255, .6));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
|
|
|
font-family: "omegicons";
|
|
|
|
|
font-style: normal;
|
|
|
|
|