_store.scss 385 B

1234567891011121314151617181920212223
  1. .list-hours {
  2. font-size: 0.9rem;
  3. .list-hours-item {
  4. border-bottom: 1px solid fade-out($primary, 0.5);
  5. padding-bottom: .25rem;
  6. margin-bottom: 1rem;
  7. font-style: italic;
  8. &.today {
  9. font-weight: bold;
  10. color: $primary;
  11. }
  12. }
  13. @media(min-width: 992px) {
  14. width: 50%;
  15. font-size: 1.1rem;
  16. }
  17. }
  18. .address {
  19. strong {
  20. font-size: 1.2rem;
  21. }
  22. }