login.scss 214 B

123456789101112
  1. .bg{
  2. background-image: src('@/assets/images/login.jpg');
  3. width: 100%;
  4. display: flex;
  5. justify-content: center;
  6. align-items: center;
  7. }
  8. .tab{
  9. margin-top: 13%;
  10. width: 330px;
  11. border: 1px solid #000000;
  12. }