pagetitle.scss 277 B

1234567891011121314151617
  1. .pagetitle {
  2. padding: 5px 0;
  3. line-height: 35px;
  4. font-family: $fontcuprum;
  5. font-weight: bold;
  6. font-size: 32px;
  7. color: #3b434d;
  8. margin-bottom: 10px;
  9. &--orange {
  10. color: #e65e26;
  11. }
  12. &--specials {
  13. margin-bottom: 5px;
  14. }
  15. }