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.
 
 
 
 

89 lines
1.5 KiB

  1. .mat-h1,
  2. .mat-headline-5,
  3. .mat-typography .mat-h1,
  4. .mat-typography .mat-headline-5,
  5. .mat-typography h1,
  6. .mat-h2,
  7. .mat-headline-6,
  8. .mat-typography .mat-h2,
  9. .mat-typography .mat-headline-6,
  10. .mat-typography h2,
  11. .mat-h3,
  12. .mat-subtitle-1,
  13. .mat-typography .mat-h3,
  14. .mat-typography .mat-subtitle-1,
  15. .mat-typography h3,
  16. .mat-h4,
  17. .mat-body-1,
  18. .mat-typography .mat-h4,
  19. .mat-typography .mat-body-1,
  20. .mat-typography h4,
  21. .mat-h5,
  22. .mat-typography .mat-h5,
  23. .mat-typography h5,
  24. .mat-h6,
  25. .mat-typography .mat-h6,
  26. .mat-typography h6 {
  27. font-family: "Montserrat", "Helvetica Neue", sans-serif !important;
  28. font-weight: 600;
  29. }
  30. .mat-body,
  31. .mat-body-2,
  32. .mat-typography .mat-body,
  33. .mat-typography .mat-body-2,
  34. .mat-typography,
  35. .mat-mdc-header-row,
  36. .mat-mdc-row,
  37. .mdc-data-table__content,
  38. .mat-mdc-paginator,
  39. .mat-mdc-select,
  40. .mat-mdc-option {
  41. font-family: "Montserrat", "Helvetica Neue", sans-serif !important;
  42. }
  43. .home-container .mat-h1,
  44. .home-container .mat-headline-5,
  45. .home-container .mat-typography .mat-h1,
  46. .mat-typography .home-container .mat-headline-5,
  47. .mat-typography .home-container h1 {
  48. text-transform: uppercase;
  49. font-weight: 800;
  50. }
  51. h2.spt-headline {
  52. text-transform: uppercase;
  53. font-weight: 800;
  54. }
  55. .spt-back-btn {
  56. position: relative;
  57. font-size: 14px;
  58. line-height: 18px;
  59. cursor: pointer;
  60. display: inline-block;
  61. &:before {
  62. content: "< ";
  63. }
  64. &:hover {
  65. text-decoration: underline;
  66. }
  67. }
  68. dt {
  69. font-weight: 600;
  70. }
  71. table,
  72. p,
  73. ul,
  74. ol,
  75. dl,
  76. .tasks h3 {
  77. a {
  78. color: $color-matsen;
  79. @include transition();
  80. &:hover {
  81. color: #b71e18;
  82. }
  83. }
  84. }