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

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: Created 4 years 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..e246c8e4ff6d5243c2b2f320991b7b9c5e228e6b 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,17 +132,17 @@ 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;
+ text-transform: uppercase;
transition: 300ms cubic-bezier(.4, .2, 0, 1);
will-change: box-shadow;
}
@@ -160,8 +160,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;

Powered by Google App Engine
This is Rietveld 408576698