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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2592293003: [MD Bookmarks] Add skeleton for MD Bookmarks. (Closed)
Patch Set: Clean up style and fix toolbar. Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_bookmarks/shared_vars.html
diff --git a/chrome/browser/resources/md_bookmarks/shared_vars.html b/chrome/browser/resources/md_bookmarks/shared_vars.html
new file mode 100644
index 0000000000000000000000000000000000000000..79936e18433173e6d292a768e40a763e2ea0166f
--- /dev/null
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -0,0 +1,11 @@
+<style is="custom-style">
+ :root {
+ --active-folder-color: #4285f4;
+ --card-max-width: 960px;
+ --card-min-width: 550px;
+ --inactive-folder-color: #5a5a5a;
angelayang 2016/12/29 03:47:47 Ah i realize i didn't change this name in the last
+ --primary-text-color: #333;
+ --secondary-text-color: #757575;
+ --sidebar-width: 256px;
+ };
+</style>

Powered by Google App Engine
This is Rietveld 408576698