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

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

Issue 2846673003: MD Bookmarks: Simplify and improve consistency of CSS (Closed)
Patch Set: Created 3 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 <style is="custom-style"> 1 <style is="custom-style">
2 :root { 2 :root {
3 --card-max-width: 960px; 3 --card-max-width: 960px;
4 --card-padding-side: 32px; 4 --card-padding-side: 32px;
5 --folder-inactive-color: #5a5a5a; 5 --folder-inactive-color: #5a5a5a;
6 /* --google-blue-500 at 16% alpha. */
7 --highlight-color: rgba(65, 132, 243, 0.16);
6 --interactive-color: var(--google-blue-500); 8 --interactive-color: var(--google-blue-500);
9 --iron-icon-height: 20px;
10 --iron-icon-width: 20px;
7 --min-sidebar-width: 256px; 11 --min-sidebar-width: 256px;
8 --paper-input-container-focus-color: var(--interactive-color); 12 --paper-input-container-focus-color: var(--interactive-color);
9 --paper-input-container-input: { 13 --paper-input-container-input: {
10 font-size: 13px; 14 font-size: 13px;
11 }; 15 };
12 --primary-text-color: var(--paper-grey-900); 16 --primary-text-color: var(--paper-grey-900);
13 --secondary-text-color: var(--paper-grey-600); 17 --secondary-text-color: var(--paper-grey-600);
14 --splitter-width: 15px; 18 --splitter-width: 15px;
15 }; 19 };
16 </style> 20 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698