|
9 | 9 | font-weight: normal;
|
10 | 10 | font-style: normal;
|
11 | 11 | }
|
12 |
| -[class*='icon-']:before{ |
| 12 | +[class^='icon-']:before{ |
13 | 13 | display: inline-block;
|
14 |
| - font-family: 'Redmine'; |
15 |
| - font-style: normal; |
16 |
| - font-weight: normal; |
17 |
| - line-height: 1; |
18 |
| - -webkit-font-smoothing: antialiased; |
19 |
| - -moz-osx-font-smoothing: grayscale |
| 14 | + font-family: 'Redmine'; |
| 15 | + font-style: normal; |
| 16 | + font-weight: normal; |
| 17 | + line-height: 1em; |
| 18 | + font-variant: normal; |
| 19 | + text-transform: none; |
| 20 | + -webkit-font-smoothing: antialiased; |
| 21 | + -moz-osx-font-smoothing: grayscale; |
20 | 22 | }
|
| 23 | + |
21 | 24 | .icon-point:before{content:'\0041';}
|
22 | 25 | .icon-linestring:before{content:'\0042';}
|
23 | 26 | .icon-polygon:before{content:'\0043';}
|
@@ -51,7 +54,7 @@ url("../fonts/mcr-icons.svg?b88144ffa3049f78bfa19b5159b89f09#mcr-icons") format(
|
51 | 54 | font-weight: normal !important;
|
52 | 55 | font-variant: normal;
|
53 | 56 | text-transform: none;
|
54 |
| - line-height: 1; |
| 57 | + line-height: 1em; |
55 | 58 | -webkit-font-smoothing: antialiased;
|
56 | 59 | -moz-osx-font-smoothing: grayscale;
|
57 | 60 | }
|
@@ -121,42 +124,42 @@ url("../fonts/mcr-icons.svg?b88144ffa3049f78bfa19b5159b89f09#mcr-icons") format(
|
121 | 124 | }
|
122 | 125 | }
|
123 | 126 | */
|
124 |
| - |
| 127 | + |
125 | 128 | [class^="maki-"]:before, [class*=" maki-"]:before {
|
126 | 129 | font-family: "fontmaki";
|
127 | 130 | font-style: normal;
|
128 | 131 | font-weight: normal;
|
129 | 132 | speak: none;
|
130 |
| - |
| 133 | + |
131 | 134 | display: inline-block;
|
132 | 135 | text-decoration: inherit;
|
133 | 136 | width: 1em;
|
134 | 137 | margin-right: .2em;
|
135 | 138 | text-align: center;
|
136 | 139 | /* opacity: .8; */
|
137 |
| - |
| 140 | + |
138 | 141 | /* For safety - reset parent styles, that can break glyph codes*/
|
139 | 142 | font-variant: normal;
|
140 | 143 | text-transform: none;
|
141 |
| - |
| 144 | + |
142 | 145 | /* fix buttons height, for twitter bootstrap */
|
143 | 146 | line-height: 1em;
|
144 |
| - |
| 147 | + |
145 | 148 | /* Animation center compensation - margins should be symmetric */
|
146 | 149 | /* remove if not needed */
|
147 | 150 | margin-left: .2em;
|
148 |
| - |
| 151 | + |
149 | 152 | /* you can be more comfortable with increased icons size */
|
150 | 153 | /* font-size: 120%; */
|
151 |
| - |
| 154 | + |
152 | 155 | /* Font smoothing. That was taken from TWBS */
|
153 | 156 | -webkit-font-smoothing: antialiased;
|
154 | 157 | -moz-osx-font-smoothing: grayscale;
|
155 |
| - |
| 158 | + |
156 | 159 | /* Uncomment for 3D effect */
|
157 | 160 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
158 | 161 | }
|
159 |
| - |
| 162 | + |
160 | 163 | .maki-bicycle:before { content: '\e800'; } /* '' */
|
161 | 164 | .maki-building:before { content: '\e801'; } /* '' */
|
162 | 165 | .maki-bus:before { content: '\e802'; } /* '' */
|
|
0 commit comments