@healthcatalyst/catalyst-docfx-template 1.0.138 → 1.0.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
package/styles/main.css
CHANGED
|
@@ -144,29 +144,6 @@ table+blockquote {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
|
|
147
|
-
/* Bullets */
|
|
148
|
-
|
|
149
|
-
article>ul>li>p {
|
|
150
|
-
margin-bottom: 0px;
|
|
151
|
-
page-break-inside: avoid;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
article>ul>li {
|
|
155
|
-
padding-left: 12px;
|
|
156
|
-
display: table;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
article>ul li ul li p {
|
|
160
|
-
margin-bottom: 0px;
|
|
161
|
-
page-break-inside: avoid;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
article>ul li ul li ul li p {
|
|
165
|
-
margin-bottom: 0px;
|
|
166
|
-
page-break-inside: avoid;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
147
|
/* Clickability fix for selector on sm devices */
|
|
171
148
|
|
|
172
149
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
@@ -182,139 +159,6 @@ article>ul li ul li ul li p {
|
|
|
182
159
|
}
|
|
183
160
|
}
|
|
184
161
|
|
|
185
|
-
|
|
186
|
-
/* Bullets setup */
|
|
187
|
-
|
|
188
|
-
article ul {
|
|
189
|
-
list-style-type: none;
|
|
190
|
-
padding-left: 0px;
|
|
191
|
-
margin-bottom: 0px;
|
|
192
|
-
page-break-inside: avoid;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
/* Nesting ordered lists */
|
|
196
|
-
|
|
197
|
-
article ol ol {
|
|
198
|
-
list-style-type: lower-alpha;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
article ol ol ol,
|
|
202
|
-
article ol ul ol,
|
|
203
|
-
article ul ol ol,
|
|
204
|
-
article ul ul ol {
|
|
205
|
-
list-style-type: lower-roman;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
*/
|
|
209
|
-
article ol ol {
|
|
210
|
-
list-style-type: lower-alpha;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
article ul li ul li:last-child,
|
|
214
|
-
article ol li ol li:last-child {
|
|
215
|
-
margin-bottom:6px!important
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
article ul li ul li ul li:first-child,
|
|
219
|
-
article ol li ol li ol li:first-child {
|
|
220
|
-
margin-top:6px!important
|
|
221
|
-
}
|
|
222
|
-
article ul li ul li ul li:last-child,
|
|
223
|
-
article ol li ol li ol li:last-child {
|
|
224
|
-
margin-bottom:6px!important
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/* First-level bullets margin */
|
|
228
|
-
|
|
229
|
-
article ul>li:before {
|
|
230
|
-
content: "\2022 ";
|
|
231
|
-
display: table-cell;
|
|
232
|
-
padding-right: 10px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
blockquote ul>li:before {
|
|
236
|
-
content: "\2022 ";
|
|
237
|
-
float: left;
|
|
238
|
-
display: table-cell;
|
|
239
|
-
padding-right: 15px;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
blockquote ul>li {
|
|
243
|
-
padding-bottom: 5px;
|
|
244
|
-
text-indent: -15px;
|
|
245
|
-
padding-left: 15px;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.alert ul>li:before {
|
|
249
|
-
content: "\2022 ";
|
|
250
|
-
display: inline;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
article ul>li:last-child {
|
|
254
|
-
padding-bottom: 10px;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/* Exclude these overrides from tab group headers */
|
|
258
|
-
|
|
259
|
-
article .tabGroup>ul>li:before {
|
|
260
|
-
content: "";
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
article .tabGroup>ul>li:last-child {
|
|
264
|
-
padding-bottom: 0;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
/* Second-level bullets */
|
|
268
|
-
|
|
269
|
-
article ul li ul li,
|
|
270
|
-
article ol li ul li {
|
|
271
|
-
display: table;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
article ul li ul li:before {
|
|
275
|
-
content: "\2013 ";
|
|
276
|
-
display: table-cell;
|
|
277
|
-
padding-right: 15px;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
article ul li ul li:first-child {
|
|
281
|
-
padding-top: 7px;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
article ul li ul li:last-child {
|
|
285
|
-
padding-bottom: 6px;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
/* Third-level bullets */
|
|
290
|
-
|
|
291
|
-
article ul li ul li ul li:before {
|
|
292
|
-
content: "\002D ";
|
|
293
|
-
display: table-cell;
|
|
294
|
-
padding-right: 10px;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
/* Bullets inside tables */
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
/*First level */
|
|
302
|
-
|
|
303
|
-
table>tbody>tr>td>ul>li {
|
|
304
|
-
padding-right: 7px;
|
|
305
|
-
display: table;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
/* Second level */
|
|
310
|
-
|
|
311
|
-
table>tbody>tr>td>ul>li>ul>li {
|
|
312
|
-
content: "\002D ";
|
|
313
|
-
display: table;
|
|
314
|
-
padding-right: 15px;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
162
|
/* Blockquote */
|
|
319
163
|
|
|
320
164
|
blockquote {
|
|
@@ -365,10 +209,6 @@ pre {
|
|
|
365
209
|
margin-bottom: 10px;
|
|
366
210
|
}
|
|
367
211
|
|
|
368
|
-
.article ol li img {
|
|
369
|
-
margin-top:0px;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
212
|
.noborder {
|
|
373
213
|
border: none !important;
|
|
374
214
|
}
|
|
@@ -651,15 +491,6 @@ body .toc {
|
|
|
651
491
|
margin-top: 10px;
|
|
652
492
|
}
|
|
653
493
|
|
|
654
|
-
/*removes inherited underscores in child nodes of a left nav toc*/
|
|
655
|
-
:not(.level1)>li>.line-above:before{
|
|
656
|
-
content: "";
|
|
657
|
-
position: absolute;
|
|
658
|
-
border-bottom: 0px solid #E1E3E3;
|
|
659
|
-
width: 100%;
|
|
660
|
-
margin-top: -20px;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
494
|
/* TOC filter */
|
|
664
495
|
|
|
665
496
|
.toc-filter {
|
|
@@ -889,36 +720,6 @@ body .toc,
|
|
|
889
720
|
font-size: 12px;
|
|
890
721
|
}
|
|
891
722
|
|
|
892
|
-
|
|
893
|
-
/* Hide inactive nested list */
|
|
894
|
-
|
|
895
|
-
.affix ul ul {
|
|
896
|
-
display: none;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
/* Show active nested list */
|
|
901
|
-
|
|
902
|
-
.affix ul>li.active>ul {
|
|
903
|
-
display: block;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.affix>ul>li>a:before {
|
|
907
|
-
content: '';
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.affix ul ul>li>a:before {
|
|
911
|
-
content: '';
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
/* Unhide bottom portion of right-column menu */
|
|
916
|
-
|
|
917
|
-
.affix>ul.level1 {
|
|
918
|
-
overflow: visible;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
|
|
922
723
|
/* Search form */
|
|
923
724
|
|
|
924
725
|
.form-control {
|
|
@@ -1304,14 +1105,6 @@ output {
|
|
|
1304
1105
|
min-width: 30px;
|
|
1305
1106
|
}
|
|
1306
1107
|
|
|
1307
|
-
.docs-subnav-breadcrumb-current>ul>li+li::before {
|
|
1308
|
-
font-family: "FontAwesome";
|
|
1309
|
-
content: "\f054";
|
|
1310
|
-
padding: 0 15px;
|
|
1311
|
-
color: #A8B0BA;
|
|
1312
|
-
font-size: 10px;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
1108
|
.docs-subnav-select-container {
|
|
1316
1109
|
position: relative;
|
|
1317
1110
|
}
|
|
@@ -1719,18 +1512,6 @@ a.anchor {
|
|
|
1719
1512
|
color: #00aeff
|
|
1720
1513
|
}
|
|
1721
1514
|
|
|
1722
|
-
:not(.level2)>li>.line-above {
|
|
1723
|
-
margin-top: 30px;
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
:not(.level2)>li>.line-above:before {
|
|
1727
|
-
content: "";
|
|
1728
|
-
position: absolute;
|
|
1729
|
-
border-bottom: 1px solid #E1E3E3;
|
|
1730
|
-
width: 100%;
|
|
1731
|
-
margin-top: -20px;
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
1515
|
.line-below {
|
|
1735
1516
|
padding-bottom: 20px !important;
|
|
1736
1517
|
border-bottom: 1px solid #E1E3E3 !important;
|
|
@@ -1942,3 +1723,299 @@ pre {
|
|
|
1942
1723
|
.word-break {
|
|
1943
1724
|
word-break: break-all;
|
|
1944
1725
|
}
|
|
1726
|
+
|
|
1727
|
+
/* ===== ARTICLE LIST STYLES ===== */
|
|
1728
|
+
|
|
1729
|
+
:root {
|
|
1730
|
+
--list-indent: 2rem;
|
|
1731
|
+
--list-spacing: 0.5rem;
|
|
1732
|
+
--list-item-spacing: 0.25rem;
|
|
1733
|
+
--list-color: #131314;
|
|
1734
|
+
--list-marker-color: inherit;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
/* Base list styles - override docfx defaults */
|
|
1738
|
+
article ul,
|
|
1739
|
+
article ol {
|
|
1740
|
+
margin: var(--list-spacing) 0;
|
|
1741
|
+
padding-left: var(--list-indent);
|
|
1742
|
+
color: var(--list-color);
|
|
1743
|
+
line-height: 1.5;
|
|
1744
|
+
list-style: none;
|
|
1745
|
+
page-break-inside: avoid;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
article li {
|
|
1749
|
+
margin: var(--list-item-spacing) 0;
|
|
1750
|
+
display: table;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
/* ===== UNORDERED LIST MARKERS ===== */
|
|
1754
|
+
|
|
1755
|
+
/* Level 1: Filled circle */
|
|
1756
|
+
article ul > li::before {
|
|
1757
|
+
content: "•";
|
|
1758
|
+
color: var(--list-marker-color);
|
|
1759
|
+
display: table-cell;
|
|
1760
|
+
padding-right: 10px;
|
|
1761
|
+
font-weight: bold;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
/* Level 2: En dash */
|
|
1765
|
+
article ul ul > li::before {
|
|
1766
|
+
content: "–";
|
|
1767
|
+
padding-right: 15px;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
/* Level 3: Hyphen */
|
|
1771
|
+
article ul ul ul > li::before {
|
|
1772
|
+
content: "-";
|
|
1773
|
+
padding-right: 10px;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
/* Level 4: En dash (alternate) */
|
|
1777
|
+
article ul ul ul ul > li::before {
|
|
1778
|
+
content: "–";
|
|
1779
|
+
padding-right: 10px;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
/* ===== ORDERED LIST MARKERS ===== */
|
|
1783
|
+
article ol {
|
|
1784
|
+
counter-reset: item;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
article ol > li {
|
|
1788
|
+
counter-increment: item;
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
/* Level 1: 1, 2, 3... */
|
|
1792
|
+
article ol > li::before {
|
|
1793
|
+
content: counter(item) ". ";
|
|
1794
|
+
color: var(--list-marker-color);
|
|
1795
|
+
display: table-cell;
|
|
1796
|
+
padding-right: 10px;
|
|
1797
|
+
font-weight: inherit;
|
|
1798
|
+
font-family: inherit;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
/* Level 2: a, b, c... */
|
|
1802
|
+
article ol ol {
|
|
1803
|
+
counter-reset: item;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
article ol ol > li::before {
|
|
1807
|
+
content: counter(item, lower-alpha) ". ";
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
/* Level 3: i, ii, iii... */
|
|
1811
|
+
article ol ol ol {
|
|
1812
|
+
counter-reset: item;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
article ol ol ol > li::before {
|
|
1816
|
+
content: counter(item, lower-roman) ". ";
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
/* Level 4: A, B, C... */
|
|
1820
|
+
article ol ol ol ol {
|
|
1821
|
+
counter-reset: item;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
article ol ol ol ol > li::before {
|
|
1825
|
+
content: counter(item, upper-alpha) ". ";
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
/* ===== MIXED LIST HANDLING ===== */
|
|
1829
|
+
/* When UL is nested in OL, reset counter context */
|
|
1830
|
+
article ol ul {
|
|
1831
|
+
counter-reset: none;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
/* When OL is nested in UL, establish new counter context */
|
|
1835
|
+
article ul ol {
|
|
1836
|
+
counter-reset: item;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
/* ===== SPECIAL OVERRIDES ===== */
|
|
1840
|
+
/* Preserve existing spacing for nested items */
|
|
1841
|
+
article ul li ul li:first-child,
|
|
1842
|
+
article ol li ol li:first-child {
|
|
1843
|
+
margin-top: 6px;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
article ul li ul li:last-child,
|
|
1847
|
+
article ol li ol li:last-child {
|
|
1848
|
+
margin-bottom: 6px;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
article ul li ul li ul li:first-child,
|
|
1852
|
+
article ol li ol li ol li:first-child {
|
|
1853
|
+
margin-top: 6px;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
article ul li ul li ul li:last-child,
|
|
1857
|
+
article ol li ol li ol li:last-child {
|
|
1858
|
+
margin-bottom: 6px;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
/* Last item in top-level lists */
|
|
1862
|
+
article ul > li:last-child {
|
|
1863
|
+
padding-bottom: 10px;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
/* ===== OVERRIDES ===== */
|
|
1867
|
+
/* Preserve existing behavior for blockquotes */
|
|
1868
|
+
blockquote ul > li::before {
|
|
1869
|
+
content: "•";
|
|
1870
|
+
float: left;
|
|
1871
|
+
display: table-cell;
|
|
1872
|
+
padding-right: 15px;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
blockquote ul > li {
|
|
1876
|
+
padding-bottom: 5px;
|
|
1877
|
+
text-indent: -15px;
|
|
1878
|
+
padding-left: 15px;
|
|
1879
|
+
display: block; /* Override table display for blockquotes */
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
/* Preserve existing behavior for alerts */
|
|
1883
|
+
.alert ul > li::before {
|
|
1884
|
+
content: "•";
|
|
1885
|
+
display: inline;
|
|
1886
|
+
padding-right: 0.5rem;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.alert ul > li {
|
|
1890
|
+
display: block; /* Override table display for alerts */
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
/* Preserve existing behavior for tables */
|
|
1894
|
+
table > tbody > tr > td > ul > li {
|
|
1895
|
+
padding-right: 7px;
|
|
1896
|
+
display: table;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
table > tbody > tr > td > ul > li > ul > li {
|
|
1900
|
+
display: table;
|
|
1901
|
+
padding-right: 15px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
/* Exclude tab group headers from list styling */
|
|
1905
|
+
article .tabGroup > ul > li::before {
|
|
1906
|
+
content: "";
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
article .tabGroup > ul > li:last-child {
|
|
1910
|
+
padding-bottom: 0;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
article .tabGroup > ul > li {
|
|
1914
|
+
display: inline-block; /* Override table display for tab groups */
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
/* ===== RESPONSIVE ADJUSTMENTS ===== */
|
|
1918
|
+
@media (max-width: 768px) {
|
|
1919
|
+
:root {
|
|
1920
|
+
--list-indent: 1.5rem;
|
|
1921
|
+
--list-spacing: 0.4rem;
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
/* ===== RELEASE NOTES STYLES ===== */
|
|
1926
|
+
|
|
1927
|
+
.release-notes details {
|
|
1928
|
+
border: 1px solid #ddd;
|
|
1929
|
+
margin-bottom: 10px;
|
|
1930
|
+
background-color: white;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.release-notes summary {
|
|
1934
|
+
padding: 15px 20px;
|
|
1935
|
+
background-color: #f5f5f5;
|
|
1936
|
+
border-bottom: .66667px solid #ddd;
|
|
1937
|
+
border-radius: 4px;
|
|
1938
|
+
cursor: pointer;
|
|
1939
|
+
font-size: 22px;
|
|
1940
|
+
font-weight: 600;
|
|
1941
|
+
color: inherit;
|
|
1942
|
+
user-select: none;
|
|
1943
|
+
position: relative;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
.release-notes summary:hover {
|
|
1947
|
+
background-color: #e9ecef;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
/* Custom arrow styling */
|
|
1951
|
+
.release-notes summary::-webkit-details-marker {
|
|
1952
|
+
display: none;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.release-notes summary::before {
|
|
1956
|
+
content: "▶";
|
|
1957
|
+
position: absolute;
|
|
1958
|
+
right: 20px;
|
|
1959
|
+
color: #666;
|
|
1960
|
+
transition: transform 0.2s ease;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.release-notes details[open] summary::before {
|
|
1964
|
+
transform: rotate(90deg);
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
/* Content area */
|
|
1968
|
+
.release-notes .release-content {
|
|
1969
|
+
padding: 20px;
|
|
1970
|
+
border-top: none;
|
|
1971
|
+
animation: slideIn 0.2s ease-out;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
@keyframes slideIn {
|
|
1975
|
+
from {
|
|
1976
|
+
opacity: 0;
|
|
1977
|
+
transform: translateY(-10px);
|
|
1978
|
+
}
|
|
1979
|
+
to {
|
|
1980
|
+
opacity: 1;
|
|
1981
|
+
transform: translateY(0);
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
.release-notes .current-release summary:hover {
|
|
1986
|
+
background-color: #C6EAFF;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
/* Typography within release content */
|
|
1990
|
+
.release-notes .release-content h3 {
|
|
1991
|
+
color: #004256;
|
|
1992
|
+
margin-top: 0;
|
|
1993
|
+
margin-bottom: 15px;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.release-notes .release-content h4 {
|
|
1997
|
+
color: #006d9a;
|
|
1998
|
+
margin-top: 20px;
|
|
1999
|
+
margin-bottom: 10px;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
.release-notes .release-content p {
|
|
2003
|
+
margin-bottom: 15px;
|
|
2004
|
+
line-height: 1.5;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
/* Responsive design */
|
|
2008
|
+
@media (max-width: 768px) {
|
|
2009
|
+
.release-notes summary {
|
|
2010
|
+
padding: 12px 15px;
|
|
2011
|
+
font-size: 16px;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.release-notes .release-content {
|
|
2015
|
+
padding: 15px;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.release-notes summary::before {
|
|
2019
|
+
right: 15px;
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
Binary file
|