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

Unified Diff: chrome/browser/resources/ntp4/md_incognito_tab.css

Issue 2873573003: Small CSS improvements on the new Incognito NTP (Closed)
Patch Set: Use a name for the named color. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/md_incognito_tab.css
diff --git a/chrome/browser/resources/ntp4/md_incognito_tab.css b/chrome/browser/resources/ntp4/md_incognito_tab.css
index ccad8be9fda94f16ba45391a94914de13bf07f6c..4866c64740e1b2bb0b0672a50e3bcd6d9257c0f7 100644
--- a/chrome/browser/resources/ntp4/md_incognito_tab.css
+++ b/chrome/browser/resources/ntp4/md_incognito_tab.css
@@ -16,14 +16,14 @@ body {
.content {
background-color: #303030;
- color: rgb(179, 179, 179);
+ color: rgba(255, 255, 255, 0.7);
font-size: calc(100% - 2px);
line-height: calc(100% + 6px);
min-width: 240px;
}
h1 {
- color: rgb(204, 204, 204);
+ color: rgba(255, 255, 255, 0.8);
font-size: calc(100% + 8px);
font-weight: 400;
line-height: calc(100% + 8px);
@@ -180,7 +180,7 @@ html[dir=rtl] .bulletpoints + .bulletpoints {
.bulletpoints + .bulletpoints.tooWide {
-webkit-margin-start: 0;
- margin-top: 24px;
+ margin-top: 1.5rem;
}
/* Wide screens. */
@@ -189,8 +189,8 @@ html[dir=rtl] .bulletpoints + .bulletpoints {
h1,
#subtitle,
.learn-more-button {
- margin-bottom: 24px;
- margin-top: 24px;
+ margin-bottom: 1.5rem;
+ margin-top: 1.5rem;
}
.content {
@@ -247,14 +247,14 @@ html[dir=rtl] .bulletpoints + .bulletpoints {
h1,
#subtitle,
.learn-more-button {
- margin-bottom: 24px;
- margin-top: 24px;
+ margin-bottom: 1.5rem;
+ margin-top: 1.5rem;
}
/* The two columns of bulletpoints are moved under each other. */
.bulletpoints + .bulletpoints {
-webkit-margin-start: 0;
- margin-top: 24px;
+ margin-top: 1.5rem;
}
/* Smaller offsets on smaller screens. */
@@ -267,12 +267,12 @@ html[dir=rtl] .bulletpoints + .bulletpoints {
h1,
#subtitle,
.learn-more-button {
- margin-bottom: 16px;
- margin-top: 16px;
+ margin-bottom: 1rem;
+ margin-top: 1rem;
}
.bulletpoints + .bulletpoints {
- margin-top: 16px;
+ margin-top: 1rem;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698