Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Side by Side Diff: packages/charted/lib/charts/themes/quantum_theme.css

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « packages/charted/lib/charts/src/layout_area_impl.dart ('k') | packages/charted/lib/charts/themes/quantum_theme.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698