DayNightCard.scss 641 B

1234567891011121314151617181920212223242526272829303132333435
  1. .day_night_top{
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. color: #fff;
  6. }
  7. .day_night_title{
  8. font-size: 32px;
  9. line-height: 32px;
  10. font-weight: bold;
  11. }
  12. .free {
  13. height: 36px;
  14. border-radius: 18px;
  15. font-size: 20px;
  16. display: flex;
  17. align-items: center;
  18. justify-content: center;
  19. padding-left: 16px;
  20. padding-right: 16px;
  21. margin-left: 16px;
  22. }
  23. .day_night_card_footer{
  24. display: flex;
  25. flex-direction: row;
  26. align-items: center;
  27. padding-top: 20px;
  28. margin-top: 20px;
  29. border-top-style: solid;
  30. border-top-color: #D8D8D852;
  31. border-top-width: 1px;
  32. }