Skip to content

Commit

Permalink
feat: adding large loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Mar 17, 2021
1 parent a315220 commit 9dda06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/artifacts/sunbird/login/info.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<#if pageRedirectUri??>
<p><a href="${pageRedirectUri}" class="sb-btn sb-btn-normal sb-btn-outline-primary mt-16 line-height-normal">${kcSanitize(msg("backToApplication"))?no_esc}</a></p>
<#elseif actionUri??>
<div class="ui text active centered inline loader">Loading.. Please wait..</div>
<div class="ui text active centered inline large loader">Loading.. Please wait..</div>
<div id="kc-info-message-hide" style="display:none">
<p><a id="click-here-to-proceed" href="${actionUri}">${kcSanitize(msg("proceedWithAction"))?no_esc}</a></p>
<script type="text/javascript">
Expand Down

0 comments on commit 9dda06a

Please sign in to comment.