You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_points_sale.scss 491B

1234567891011121314151617181920212223242526272829
  1. .site-points-sale {
  2. #points-sale {
  3. .name {
  4. .the-name {
  5. font-family: 'worksans_semibold';
  6. font-size: 1.2rem ;
  7. line-height: 1.4rem ;
  8. color: black ;
  9. }
  10. .locality {
  11. color: gray;
  12. }
  13. }
  14. .days {
  15. .block-day {
  16. &:not(:last-child) {
  17. margin-bottom: 15px;
  18. }
  19. strong {
  20. font-family: 'worksans_medium';
  21. }
  22. small {
  23. color: gray ;
  24. }
  25. }
  26. }
  27. }
  28. }