| Index: chrome/browser/resources/welcome/win10/inline.css
|
| diff --git a/chrome/browser/resources/welcome/win10/inline.css b/chrome/browser/resources/welcome/win10/inline.css
|
| index ecc26052423a09e43eaccdd42a0cbc0a6a30a309..215ded8bd809f6fa6059e02f0d121dde11555317 100644
|
| --- a/chrome/browser/resources/welcome/win10/inline.css
|
| +++ b/chrome/browser/resources/welcome/win10/inline.css
|
| @@ -33,8 +33,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;
|
| }
|
|
|
| .heading {
|
| @@ -45,7 +45,7 @@ strong {
|
| }
|
|
|
| .sections {
|
| - margin-bottom: 3em;
|
| + margin-bottom: 2em;
|
| }
|
|
|
| .section.expandable {
|
| @@ -121,15 +121,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: .75em;
|
| + 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);
|
| @@ -142,8 +141,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;
|
|
|