Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. // Defined in the CHM Style Guide
  2. // @extend where needed in SASS
  3. // These use the sg- prefix (for style guide) to avoid collisions
  4.  
  5. $primary-orange: #fe8a16
  6. $hover-orange: #f67502
  7. $dark-steel-blue: #22292d
  8. $steel-blue: #303b41
  9. $light-steel-blue: #9da5aa
  10. $bright-blue: #4892bc
  11. $dark-grey: #4b4b48
  12. $medium-grey: #878782
  13. $light-grey: #cecec8
  14. $dark-warm-grey: #c6c6bc
  15. $medium-warm-grey: #e2e2da
  16. $light-warm-grey: #f1f1eb
  17.  
  18. =header-font
  19. font-family: $header-font
  20. font-weight: normal
  21.  
  22. =bold-header-font
  23. font-family: $header-font-bold
  24. font-weight: normal
  25.  
  26. .sg-heading-1
  27. +header-font
  28. font-size: 32px
  29. line-height: 36px
  30. color: $steel-blue
  31.  
  32. .sg-heading-2
  33. +header-font
  34. font-size: 20px
  35. line-height: 28px
  36. color: $steel-blue
  37.  
  38. .sg-heading-3
  39. @extend .sg-heading-2
  40. color: $bright-blue
  41.  
  42. .sg-heading-4
  43. @extend .sg-heading-2
  44. color: $medium-grey
  45.  
  46. .sg-main-body
  47. font-size: 14px
  48. line-height: 24px
  49. font-weight: normal
  50. color: $dark-grey
  51.  
  52. .sg-secondary-body
  53. font-size: 12px
  54. line-height: 18px
  55. font-weight: normal
  56. color: $medium-grey
  57.  
  58. .sg-text-link-1
  59. font-weight: normal
  60. color: $primary-orange
  61. text-decoration: none
  62. &:hover
  63. color: $hover-orange
  64.  
  65. .sg-posted-dates
  66. font-size: 10px
  67. line-height: 16px
  68. font-weight: normal
  69. color: #cecec8
  70.  
  71. .sg-quote
  72. font-size: 18px
  73. line-height: 24px
  74. font-weight: normal
  75. color: #4892bc
  76.  
  77. .sg-numbers
  78. @extend .sg-text-link-1
  79. font-size: 14px
  80. +bold-header-font
  81.  
  82. .sg-filters
  83. font-size: 14px
  84. +bold-header-font
  85. color: white
  86. a
  87. @extend .sg-text-link-1
  88. text-decoration: none
  89. &:hover, &:active
  90. color: white
  91.  
  92. .sg-search-results
  93. font-size: 16px
  94. font-weight: normal
  95. color: white
  96.  
  97. .sg-story-hover
  98. font-size: 12px
  99. font-weight: normal
  100. color: $primary-orange
  101.  
  102. .sg-body-1
  103. font-size: 12px
  104. line-height: 16px
  105. font-weight: normal
  106. color: white
  107.  
  108. .sg-link-heading-1
  109. @extend .sg-text-link-1
  110. +bold-header-font
  111. font-size: 18px
  112. line-height: 22px
  113.  
  114. .sg-link-heading-2
  115. @extend .sg-link-heading-1
  116. font-size: 16px
  117. line-height: 20px
  118. &:active, &:hover
  119. color: white
  120.  
  121. .sg-link-heading-3
  122. @extend .sg-link-heading-2
  123. font-size: 14px
  124. line-height: 18px
  125.  
  126. .sg-path
  127. font-size: 10px
  128. line-height: 14px
  129. font-weight: normal
  130. color: #808b90
  131.  
  132. .sg-labels
  133. font-family: $header-font
  134. font-weight: normal
  135. font-size: 12px
  136. //line-height: 24px
  137. text-transform: uppercase
  138. letter-spacing: 2px
  139. color: #808b90
  140. //&:hover
  141. // color: white
  142.  
  143. .sg-show-all
  144. @extend .sg-text-link-1
  145. font-family: $header-font
  146. font-weight: normal
  147. font-size: 12px
  148. text-transform: uppercase
  149.  
  150. .sg-homepage-intro-header
  151. +header-font
  152. font-size: 22px
  153. line-height: 28px
  154. color: white
  155.  
  156. .sg-homepage-intro-text
  157. font-family: $header-font
  158. font-size: 16px
  159. line-height: 24px
  160. color: $light-steel-blue
  161.  
  162. .sg-homepage-intro-thread
  163. @extend .sg-heading-2
  164. font-size: 18px
  165. line-height: 20px
  166. a
  167. @extend .sg-text-link-1
  168.  
  169. .sg-homepage-content-header
  170. font-size: 12px
  171. line-height: 18px
  172. font-weight: normal
  173. font-family: $header-font-bold
  174. text-transform: uppercase
  175. color: $medium-grey
  176.  
  177. .sg-homepage-featured-header
  178. font-size: 14px
  179. line-height: 18px
  180. font-weight: normal
  181. font-family: $header-font-bold
  182. text-transform: uppercase
Add Comment
Please, Sign In to add comment