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

Unified Diff: chrome/browser/resources/md_downloads/shared_style.css

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: import position Created 5 years, 5 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_downloads/shared_style.css
diff --git a/chrome/browser/resources/md_downloads/shared_style.css b/chrome/browser/resources/md_downloads/shared_style.css
new file mode 100644
index 0000000000000000000000000000000000000000..0e68f62f3571ba51c126c036da30ec734df64709
--- /dev/null
+++ b/chrome/browser/resources/md_downloads/shared_style.css
@@ -0,0 +1,7 @@
+* {
+ --downloads-item-width: 606px;
+ --downloads-shared-style: {
+ font-family: Roboto;
+ font-weight: 500;
+ };
+}

Powered by Google App Engine
This is Rietveld 408576698