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

Unified 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, 12 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 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..5ed91161f03c3480a987ebbafc19da4b169ec14b
--- /dev/null
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -0,0 +1,11 @@
+<style is="custom-style">
+ :root {
+ --card-max-width: 960px;
+ --card-min-width: 550px;
+ --folder-active-color: #4285f4;
+ --folder-inactive-color: #5a5a5a;
+ --primary-text-color: #333;
+ --secondary-text-color: #757575;
+ --sidebar-width: 256px;
+ };
+</style>
« 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