You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
575 B

  1. .login{
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. background-size: cover;
  7. background-position: center center;
  8. justify-content: space-between;
  9. .logo{
  10. img{
  11. width: 150px;
  12. }
  13. }
  14. &.login-01{
  15. background-image: url(../img/welcome_bg.jpg);
  16. }
  17. }
  18. .social_login{
  19. column-gap: 0.5rem;
  20. a{
  21. flex:2;
  22. border: 1px solid #cbcbcb;
  23. padding-top: 0.6rem;
  24. padding-bottom: 0.6rem;
  25. &:hover{
  26. border: 1px solid $secondary;
  27. }
  28. }
  29. }