HeaderCircadian.scss 580 B

1234567891011121314151617181920212223242526272829303132333435
  1. .circadian_bg {
  2. height: 88px;
  3. display: flex;
  4. flex-direction: row;
  5. border-radius: 44px;
  6. background-color: #000;
  7. padding-left: 26px;
  8. padding-right: 60px;
  9. align-items: center;
  10. }
  11. .circadian_icon {
  12. width: 36px;
  13. height: 36px;
  14. margin-right: 30px;
  15. }
  16. .circadian_content {
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .circadian_name {
  23. color: #fff;
  24. font-weight: bold;
  25. font-size: 28px;
  26. }
  27. .circadian_status {
  28. color: #999999;
  29. font-weight: bold;
  30. font-size: 20px;
  31. }