long_fast_setting.scss 514 B

12345678910111213141516171819202122232425262728
  1. .long_fast_goal_card{
  2. display: flex;
  3. flex-direction: column;
  4. flex-shrink: 0;
  5. width: '100%';
  6. width: 670px;
  7. }
  8. .long_fast_card_header{
  9. display: flex;
  10. flex-direction: row;
  11. padding-left: 52px;
  12. padding-right: 40px;
  13. box-sizing: border-box;
  14. align-items: center;
  15. height: 128px;
  16. width: 670px;
  17. flex-shrink: 0;
  18. flex: 1;
  19. }
  20. .long_fast_card_footer{
  21. height: 128px;
  22. display: flex;
  23. flex-direction: row;
  24. align-items: center;
  25. justify-content: center;
  26. }