MetricModalAdd.scss 267 B

123456789101112131415161718
  1. .change_time_bg {
  2. height: 140px;
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .time_bg{
  8. height: 60px;
  9. border-radius: 30px;
  10. padding-left: 30px;
  11. padding-right: 30px;
  12. }
  13. .time{
  14. height: 60px;
  15. line-height: 60px;
  16. }