| 1234567891011121314151617181920 |
- .top-bar .right
- display: flex
- flex-direction: row
- vertical-align: center
- justify-content: center
- align-items: center
- flex-wrap: wrap
- gap: 5px 0px
- @media only screen and (max-width: 300px)
- justify-content: center
- .login-info
- margin-right: 10px
- display: flex
- justify-content: center
- align-items: center
- .icon
- margin-right: 5px
|