Commit d43ed2e9 authored by Yunke Zhou's avatar Yunke Zhou Committed by Commit Bot

Oobe child specific sign in: update css and illustration file

Bug: 1101318
Change-Id: I7297f1522333927db4c14609c57747f79fe87829
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366737Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Yunke Zhou <yunkez@google.com>
Cr-Commit-Position: refs/heads/master@{#800615}
parent f8ffcc9d
...@@ -8,11 +8,7 @@ found in the LICENSE file. --> ...@@ -8,11 +8,7 @@ found in the LICENSE file. -->
<dom-module id="family-link-notice"> <dom-module id="family-link-notice">
<template> <template>
<style include="oobe-dialog-host"> <style include="oobe-dialog-host"></style>
oobe-dialog {
--oobe-dialog-content-padding-top: 0;
}
</style>
<oobe-dialog id="familyLinkDialog" role="dialog" has-buttons <oobe-dialog id="familyLinkDialog" role="dialog" has-buttons
aria-label$="[[getDialogTitle_(locale, email_, domain_)]]"> aria-label$="[[getDialogTitle_(locale, email_, domain_)]]">
<hd-iron-icon slot="oobe-icon" <hd-iron-icon slot="oobe-icon"
......
...@@ -12,6 +12,7 @@ found in the LICENSE file. --> ...@@ -12,6 +12,7 @@ found in the LICENSE file. -->
cr-card-radio-button { cr-card-radio-button {
border-radius: 16px; border-radius: 16px;
height: 210px; height: 210px;
margin-bottom: 20px;
--cr-button-edge-spacing: 0; --cr-button-edge-spacing: 0;
--cr-card-radio-button-height: 100%; --cr-card-radio-button-height: 100%;
--cr-card-radio-button-padding: 0; --cr-card-radio-button-padding: 0;
...@@ -42,15 +43,15 @@ found in the LICENSE file. --> ...@@ -42,15 +43,15 @@ found in the LICENSE file. -->
font-family: var(--oobe-header-font-family); font-family: var(--oobe-header-font-family);
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
line-height: 24px;
padding-inline-end: 20px;
padding-inline-start: 20px;
padding-top: 16px; padding-top: 16px;
} }
.card-text { .card-text {
color: var(--oobe-text-color); color: var(--oobe-text-color);
} line-height: 20px;
oobe-dialog {
--oobe-dialog-content-padding-top: 0;
} }
.next-button { .next-button {
......
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