Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

34 linhas
584B

  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. }