Commit 95c0ae11 authored by pbond's avatar pbond Committed by Commit bot

UI: Increased spacing on AIDE prompt screen.

Increased the spacing between oauth-enroll-attribute-prompt-message and gaia-input-card.

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

Cr-Commit-Position: refs/heads/master@{#330919}
parent 290ac0ba
...@@ -186,3 +186,7 @@ html[dir=rtl] #oauth-enroll-back-button { ...@@ -186,3 +186,7 @@ html[dir=rtl] #oauth-enroll-back-button {
#oauth-enroll-skip-button { #oauth-enroll-skip-button {
min-width: 0; min-width: 0;
} }
#oauth-enroll-attribute-input {
padding-top: 24px;
}
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
<a href="#" id="oauth-enroll-learn-more-link" <a href="#" id="oauth-enroll-learn-more-link"
class="oauth-enroll-link" class="oauth-enroll-link"
i18n-content="oauthEnrollExplaneAttributeLink"></a> i18n-content="oauthEnrollExplaneAttributeLink"></a>
<gaia-input-form i18n-values="buttonText:oauthEnrollNextBtn"> <gaia-input-form id="oauth-enroll-attribute-input"
i18n-values="buttonText:oauthEnrollNextBtn">
<gaia-input id="oauth-enroll-asset-id" <gaia-input id="oauth-enroll-asset-id"
type="text" type="text"
i18n-values="label:oauthEnrollAssetIdLabel"> i18n-values="label:oauthEnrollAssetIdLabel">
......
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