Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <div class="checkbox-password">
  2. <div>
  3. <mat-checkbox class="example-margin">Remember me</mat-checkbox>
  4. </div>
  5. <div>
  6. <a routerLink="/forgotPassword" class="createAccount"
  7. routerLinkActive="active"> Forgot Password? </a>
  8. </div>
  9. </div>
  10.  
  11. .checkbox-password {
  12. padding: 5px;
  13. margin-bottom: 10px;
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement