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

Unified Diff: chrome/browser/resources/welcome/win10/sectioned.css

Issue 2590253002: Implementing Win 10 FRE visual design tweaks requested by first UX pass. (Closed)
Patch Set: Replying to dbeam comments Created 3 years, 11 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/welcome/win10/sectioned.css
diff --git a/chrome/browser/resources/welcome/win10/sectioned.css b/chrome/browser/resources/welcome/win10/sectioned.css
index cd0ec1412743de7136f8a3b8e41e85db19562b56..77ec67445a7381ca6802828cb352568e0f15bf84 100644
--- a/chrome/browser/resources/welcome/win10/sectioned.css
+++ b/chrome/browser/resources/welcome/win10/sectioned.css
@@ -32,8 +32,8 @@ strong {
}
.header-logo {
- content: -webkit-image-set(url(/logo-large.png) 1x,
- url(/logo-large2x.png) 2x);
+ content: url(chrome://welcome-win10/logo-large.png);
+ height: 4em;
}
.text {
@@ -56,7 +56,7 @@ strong {
}
.sections {
- margin-bottom: 3em;
+ margin-bottom: 2em;
}
.section.expandable {
@@ -132,15 +132,14 @@ strong {
.button {
-webkit-font-smoothing: antialiased;
- background: var(--paper-blue-a200);
+ background: var(--google-blue-500);
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
color: #fff;
display: inline-block;
- font-size: .74em;
+ font-size: .8125em;
font-weight: 500;
- line-height: 1.75em;
- min-width: 2em;
+ line-height: 2.25rem;
padding: 0 1em;
text-align: center;
transition: 300ms cubic-bezier(.4, .2, 0, 1);
@@ -160,8 +159,7 @@ strong {
}
.logo-small {
- content: -webkit-image-set(url(/logo-small.png) 1x,
- url(/logo-small2x.png) 2x);
+ content: url(chrome://welcome-win10/logo-small.png);
display: inline;
height: 1.25em;
vertical-align: top;
« no previous file with comments | « chrome/browser/resources/welcome/win10/inline.html ('k') | chrome/browser/resources/welcome/win10/sectioned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698