jekyll-rtd-theme 1.1.6 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +48 -29
  3. data/_includes/addons/analytics.liquid +5 -12
  4. data/_includes/addons/github.liquid +19 -4
  5. data/_includes/assets/sw.caches.js +38 -28
  6. data/_includes/class/_breadcrumbs.liquid +33 -0
  7. data/_includes/class/_footer.liquid +41 -0
  8. data/_includes/{toctree.liquid → class/_toctree.liquid} +3 -6
  9. data/_includes/class/addons-wrap.liquid +26 -0
  10. data/_includes/class/content-wrap.liquid +20 -0
  11. data/_includes/class/sidebar-wrap.liquid +18 -0
  12. data/_includes/extend/list.liquid +2 -2
  13. data/_includes/extend/toctree.liquid +11 -16
  14. data/_includes/head/custom.liquid +17 -0
  15. data/_includes/head/links.liquid +16 -0
  16. data/_includes/head/metadata.liquid +21 -0
  17. data/_includes/head/script.extension.liquid +29 -0
  18. data/_includes/head/script.liquid +16 -0
  19. data/_includes/head/script.schema.liquid +27 -0
  20. data/_includes/head/title.liquid +1 -0
  21. data/_includes/reset/defaults.liquid +39 -58
  22. data/_includes/reset/i18n.liquid +1 -31
  23. data/_includes/{extend → reset}/tabs.liquid +0 -0
  24. data/_includes/reset/workdir.liquid +1 -15
  25. data/_includes/shortcodes/danger.liquid +9 -0
  26. data/_includes/shortcodes/mermaid.liquid +1 -0
  27. data/_includes/shortcodes/note.liquid +9 -0
  28. data/_includes/shortcodes/tip.liquid +9 -0
  29. data/_includes/shortcodes/warning.liquid +9 -0
  30. data/_layouts/default.liquid +21 -238
  31. data/_layouts/plugins/compress.liquid +13 -10
  32. data/_layouts/plugins/extension.liquid +32 -22
  33. data/_sass/@primer/base/base.scss +90 -0
  34. data/_sass/@primer/base/index.scss +6 -0
  35. data/_sass/@primer/base/kbd.scss +21 -0
  36. data/_sass/@primer/base/normalize.scss +423 -0
  37. data/_sass/@primer/base/typography-base.scss +100 -0
  38. data/_sass/@primer/breadcrumb/breadcrumb.scss +28 -0
  39. data/_sass/@primer/breadcrumb/index.scss +3 -0
  40. data/_sass/@primer/buttons/button-group.scss +91 -0
  41. data/_sass/@primer/buttons/button.scss +296 -0
  42. data/_sass/@primer/buttons/index.scss +4 -0
  43. data/_sass/@primer/buttons/misc.scss +205 -0
  44. data/_sass/@primer/forms/form-control.scss +278 -0
  45. data/_sass/@primer/forms/form-group.scss +279 -0
  46. data/_sass/@primer/forms/form-select.scss +38 -0
  47. data/_sass/@primer/forms/form-validation.scss +369 -0
  48. data/_sass/@primer/forms/index.scss +7 -0
  49. data/_sass/@primer/forms/input-group.scss +53 -0
  50. data/_sass/@primer/forms/radio-group.scss +43 -0
  51. data/_sass/@primer/loaders/index.scss +2 -0
  52. data/_sass/@primer/loaders/loaders.scss +21 -0
  53. data/_sass/@primer/markdown/blob-csv.scss +31 -0
  54. data/_sass/@primer/markdown/code.scss +73 -0
  55. data/_sass/@primer/markdown/headings.scss +72 -0
  56. data/_sass/@primer/markdown/images.scss +131 -0
  57. data/_sass/@primer/markdown/index.scss +8 -0
  58. data/_sass/@primer/markdown/lists.scss +76 -0
  59. data/_sass/@primer/markdown/markdown-body.scss +99 -0
  60. data/_sass/@primer/markdown/tables.scss +38 -0
  61. data/_sass/@primer/support/index.scss +11 -0
  62. data/_sass/@primer/support/mixins/buttons.scss +184 -0
  63. data/_sass/@primer/support/mixins/layout.scss +55 -0
  64. data/_sass/@primer/support/mixins/misc.scss +32 -0
  65. data/_sass/@primer/support/mixins/typography.scss +88 -0
  66. data/_sass/@primer/support/variables/color-system.scss +243 -0
  67. data/_sass/@primer/support/variables/colors.scss +55 -0
  68. data/_sass/@primer/support/variables/layout.scss +149 -0
  69. data/_sass/@primer/support/variables/misc.scss +42 -0
  70. data/_sass/@primer/support/variables/typography.scss +43 -0
  71. data/_sass/@primer/utilities/animations.scss +187 -0
  72. data/_sass/@primer/utilities/borders.scss +184 -0
  73. data/_sass/@primer/utilities/box-shadow.scss +25 -0
  74. data/_sass/@primer/utilities/colors.scss +185 -0
  75. data/_sass/@primer/utilities/details.scss +34 -0
  76. data/_sass/@primer/utilities/flexbox.scss +121 -0
  77. data/_sass/@primer/utilities/index.scss +14 -0
  78. data/_sass/@primer/utilities/layout.scss +134 -0
  79. data/_sass/@primer/utilities/margin.scss +68 -0
  80. data/_sass/@primer/utilities/padding.scss +59 -0
  81. data/_sass/@primer/utilities/typography.scss +325 -0
  82. data/_sass/@primer/utilities/visibility-display.scss +82 -0
  83. data/_sass/_font-face.scss +65 -0
  84. data/_sass/_icons.scss +57 -0
  85. data/_sass/_layout.scss +75 -0
  86. data/_sass/_reset.scss +13 -0
  87. data/_sass/_root.scss +9 -0
  88. data/_sass/_variables.scss +32 -0
  89. data/_sass/class/addons-wrap.scss +39 -0
  90. data/_sass/class/admonition.scss +47 -0
  91. data/_sass/class/container.scss +11 -0
  92. data/_sass/class/content-wrap.scss +4 -0
  93. data/_sass/class/header.scss +10 -0
  94. data/_sass/class/highlight.scss +214 -0
  95. data/_sass/class/markdown-body.scss +63 -0
  96. data/_sass/class/sidebar-wrap.scss +95 -0
  97. data/_sass/class/title.scss +12 -0
  98. data/_sass/theme.scss +31 -0
  99. data/assets/404.liquid +2 -2
  100. data/assets/css/theme.min.css +1 -0
  101. data/assets/css/theme.scss +4 -0
  102. data/assets/js/mermaid.min.js +5 -5
  103. data/assets/js/theme.js +290 -0
  104. data/assets/js/theme.min.js +1 -0
  105. data/assets/search.liquid +4 -20
  106. metadata +93 -53
  107. data/_includes/addons.liquid +0 -24
  108. data/_includes/addons/i18n.liquid +0 -13
  109. data/_includes/addons/plugins.liquid +0 -6
  110. data/_includes/album.liquid +0 -7
  111. data/_includes/assets/common.js +0 -171
  112. data/_includes/assets/search.js +0 -76
  113. data/_includes/breadcrumbs.liquid +0 -43
  114. data/_includes/footer.liquid +0 -37
  115. data/_includes/i18n/en.liquid +0 -29
  116. data/_includes/i18n/es.liquid +0 -29
  117. data/_includes/i18n/fr.liquid +0 -29
  118. data/_includes/i18n/it.liquid +0 -29
  119. data/_includes/i18n/ja.liquid +0 -29
  120. data/_includes/i18n/ko.liquid +0 -29
  121. data/_includes/i18n/ru.liquid +0 -29
  122. data/_includes/i18n/sv.liquid +0 -29
  123. data/_includes/i18n/zh-cn.liquid +0 -29
  124. data/_includes/reset/languages.liquid +0 -110
  125. data/_sass/_album.scss +0 -19
  126. data/_sass/_embed.scss +0 -23
  127. data/_sass/fluid.scss +0 -7
  128. data/_sass/jekyll-rtd-theme.scss +0 -128
  129. data/assets/css/rougify/base16.css +0 -1
  130. data/assets/css/rougify/base16.dark.css +0 -1
  131. data/assets/css/rougify/base16.light.css +0 -1
  132. data/assets/css/rougify/base16.monokai.css +0 -1
  133. data/assets/css/rougify/base16.monokai.dark.css +0 -1
  134. data/assets/css/rougify/base16.monokai.light.css +0 -1
  135. data/assets/css/rougify/base16.solarized.css +0 -1
  136. data/assets/css/rougify/base16.solarized.dark.css +0 -1
  137. data/assets/css/rougify/base16.solarized.light.css +0 -1
  138. data/assets/css/rougify/bw.css +0 -1
  139. data/assets/css/rougify/colorful.css +0 -1
  140. data/assets/css/rougify/github.css +0 -1
  141. data/assets/css/rougify/gruvbox.css +0 -1
  142. data/assets/css/rougify/gruvbox.dark.css +0 -1
  143. data/assets/css/rougify/gruvbox.light.css +0 -1
  144. data/assets/css/rougify/igorpro.css +0 -1
  145. data/assets/css/rougify/magritte.css +0 -1
  146. data/assets/css/rougify/molokai.css +0 -1
  147. data/assets/css/rougify/monokai.css +0 -1
  148. data/assets/css/rougify/monokai.sublime.css +0 -1
  149. data/assets/css/rougify/pastie.css +0 -1
  150. data/assets/css/rougify/thankful_eyes.css +0 -1
  151. data/assets/css/rougify/tulip.css +0 -1
  152. data/assets/css/theme.css +0 -4
  153. data/assets/js/anchor.min.js +0 -9
  154. data/assets/js/html5shiv.min.js +0 -4
@@ -0,0 +1,68 @@
1
+ // Margin spacer utilities
2
+ // stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before
3
+
4
+ // Loop through the breakpoint values
5
+ @each $breakpoint, $variant in $responsive-variants {
6
+ @include breakpoint($breakpoint) {
7
+ // Loop through the spacer values
8
+ @each $scale, $size in $spacer-map {
9
+ /* Set a $size margin to all sides at $breakpoint */
10
+ .m#{$variant}-#{$scale} {
11
+ margin: $size !important;
12
+ }
13
+ /* Set a $size margin on the top at $breakpoint */
14
+ .mt#{$variant}-#{$scale} {
15
+ margin-top: $size !important;
16
+ }
17
+ /* Set a $size margin on the right at $breakpoint */
18
+ .mr#{$variant}-#{$scale} {
19
+ margin-right: $size !important;
20
+ }
21
+ /* Set a $size margin on the bottom at $breakpoint */
22
+ .mb#{$variant}-#{$scale} {
23
+ margin-bottom: $size !important;
24
+ }
25
+ /* Set a $size margin on the left at $breakpoint */
26
+ .ml#{$variant}-#{$scale} {
27
+ margin-left: $size !important;
28
+ }
29
+
30
+ @if ($size != 0) {
31
+ /* Set a negative $size margin on top at $breakpoint */
32
+ .mt#{$variant}-n#{$scale} {
33
+ margin-top: -$size !important;
34
+ }
35
+ /* Set a negative $size margin on the right at $breakpoint */
36
+ .mr#{$variant}-n#{$scale} {
37
+ margin-right: -$size !important;
38
+ }
39
+ /* Set a negative $size margin on the bottom at $breakpoint */
40
+ .mb#{$variant}-n#{$scale} {
41
+ margin-bottom: -$size !important;
42
+ }
43
+ /* Set a negative $size margin on the left at $breakpoint */
44
+ .ml#{$variant}-n#{$scale} {
45
+ margin-left: -$size !important;
46
+ }
47
+ }
48
+
49
+ /* Set a $size margin on the left & right at $breakpoint */
50
+ .mx#{$variant}-#{$scale} {
51
+ margin-right: $size !important;
52
+ margin-left: $size !important;
53
+ }
54
+
55
+ /* Set a $size margin on the top & bottom at $breakpoint */
56
+ .my#{$variant}-#{$scale} {
57
+ margin-top: $size !important;
58
+ margin-bottom: $size !important;
59
+ }
60
+ }
61
+
62
+ /* responsive horizontal auto margins */
63
+ .mx#{$variant}-auto {
64
+ margin-right: auto !important;
65
+ margin-left: auto !important;
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,59 @@
1
+ // Padding spacer utilities
2
+ // stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, comment-empty-line-before
3
+
4
+ // Responsive padding spacer utilities
5
+ @each $breakpoint, $variant in $responsive-variants {
6
+ @include breakpoint($breakpoint) {
7
+ // Loop through the spacer values
8
+ @each $scale, $size in $spacer-map {
9
+ /* Set a $size padding to all sides at $breakpoint */
10
+ .p#{$variant}-#{$scale} {
11
+ padding: $size !important;
12
+ }
13
+ /* Set a $size padding to the top at $breakpoint */
14
+ .pt#{$variant}-#{$scale} {
15
+ padding-top: $size !important;
16
+ }
17
+ /* Set a $size padding to the right at $breakpoint */
18
+ .pr#{$variant}-#{$scale} {
19
+ padding-right: $size !important;
20
+ }
21
+ /* Set a $size padding to the bottom at $breakpoint */
22
+ .pb#{$variant}-#{$scale} {
23
+ padding-bottom: $size !important;
24
+ }
25
+ /* Set a $size padding to the left at $breakpoint */
26
+ .pl#{$variant}-#{$scale} {
27
+ padding-left: $size !important;
28
+ }
29
+
30
+ /* Set a $size padding to the left & right at $breakpoint */
31
+ .px#{$variant}-#{$scale} {
32
+ padding-right: $size !important;
33
+ padding-left: $size !important;
34
+ }
35
+
36
+ /* Set a $size padding to the top & bottom at $breakpoint */
37
+ .py#{$variant}-#{$scale} {
38
+ padding-top: $size !important;
39
+ padding-bottom: $size !important;
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ // responsive padding for containers
46
+ .p-responsive {
47
+ padding-right: $spacer-3 !important;
48
+ padding-left: $spacer-3 !important;
49
+
50
+ @include breakpoint(sm) {
51
+ padding-right: $spacer-6 !important;
52
+ padding-left: $spacer-6 !important;
53
+ }
54
+
55
+ @include breakpoint(lg) {
56
+ padding-right: $spacer-3 !important;
57
+ padding-left: $spacer-3 !important;
58
+ }
59
+ }
@@ -0,0 +1,325 @@
1
+ // stylelint-disable block-closing-brace-space-before, comment-empty-line-before
2
+
3
+ // Type scale variables found in ../support/lib/variables.scss
4
+ // $h00-size-mobile: 40px;
5
+ // $h0-size-mobile: 32px;
6
+ // $h1-size-mobile: 26px;
7
+ // $h2-size-mobile: 22px;
8
+ // $h3-size-mobile: 18px;
9
+ // $h00-size: 48px;
10
+ // $h0-size: 40px;
11
+ // $h1-size: 32px;
12
+ // $h2-size: 24px;
13
+ // $h3-size: 20px;
14
+ // $h4-size: 16px;
15
+ // $h5-size: 14px;
16
+ // $h6-size: 12px;
17
+
18
+ /* Set the font size to 26px */
19
+ .h1 {
20
+ // stylelint-disable-next-line primer/typography
21
+ font-size: $h1-size-mobile !important;
22
+
23
+ @include breakpoint(md) {
24
+ font-size: $h1-size !important;
25
+ }
26
+ }
27
+
28
+ /* Set the font size to 22px */
29
+ .h2 {
30
+ // stylelint-disable-next-line primer/typography
31
+ font-size: $h2-size-mobile !important;
32
+
33
+ @include breakpoint(md) {
34
+ font-size: $h2-size !important;
35
+ }
36
+ }
37
+
38
+ /* Set the font size to 18px */
39
+ .h3 {
40
+ // stylelint-disable-next-line primer/typography
41
+ font-size: $h3-size-mobile !important;
42
+
43
+ @include breakpoint(md) {
44
+ font-size: $h3-size !important;
45
+ }
46
+ }
47
+
48
+ /* Set the font size to #{$h4-size} */
49
+ .h4 {
50
+ font-size: $h4-size !important;
51
+ }
52
+
53
+ /* Set the font size to #{$h5-size} */
54
+ .h5 {
55
+ font-size: $h5-size !important;
56
+ }
57
+
58
+ // Does not include color property like typography base
59
+ // styles, color should be applied with color utilities.
60
+ /* Set the font size to #{$h6-size} */
61
+ .h6 {
62
+ font-size: $h6-size !important;
63
+ }
64
+
65
+ // Heading utilities
66
+ .h1,
67
+ .h2,
68
+ .h3,
69
+ .h4,
70
+ .h5,
71
+ .h6 {
72
+ font-weight: $font-weight-bold !important;
73
+ }
74
+
75
+ // Type utilities that match type sale
76
+ /* Set the font size to 26px */
77
+ .f1 {
78
+ // stylelint-disable-next-line primer/typography
79
+ font-size: $h1-size-mobile !important;
80
+
81
+ @include breakpoint(md) {
82
+ font-size: $h1-size !important;
83
+ }
84
+ }
85
+
86
+ /* Set the font size to 22px */
87
+ .f2 {
88
+ // stylelint-disable-next-line primer/typography
89
+ font-size: $h2-size-mobile !important;
90
+
91
+ @include breakpoint(md) {
92
+ font-size: $h2-size !important;
93
+ }
94
+ }
95
+
96
+ /* Set the font size to 18px */
97
+ .f3 {
98
+ // stylelint-disable-next-line primer/typography
99
+ font-size: $h3-size-mobile !important;
100
+
101
+ @include breakpoint(md) {
102
+ font-size: $h3-size !important;
103
+ }
104
+ }
105
+
106
+ /* Set the font size to #{$h4-size} */
107
+ .f4 {
108
+ font-size: $h4-size !important;
109
+
110
+ @include breakpoint(md) {
111
+ font-size: $h4-size !important;
112
+ }
113
+ }
114
+
115
+ /* Set the font size to #{$h5-size} */
116
+ .f5 {
117
+ font-size: $h5-size !important;
118
+ }
119
+ /* Set the font size to #{$h6-size} */
120
+ .f6 {
121
+ font-size: $h6-size !important;
122
+ }
123
+
124
+ // Type utils with light weight that match type scale
125
+ /* Set the font size to 40px and weight to light */
126
+ .f00-light {
127
+ // stylelint-disable-next-line primer/typography
128
+ font-size: $h00-size-mobile !important;
129
+ font-weight: $font-weight-light !important;
130
+
131
+ @include breakpoint(md) {
132
+ font-size: $h00-size !important;
133
+ }
134
+ }
135
+
136
+ /* Set the font size to 32px and weight to light */
137
+ .f0-light {
138
+ // stylelint-disable-next-line primer/typography
139
+ font-size: $h0-size-mobile !important;
140
+ font-weight: $font-weight-light !important;
141
+
142
+ @include breakpoint(md) {
143
+ font-size: $h0-size !important;
144
+ }
145
+ }
146
+
147
+ /* Set the font size to 26px and weight to light */
148
+ .f1-light {
149
+ // stylelint-disable-next-line primer/typography
150
+ font-size: $h1-size-mobile !important;
151
+ font-weight: $font-weight-light !important;
152
+
153
+ @include breakpoint(md) {
154
+ font-size: $h1-size !important;
155
+ }
156
+ }
157
+
158
+ /* Set the font size to 22px and weight to light */
159
+ .f2-light {
160
+ // stylelint-disable-next-line primer/typography
161
+ font-size: $h2-size-mobile !important;
162
+ font-weight: $font-weight-light !important;
163
+
164
+ @include breakpoint(md) {
165
+ font-size: $h2-size !important;
166
+ }
167
+ }
168
+
169
+ // Same size and weight as .lead but without color property
170
+ /* Set the font size to 18px and weight to light */
171
+ .f3-light {
172
+ // stylelint-disable-next-line primer/typography
173
+ font-size: $h3-size-mobile !important;
174
+ font-weight: $font-weight-light !important;
175
+
176
+ @include breakpoint(md) {
177
+ font-size: $h3-size !important;
178
+ }
179
+ }
180
+
181
+ // Smallest text size
182
+ /* Set the font size to ${#h6-size} */
183
+ .text-small {
184
+ font-size: $h6-size !important;
185
+ } // 12px
186
+
187
+ /* Large leading paragraphs */
188
+ .lead {
189
+ // stylelint-disable-next-line primer/spacing
190
+ margin-bottom: 30px;
191
+ font-size: $h3-size;
192
+ font-weight: $font-weight-light;
193
+ color: $text-gray;
194
+ }
195
+
196
+ // Line-height variations
197
+ // Close to commonly used line-heights. Most line-heights
198
+ // combined with type size equate to whole pixels.
199
+ // Will be improved with future typography scale updates.
200
+ // Responsive line-height
201
+ @each $breakpoint, $variant in $responsive-variants {
202
+ @include breakpoint($breakpoint) {
203
+ /* Set the line height to ultra condensed */
204
+ .lh#{$variant}-condensed-ultra {
205
+ line-height: $lh-condensed-ultra !important;
206
+ }
207
+ /* Set the line height to condensed */
208
+ .lh#{$variant}-condensed {
209
+ line-height: $lh-condensed !important;
210
+ }
211
+ /* Set the line height to default */
212
+ .lh#{$variant}-default {
213
+ line-height: $lh-default !important;
214
+ }
215
+ /* Set the line height to zero */
216
+ .lh#{$variant}-0 {
217
+ line-height: 0 !important;
218
+ }
219
+ }
220
+ }
221
+
222
+ // Text alignments
223
+ // Responsive text alignment
224
+ @each $breakpoint, $variant in $responsive-variants {
225
+ @include breakpoint($breakpoint) {
226
+ /* Text align to the right */
227
+ .text#{$variant}-right {
228
+ text-align: right !important;
229
+ }
230
+ /* Text align to the left */
231
+ .text#{$variant}-left {
232
+ text-align: left !important;
233
+ }
234
+ /* Text align to the center */
235
+ .text#{$variant}-center {
236
+ text-align: center !important;
237
+ }
238
+ }
239
+ }
240
+
241
+ // Text styles
242
+ /* Set the font weight to normal */
243
+ .text-normal {
244
+ font-weight: $font-weight-normal !important;
245
+ }
246
+ /* Set the font weight to bold */
247
+ .text-bold {
248
+ font-weight: $font-weight-bold !important;
249
+ }
250
+ /* Set the font to italic */
251
+ .text-italic {
252
+ font-style: italic !important;
253
+ }
254
+ /* Make text uppercase */
255
+ .text-uppercase {
256
+ text-transform: uppercase !important;
257
+ }
258
+ /* Underline text */
259
+ .text-underline {
260
+ text-decoration: underline !important;
261
+ }
262
+ /* Don't underline text */
263
+ .no-underline {
264
+ text-decoration: none !important;
265
+ }
266
+ /* Don't wrap white space */
267
+ .no-wrap {
268
+ white-space: nowrap !important;
269
+ }
270
+ /* Normal white space */
271
+ .ws-normal {
272
+ white-space: normal !important;
273
+ }
274
+
275
+ /* Force long "words" to wrap if they exceed the width of the container */
276
+ .break-word {
277
+ word-break: break-word !important;
278
+ // this is for backwards compatibility with browsers that don't respect overflow-wrap
279
+ word-wrap: break-word !important;
280
+ overflow-wrap: break-word !important;
281
+ }
282
+
283
+ /*
284
+ * Specifically apply word-break: break-all; per MDN:
285
+ *
286
+ * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,
287
+ * > `word-break: break-all` will create a break at the exact place where text would
288
+ * > otherwise overflow its container (even if putting an entire word on its own line
289
+ * > would negate the need for a break).
290
+ *
291
+ * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values
292
+ */
293
+ .wb-break-all {
294
+ word-break: break-all !important;
295
+ }
296
+
297
+ .text-emphasized {
298
+ font-weight: $font-weight-bold;
299
+ color: $text-gray-dark;
300
+ }
301
+
302
+ // List styles
303
+ .list-style-none {
304
+ list-style: none !important;
305
+ }
306
+
307
+ // Text Shadows
308
+ /* Add a dark text shadow */
309
+ .text-shadow-dark {
310
+ text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75);
311
+ }
312
+ /* Add a light text shadow */
313
+ .text-shadow-light {
314
+ text-shadow: 0 1px 0 rgba($white, 0.5);
315
+ }
316
+
317
+ /* Set to monospace font */
318
+ .text-mono {
319
+ font-family: $mono-font !important;
320
+ }
321
+
322
+ /* Disallow user from selecting text */
323
+ .user-select-none {
324
+ user-select: none !important;
325
+ }