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

Side by Side Diff: sky/sdk/lib/framework/theme/typography.dart

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // See http://www.google.com/design/spec/style/typography.html 5 // See http://www.google.com/design/spec/style/typography.html
6 6
7 const String _display4 = 'font-size: 112px; font-weight: 300'; 7 const String _display4 = 'font-size: 112px; font-weight: 300';
8 const String _display3 = 'font-size: 56px; font-weight: 400'; 8 const String _display3 = 'font-size: 56px; font-weight: 400';
9 const String _display2 = 'font-size: 45px; font-weight: 400'; 9 const String _display2 = 'font-size: 45px; font-weight: 400';
10 const String _display1 = 'font-size: 34px; font-weight: 400'; 10 const String _display1 = 'font-size: 34px; font-weight: 400';
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 final String caption = 'color: #8A8A8A; ${_caption}'; // 54% 47 final String caption = 'color: #8A8A8A; ${_caption}'; // 54%
48 final String button = 'color: #DEDEDE; ${_button}'; // 87% 48 final String button = 'color: #DEDEDE; ${_button}'; // 87%
49 49
50 const _White(); 50 const _White();
51 } 51 }
52 52
53 const _White white = const _White(); 53 const _White white = const _White();
54 54
55 // TODO(abarth): Maybe this should be hard-coded in Scaffold? 55 // TODO(abarth): Maybe this should be hard-coded in Scaffold?
56 const String typeface = 'font-family: sans-serif'; 56 const String typeface = 'font-family: sans-serif';
OLDNEW
« no previous file with comments | « sky/sdk/lib/framework/theme/shadows.dart ('k') | sky/sdk/lib/framework/theme/view_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698