Commit ef4bd0b1 authored by Anastasiia Nikolaienko's avatar Anastasiia Nikolaienko Committed by Commit Bot

Add EDU login flow: welcome screen icon

Screenshot: http://screen/eqiMqP4ssYd

Bug: 1043108
Change-Id: I04526e314d7666e1b8d5ba71deed50f7cb0f4ba7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096556Reviewed-by: default avatarKush Sinha <sinhak@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750230}
parent 27dc5aad
<style include="edu-login-css"></style>
<style include="edu-login-css">
.main-padding {
display: flex;
flex-direction: column;
}
.image-container {
align-items: center;
display: flex;
flex-grow: 1;
justify-content: center;
width: 100%;
}
.welcome-image {
height: 256px;
width: 256px;
}
</style>
<edu-login-template>
<span slot="main">
<div class="main-padding">
......@@ -8,6 +26,9 @@
</if>
<h1>[[getTitle_()]]</h1>
<p>[[getBody_()]]</p>
<div class="image-container">
<img class="welcome-image" src="family_link_logo.svg" alt="">
</div>
</div>
</span>
<span slot="buttons">
......
......@@ -96,6 +96,7 @@ content::WebUIDataSource* CreateWebUIDataSource() {
source->AddResourcePath("googleg.svg",
IDR_ACCOUNT_MANAGER_WELCOME_GOOGLE_LOGO_SVG);
#endif
source->AddResourcePath("family_link_logo.svg", IDR_FAMILY_LINK_LOGO_SVG);
source->EnableReplaceI18nInJS();
AddEduStrings(source);
......
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