top-bar.css 308 B

12345678910111213141516
  1. .top-bar {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. }
  9. .top-bar .user-container {
  10. height: auto;
  11. padding-right: 20px;
  12. line-height: 64px;
  13. display: flex;
  14. align-items: center;
  15. }
  16. /*# sourceMappingURL=top-bar.css.map */