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 584B

7 kuukautta sitten
7 kuukautta sitten
7 kuukautta sitten
5 kuukautta sitten
7 kuukautta sitten
12345678910111213141516171819202122232425262728293031323334
  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. .shared-point-sale-producers {
  14. color: gray;
  15. margin-top: 10px;
  16. }
  17. }
  18. .days {
  19. .block-day {
  20. &:not(:last-child) {
  21. margin-bottom: 15px;
  22. }
  23. strong {
  24. font-family: 'worksans_medium';
  25. }
  26. small {
  27. color: gray ;
  28. }
  29. }
  30. }
  31. }
  32. }