post_moment_time.scss 768 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .picker_time_card {
  2. background-color: #fff;
  3. border-radius: 32px;
  4. overflow: hidden;
  5. width: 698px;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. }
  10. .picker_time_card_header {
  11. width: 698px;
  12. height: 128px;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. flex-direction: row;
  17. position: relative;
  18. }
  19. .picker_time_card_footer {
  20. width: 698px;
  21. height: 128px;
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. flex-direction: row;
  26. position: relative;
  27. }
  28. .time_btn {
  29. width: 196px;
  30. height: 84px;
  31. border-radius: 20px;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. background-color: #B2B2B21A;
  36. color: #000;
  37. }