jekyll-rtd-theme 1.1.7 → 2.0.2

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 +77 -28
  3. data/_includes/addons/analytics.liquid +6 -13
  4. data/_includes/addons/github.liquid +19 -18
  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/node/custom.liquid +17 -0
  15. data/_includes/node/links.liquid +20 -0
  16. data/_includes/node/metadata.liquid +21 -0
  17. data/_includes/node/script.extension.liquid +29 -0
  18. data/_includes/node/script.liquid +15 -0
  19. data/_includes/node/script.schema.liquid +27 -0
  20. data/_includes/node/title.liquid +1 -0
  21. data/_includes/reset/defaults.liquid +40 -59
  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 -241
  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 +66 -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 +68 -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 +289 -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 -28
  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 -167
  112. data/_includes/assets/search.js +0 -76
  113. data/_includes/breadcrumbs.liquid +0 -43
  114. data/_includes/footer.liquid +0 -39
  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 -162
  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,42 @@
1
+ // Miscellaneous variables
2
+
3
+ // Border
4
+ $border-width: 1px !default;
5
+ $border-color: $border-gray !default;
6
+ $border-style: solid !default;
7
+ $border: $border-width $border-color $border-style !default;
8
+
9
+ // Border Radius
10
+ $border-radius-1: 4px !default;
11
+ $border-radius-2: 6px !default;
12
+ $border-radius: $border-radius-2 !default;
13
+
14
+ // Box shadow
15
+ $box-shadow: 0 1px 0 rgba($black, 0.04) !default;
16
+ $box-shadow-medium: 0 3px 6px rgba($gray-400, 0.15) !default;
17
+ $box-shadow-large: 0 8px 24px rgba($gray-400, 0.2) !default;
18
+ $box-shadow-extra-large: 0 12px 48px rgba($gray-400, 0.3) !default;
19
+
20
+ $box-shadow-highlight: inset 0 1px 0 rgba($white, 0.25) !default; // top highlight
21
+ $box-shadow-inset: inset 0 1px 0 rgba($border-color, 0.2) !default; // top inner shadow
22
+ $box-shadow-focus: 0 0 0 3px rgba($border-blue, 0.3) !default; // blue focus ring
23
+
24
+ // Button variables
25
+ $border-color-button: $black-fade-15 !default;
26
+ $btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15 !default; // TODO: Deprecate?
27
+
28
+ // Form variables
29
+ $form-control-shadow: inset 0 1px 2px rgba($black, 0.075) !default; // TODO: Deprecate?
30
+ $btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3) !default; // TODO: Deprecate? Replaced by $box-shadow-focus
31
+
32
+ // Tooltips
33
+ $tooltip-max-width: 250px !default;
34
+ $tooltip-background-color: $black !default;
35
+ $tooltip-text-color: $white !default;
36
+ $tooltip-delay: 0.4s !default;
37
+ $tooltip-duration: 0.1s !default;
38
+
39
+ // diffstat background colors
40
+ $bg-diffstat-added: darken($green-400, 5%) !default;
41
+ $bg-diffstat-deleted: $red-600 !default;
42
+ $bg-diffstat-neutral: $gray-300 !default;
@@ -0,0 +1,43 @@
1
+ // Typography variables
2
+
3
+ // Heading sizes - mobile
4
+ // h4-h6 remain the same size on both mobile & desktop
5
+ $h00-size-mobile: 40px !default;
6
+ $h0-size-mobile: 32px !default;
7
+ $h1-size-mobile: 26px !default;
8
+ $h2-size-mobile: 22px !default;
9
+ $h3-size-mobile: 18px !default;
10
+
11
+ // Heading sizes - desktop
12
+ $h00-size: 48px !default;
13
+ $h0-size: 40px !default;
14
+ $h1-size: 32px !default;
15
+ $h2-size: 24px !default;
16
+ $h3-size: 20px !default;
17
+ $h4-size: 16px !default;
18
+ $h5-size: 14px !default;
19
+ $h6-size: 12px !default;
20
+
21
+ $font-size-small: 12px !default;
22
+
23
+ // Font weights
24
+ $font-weight-bold: 600 !default;
25
+ $font-weight-semibold: 500 !default;
26
+ $font-weight-normal: 400 !default;
27
+ $font-weight-light: 300 !default;
28
+
29
+ // Line heights
30
+ $lh-condensed-ultra: 1 !default;
31
+ $lh-condensed: 1.25 !default;
32
+ $lh-default: 1.5 !default;
33
+
34
+ // Font stacks
35
+ $body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
36
+ sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default;
37
+
38
+ // Monospace font stack
39
+ $mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default;
40
+
41
+ // The base body size
42
+ $body-font-size: 14px !default;
43
+ $body-line-height: $lh-default !default;
@@ -0,0 +1,187 @@
1
+ // This file contains reusable animations for github.
2
+
3
+ /* Fade in an element */
4
+ .anim-fade-in {
5
+ animation-name: fade-in;
6
+ animation-duration: 1s;
7
+ animation-timing-function: ease-in-out;
8
+
9
+ &.fast {
10
+ animation-duration: 300ms;
11
+ }
12
+ }
13
+
14
+ @keyframes fade-in {
15
+ 0% {
16
+ opacity: 0;
17
+ }
18
+
19
+ 100% {
20
+ opacity: 1;
21
+ }
22
+ }
23
+
24
+ /* Fade out an element */
25
+ .anim-fade-out {
26
+ animation-name: fade-out;
27
+ animation-duration: 1s;
28
+ animation-timing-function: ease-out;
29
+
30
+ &.fast {
31
+ animation-duration: 0.3s;
32
+ }
33
+ }
34
+
35
+ @keyframes fade-out {
36
+ 0% {
37
+ opacity: 1;
38
+ }
39
+
40
+ 100% {
41
+ opacity: 0;
42
+ }
43
+ }
44
+
45
+ /* Fade in and slide up an element */
46
+ .anim-fade-up {
47
+ opacity: 0;
48
+ animation-name: fade-up;
49
+ animation-duration: 0.3s;
50
+ animation-fill-mode: forwards;
51
+ animation-timing-function: ease-out;
52
+ animation-delay: 1s;
53
+ }
54
+
55
+ @keyframes fade-up {
56
+ 0% {
57
+ opacity: 0.8;
58
+ transform: translateY(100%);
59
+ }
60
+
61
+ 100% {
62
+ opacity: 1;
63
+ transform: translateY(0);
64
+ }
65
+ }
66
+
67
+ /* Fade an element out and slide down */
68
+ .anim-fade-down {
69
+ animation-name: fade-down;
70
+ animation-duration: 0.3s;
71
+ animation-fill-mode: forwards;
72
+ animation-timing-function: ease-in;
73
+ }
74
+
75
+ @keyframes fade-down {
76
+ 0% {
77
+ opacity: 1;
78
+ transform: translateY(0);
79
+ }
80
+
81
+ 100% {
82
+ opacity: 0.5;
83
+ transform: translateY(100%);
84
+ }
85
+ }
86
+
87
+ /* Grow an element width from 0 to 100% */
88
+ .anim-grow-x {
89
+ width: 0%;
90
+ animation-name: grow-x;
91
+ animation-duration: 0.3s;
92
+ animation-fill-mode: forwards;
93
+ animation-timing-function: ease;
94
+ animation-delay: 0.5s;
95
+ }
96
+
97
+ @keyframes grow-x {
98
+ to {
99
+ width: 100%;
100
+ }
101
+ }
102
+
103
+ /* Shrink an element from 100% to 0% */
104
+ .anim-shrink-x {
105
+ animation-name: shrink-x;
106
+ animation-duration: 0.3s;
107
+ animation-fill-mode: forwards;
108
+ animation-timing-function: ease-in-out;
109
+ animation-delay: 0.5s;
110
+ }
111
+
112
+ @keyframes shrink-x {
113
+ to {
114
+ width: 0%;
115
+ }
116
+ }
117
+
118
+ /* Fade in an element and scale it fast */
119
+ .anim-scale-in {
120
+ animation-name: scale-in;
121
+ animation-duration: 0.15s;
122
+ animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
123
+ }
124
+
125
+ @keyframes scale-in {
126
+ 0% {
127
+ opacity: 0;
128
+ transform: scale(0.5);
129
+ }
130
+
131
+ 100% {
132
+ opacity: 1;
133
+ transform: scale(1);
134
+ }
135
+ }
136
+
137
+ /* Pulse an element's opacity */
138
+ .anim-pulse {
139
+ animation-name: pulse;
140
+ animation-duration: 2s;
141
+ animation-timing-function: linear;
142
+ animation-iteration-count: infinite;
143
+ }
144
+
145
+ @keyframes pulse {
146
+ 0% {
147
+ opacity: 0.3;
148
+ }
149
+
150
+ 10% {
151
+ opacity: 1;
152
+ }
153
+
154
+ 100% {
155
+ opacity: 0.3;
156
+ }
157
+ }
158
+
159
+ /* Pulse in an element */
160
+ .anim-pulse-in {
161
+ animation-name: pulse-in;
162
+ animation-duration: 0.5s;
163
+ }
164
+
165
+ @keyframes pulse-in {
166
+ 0% {
167
+ transform: scale3d(1, 1, 1);
168
+ }
169
+
170
+ 50% {
171
+ transform: scale3d(1.1, 1.1, 1.1);
172
+ }
173
+
174
+ 100% {
175
+ transform: scale3d(1, 1, 1);
176
+ }
177
+ }
178
+
179
+ /* Increase scale of an element on hover */
180
+ .hover-grow {
181
+ transition: transform 0.3s;
182
+ backface-visibility: hidden;
183
+
184
+ &:hover {
185
+ transform: scale(1.025);
186
+ }
187
+ }
@@ -0,0 +1,184 @@
1
+ // Core border utilities
2
+ // stylelint-disable block-opening-brace-space-before, comment-empty-line-before
3
+
4
+ /* Add a gray border to the left and right */
5
+ .border-x {
6
+ border-right: $border !important;
7
+ border-left: $border !important;
8
+ }
9
+
10
+ /* Add a gray border to the top and bottom */
11
+ .border-y {
12
+ border-top: $border !important;
13
+ border-bottom: $border !important;
14
+ }
15
+
16
+ /* Responsive gray borders */
17
+ @each $breakpoint, $variant in $responsive-variants {
18
+ @include breakpoint($breakpoint) {
19
+ /* Add a gray border on all sides at/above this breakpoint */
20
+ .border#{$variant} {
21
+ border: $border !important;
22
+ }
23
+ /* Set the border width to 0 on all sides at/above this breakpoint */
24
+ .border#{$variant}-0 {
25
+ border: 0 !important;
26
+ }
27
+
28
+ /* Add a gray border to the top */
29
+ .border#{$variant}-top {
30
+ border-top: $border !important;
31
+ }
32
+ /* Add a gray border to the right */
33
+ .border#{$variant}-right {
34
+ border-right: $border !important;
35
+ }
36
+ /* Add a gray border to the bottom */
37
+ .border#{$variant}-bottom {
38
+ border-bottom: $border !important;
39
+ }
40
+ /* Add a gray border to the left */
41
+ .border#{$variant}-left {
42
+ border-left: $border !important;
43
+ }
44
+
45
+ /* Remove the top border */
46
+ .border#{$variant}-top-0 {
47
+ border-top: 0 !important;
48
+ }
49
+ /* Remove the right border */
50
+ .border#{$variant}-right-0 {
51
+ border-right: 0 !important;
52
+ }
53
+ /* Remove the bottom border */
54
+ .border#{$variant}-bottom-0 {
55
+ border-bottom: 0 !important;
56
+ }
57
+ /* Remove the left border */
58
+ .border#{$variant}-left-0 {
59
+ border-left: 0 !important;
60
+ }
61
+
62
+ // Rounded corners
63
+ .rounded#{$variant} {
64
+ border-radius: $border-radius !important;
65
+ }
66
+ .rounded#{$variant}-0 {
67
+ border-radius: 0 !important;
68
+ }
69
+ .rounded#{$variant}-1 {
70
+ border-radius: $border-radius-1 !important;
71
+ }
72
+ .rounded#{$variant}-2 {
73
+ border-radius: $border-radius-2 !important;
74
+ }
75
+
76
+ @each $edge, $corners in $edges {
77
+ .rounded#{$variant}-#{$edge}-0 {
78
+ @each $corner in $corners {
79
+ border-#{$corner}-radius: 0 !important;
80
+ }
81
+ }
82
+
83
+ .rounded#{$variant}-#{$edge}-1 {
84
+ @each $corner in $corners {
85
+ border-#{$corner}-radius: $border-radius / 2 !important;
86
+ }
87
+ }
88
+
89
+ .rounded#{$variant}-#{$edge}-2 {
90
+ @each $corner in $corners {
91
+ border-#{$corner}-radius: $border-radius !important;
92
+ }
93
+ }
94
+
95
+ .rounded#{$variant}-#{$edge}-3 {
96
+ @each $corner in $corners {
97
+ border-#{$corner}-radius: $border-radius * 2 !important;
98
+ }
99
+ }
100
+ }
101
+ }
102
+ }
103
+
104
+ /* Add a 50% border-radius to make something into a circle */
105
+ .circle {
106
+ border-radius: 50% !important;
107
+ }
108
+
109
+ /* Change the border style to dashed, in conjunction with another utility */
110
+ .border-dashed {
111
+ // stylelint-disable-next-line primer/borders
112
+ border-style: dashed !important;
113
+ }
114
+
115
+ /* Use with .border to turn the border blue */
116
+ .border-blue {
117
+ border-color: $border-blue !important;
118
+ }
119
+ /* Use with .border to turn the border blue-light */
120
+ .border-blue-light {
121
+ border-color: $border-blue-light !important;
122
+ }
123
+ /* Use with .border to turn the border green */
124
+ .border-green {
125
+ border-color: $border-green !important;
126
+ }
127
+ /* Use with .border to turn the border green light */
128
+ .border-green-light {
129
+ border-color: $border-green-light !important;
130
+ }
131
+ /* Use with .border to turn the border red */
132
+ .border-red {
133
+ border-color: $border-red !important;
134
+ }
135
+ /* Use with .border to turn the border red-light */
136
+ .border-red-light {
137
+ border-color: $border-red-light !important;
138
+ }
139
+ /* Use with .border to turn the border purple */
140
+ .border-purple {
141
+ border-color: $border-purple !important;
142
+ }
143
+ /* Use with .border to turn the border yellow */
144
+ .border-yellow {
145
+ border-color: $border-yellow !important;
146
+ }
147
+ /* Use with .border to turn the border gray-light */
148
+ .border-gray-light {
149
+ border-color: $border-gray-light !important;
150
+ }
151
+ /* Use with .border to turn the border gray-dark */
152
+ .border-gray-dark {
153
+ border-color: $border-gray-dark !important;
154
+ }
155
+
156
+ /* Use with .border to turn the border rgba black 0.15 */
157
+ .border-black-fade {
158
+ border-color: $border-black-fade !important;
159
+ }
160
+ /* Use with .border to turn the border rgba white 0.15 */
161
+ .border-white-fade {
162
+ border-color: $border-white-fade !important;
163
+ }
164
+
165
+ /* Use with .border to turn the border white w/varying transparency */
166
+ .border-white-fade-15 {
167
+ border-color: $border-white-fade !important;
168
+ }
169
+ // stylelint-disable-next-line primer/borders
170
+ .border-white-fade-30 {
171
+ border-color: $white-fade-30 !important;
172
+ }
173
+ // stylelint-disable-next-line primer/borders
174
+ .border-white-fade-50 {
175
+ border-color: $white-fade-50 !important;
176
+ }
177
+ // stylelint-disable-next-line primer/borders
178
+ .border-white-fade-70 {
179
+ border-color: $white-fade-70 !important;
180
+ }
181
+ // stylelint-disable-next-line primer/borders
182
+ .border-white-fade-85 {
183
+ border-color: $white-fade-85 !important;
184
+ }