OLD | NEW |
1 | 1 |
2 /*noinspection CssUnknownTarget,CssUnknownTarget*/ | 2 /*noinspection CssUnknownTarget,CssUnknownTarget*/ |
3 @import '//fonts.googleapis.com/css?family=Roboto:400,700'; | 3 @import '//fonts.googleapis.com/css?family=Roboto:400,700'; |
4 | 4 |
5 /* | 5 /* |
6 * Chart components layout | 6 * Chart components layout |
7 */ | 7 */ |
8 | 8 |
9 .chart-wrapper { | 9 .chart-wrapper { |
10 font-family: Roboto, sans-serif; | 10 font-family: Roboto, sans-serif; |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 } | 273 } |
274 | 274 |
275 .tooltip .tooltip-item-value { | 275 .tooltip .tooltip-item-value { |
276 margin-left: 20px; | 276 margin-left: 20px; |
277 margin-right: 0; | 277 margin-right: 0; |
278 } | 278 } |
279 .tooltip.rtl .tooltip-item-value { | 279 .tooltip.rtl .tooltip-item-value { |
280 margin-left: 0; | 280 margin-left: 0; |
281 margin-right: 20px; | 281 margin-right: 20px; |
282 } | 282 } |
OLD | NEW |