Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ที่หน้า Authorization/Index.cshtml
  2.  
  3. วางไว้ที่ล่างสุดของ div ฝั่ง .login-panel วางต่อจาก div.login-form
  4.  
  5. <div class="row d-block d-sm-none" style="position: absolute; bottom: 10px; width: 100%">
  6. <div class="col-8 offset-2">
  7. <a class="btn btn-secondary-link text-black-50 btn-block" href="~/AzureAD/Account/SignIn">
  8. Log in with <i class="fa fa-windows" aria-hidden="true"></i>
  9. </a>
  10. </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement