Commit 9c2b696d authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

Navi: Update Google Apps + Email to match feedback from UX in person.

Minor tweaks to font face, font weight and spacing.

Bug: 874118
Change-Id: Ibe968ddcc5ac3ffc6462c0981286db695c5888f6
Reviewed-on: https://chromium-review.googlesource.com/c/1258606
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596859}
parent d0d2bb34
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
h1 { h1 {
color: var(--cr-primary-text-color); color: var(--cr-primary-text-color);
font-size: 24px; font-size: 24px;
font-weight: 500;
margin-bottom: 48px; margin-bottom: 48px;
opacity: .8; opacity: .8;
text-align: center; text-align: center;
...@@ -50,10 +51,6 @@ ...@@ -50,10 +51,6 @@
margin-bottom: 48px; margin-bottom: 48px;
} }
paper-button {
font-size: 14px;
}
.button-bar { .button-bar {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
...@@ -21,12 +21,13 @@ ...@@ -21,12 +21,13 @@
box-sizing: border-box; box-sizing: border-box;
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
height: 96px; font-family: inherit;
height: 84px;
justify-content: center; justify-content: center;
outline: 0; outline: 0;
position: relative; position: relative;
vertical-align: bottom; vertical-align: bottom;
width: 120px; width: 104px;
} }
.option:not(:first-of-type) { .option:not(:first-of-type) {
...@@ -49,10 +50,10 @@ ...@@ -49,10 +50,10 @@
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
height: 40px; height: 32px;
margin: 0; margin: 0;
margin-bottom: 4px; margin-bottom: 4px;
width: 40px; width: 32px;
} }
.option iron-icon { .option iron-icon {
......
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