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

Side by Side Diff: chrome/browser/resources/md_settings/md_settings.css

Issue 939533002: Add a cr-button element, a thin wrapper around paper-button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a couple conflicts Created 5 years, 9 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
(Empty)
1 @font-face {
2 font-family: 'Roboto';
3 font-style: normal;
4 font-weight: 400;
5 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/ roboto/roboto.woff2) format('woff2');
6 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
7 }
8
9 body {
10 font-family: Roboto;
11 }
12
13 section {
14 margin-top: 50px;
15 }
16
17 cr-dropdown-menu {
18 width: 200px;
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698