| @@ -1,0 +1,62 @@ | ||
| 1 | +@font-face { | |
| 2 | + font-family: 'repeatericons'; | |
| 3 | + src: url('../font/repeatericons.eot?90311211'); | |
| 4 | + src: url('../font/repeatericons.eot?90311211#iefix') format('embedded-opentype'), | |
| 5 | + url('../font/repeatericons.woff2?90311211') format('woff2'), | |
| 6 | + url('../font/repeatericons.woff?90311211') format('woff'), | |
| 7 | + url('../font/repeatericons.ttf?90311211') format('truetype'), | |
| 8 | + url('../font/repeatericons.svg?90311211#repeatericons') format('svg'); | |
| 9 | + font-weight: normal; | |
| 10 | + font-style: normal; | |
| 11 | +} | |
| 12 | +/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ | |
| 13 | +/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ | |
| 14 | +/* | |
| 15 | +@media screen and (-webkit-min-device-pixel-ratio:0) { | |
| 16 | + @font-face { | |
| 17 | + font-family: 'repeatericons'; | |
| 18 | + src: url('../font/repeatericons.svg?90311211#repeatericons') format('svg'); | |
| 19 | + } | |
| 20 | +} | |
| 21 | +*/ | |
| 22 | +.repeater-icon:before { | |
| 23 | + font-family: "repeatericons"; | |
| 24 | + font-style: normal; | |
| 25 | + font-weight: normal; | |
| 26 | + speak: never; | |
| 27 | + | |
| 28 | + display: inline-block; | |
| 29 | + text-decoration: inherit; | |
| 30 | + width: 1em; | |
| 31 | + margin-right: .2em; | |
| 32 | + text-align: center; | |
| 33 | + /* opacity: .8; */ | |
| 34 | + | |
| 35 | + /* For safety - reset parent styles, that can break glyph codes*/ | |
| 36 | + font-variant: normal; | |
| 37 | + text-transform: none; | |
| 38 | + | |
| 39 | + /* fix buttons height, for twitter bootstrap */ | |
| 40 | + line-height: 1em; | |
| 41 | + | |
| 42 | + /* Animation center compensation - margins should be symmetric */ | |
| 43 | + /* remove if not needed */ | |
| 44 | + margin-left: .2em; | |
| 45 | + | |
| 46 | + /* you can be more comfortable with increased icons size */ | |
| 47 | + /* font-size: 120%; */ | |
| 48 | + | |
| 49 | + /* Font smoothing. That was taken from TWBS */ | |
| 50 | + -webkit-font-smoothing: antialiased; | |
| 51 | + -moz-osx-font-smoothing: grayscale; | |
| 52 | + | |
| 53 | + /* Uncomment for 3D effect */ | |
| 54 | + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | |
| 55 | +} | |
| 56 | + | |
| 57 | +.icon-plus:before { content: '\e800'; } /* '' */ | |
| 58 | +.icon-cancel:before { content: '\e801'; } /* '' */ | |
| 59 | +.icon-cancel-1:before { content: '\e802'; } /* '' */ | |
| 60 | +.icon-down-open:before { content: '\f004'; } /* '' */ | |
| 61 | +.icon-up-open:before { content: '\f005'; } /* '' */ | |
| 62 | +.icon-docs:before { content: '\f0c5'; } /* '' */ | |