login.sass 424 B

1234567891011121314151617181920
  1. .top-bar .right
  2. display: flex
  3. flex-direction: row
  4. vertical-align: center
  5. justify-content: center
  6. align-items: center
  7. flex-wrap: wrap
  8. gap: 5px 0px
  9. @media only screen and (max-width: 300px)
  10. justify-content: center
  11. .login-info
  12. margin-right: 10px
  13. display: flex
  14. justify-content: center
  15. align-items: center
  16. .icon
  17. margin-right: 5px