Commit 5ce3577e authored by mmccoy's avatar mmccoy Committed by Commit bot

Update chrome://welcome resources with Material/M37 look and feel

BUG=399456

Review URL: https://codereview.chromium.org/575213002

Cr-Commit-Position: refs/heads/master@{#296186}
parent 4158cb9a
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */ * found in the LICENSE file. */
@font-face {
font-family: 'Roboto2';
font-weight: 400;
src: local('Roboto'), local('Roboto2-Regular');
}
html { html {
height: 100%; height: 100%;
width: 100%; width: 100%;
...@@ -10,10 +16,10 @@ html { ...@@ -10,10 +16,10 @@ html {
body { body {
-webkit-align-items: center; -webkit-align-items: center;
-webkit-flex-direction: column; -webkit-flex-direction: column;
background-color: #f4f4f4; background-color: #fafafa;
box-sizing: border-box; box-sizing: border-box;
display: -webkit-flex; display: -webkit-flex;
font-family: Droid Sans; font-family: 'Roboto2', sans-serif;
height: 100%; height: 100%;
margin: 0 auto; margin: 0 auto;
max-width: 600px; max-width: 600px;
...@@ -40,28 +46,21 @@ a { ...@@ -40,28 +46,21 @@ a {
#take-a-tour { #take-a-tour {
-webkit-flex: none; -webkit-flex: none;
background: linear-gradient(to bottom, #f5f5f5, #f1f1f1); background-color: rgb(66, 133, 244);
border: 1px solid #ccc;
border-radius: 2px; border-radius: 2px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08), color: white;
inset 0 0 2px rgba(255, 255, 255, 0.6);
color: rgb(73, 73, 74);
display: block; display: block;
font-size: 20px; font-size: 18px;
font-weight: bold; font-weight: medium;
margin: 20px auto 0; margin: 20px auto 0;
max-width: 400px; max-width: 320px;
padding: 11px 0; padding: 15px 0;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
text-transform: uppercase;
width: 100%; width: 100%;
} }
#take-a-tour:active {
border: 1px solid #a1a1a1;
box-shadow: inset 0 5px 15px rgba(100, 100, 100, 0.20);
}
.footer { .footer {
-webkit-flex: none; -webkit-flex: none;
color: #646464; color: #646464;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment