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

Side by Side Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2592293003: [MD Bookmarks] Add skeleton for MD Bookmarks. (Closed)
Patch Set: Remove unused imports. Created 3 years, 11 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 <style is="custom-style">
2 :root {
3 --card-max-width: 960px;
4 --card-min-width: 550px;
5 --folder-active-color: #4285f4;
6 --folder-inactive-color: #5a5a5a;
7 --primary-text-color: #333;
8 --secondary-text-color: #757575;
9 --sidebar-width: 256px;
10 };
11 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/shared_style.html ('k') | chrome/browser/resources/md_bookmarks/store.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698