@healthcatalyst/catalyst-docfx-template 1.0.100 → 1.0.101
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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
button,
|
|
14
14
|
a {
|
|
15
|
-
color: #
|
|
15
|
+
color: #00aeff;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
|
|
@@ -22,7 +22,7 @@ button:hover,
|
|
|
22
22
|
button:focus,
|
|
23
23
|
a:hover,
|
|
24
24
|
a:focus {
|
|
25
|
-
color: #
|
|
25
|
+
color: #33beff;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
@@ -31,7 +31,7 @@ a:focus {
|
|
|
31
31
|
body,
|
|
32
32
|
p {
|
|
33
33
|
line-height: 1.5;
|
|
34
|
-
color: #
|
|
34
|
+
color: #555;
|
|
35
35
|
font-weight: 400;
|
|
36
36
|
font-size: 15px;
|
|
37
37
|
page-break-inside: avoid;
|
|
@@ -61,14 +61,14 @@ article h1 {
|
|
|
61
61
|
font-weight: 300;
|
|
62
62
|
line-height: 1.2;
|
|
63
63
|
margin-bottom: 35px;
|
|
64
|
-
color:
|
|
64
|
+
color: black;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
article h2 {
|
|
68
68
|
font-size: 26px;
|
|
69
69
|
font-weight: 600;
|
|
70
70
|
line-height: 1.5;
|
|
71
|
-
color: #
|
|
71
|
+
color: #333;
|
|
72
72
|
margin-top: 25px;
|
|
73
73
|
}
|
|
74
74
|
|
|
@@ -76,14 +76,14 @@ article h3 {
|
|
|
76
76
|
font-size: 22px;
|
|
77
77
|
font-weight: 600;
|
|
78
78
|
line-height: 1.5;
|
|
79
|
-
color: #
|
|
79
|
+
color: #333;
|
|
80
80
|
margin-top: 30px;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
article h4 {
|
|
84
84
|
font-size: 18px;
|
|
85
85
|
line-height: 1.5;
|
|
86
|
-
color: #
|
|
86
|
+
color: #333;
|
|
87
87
|
font-weight: 600;
|
|
88
88
|
border-bottom: none;
|
|
89
89
|
margin-top: 25px;
|
|
@@ -94,7 +94,7 @@ article h5 {
|
|
|
94
94
|
font-size: 16px;
|
|
95
95
|
line-height: 1.25em;
|
|
96
96
|
font-weight: 600;
|
|
97
|
-
color: #
|
|
97
|
+
color: #333;
|
|
98
98
|
margin-top: 20px;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -192,37 +192,6 @@ article ul {
|
|
|
192
192
|
page-break-inside: avoid;
|
|
193
193
|
}
|
|
194
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
195
|
|
|
227
196
|
/* First-level bullets margin */
|
|
228
197
|
|
|
@@ -254,6 +223,7 @@ article ul>li:last-child {
|
|
|
254
223
|
padding-bottom: 10px;
|
|
255
224
|
}
|
|
256
225
|
|
|
226
|
+
|
|
257
227
|
/* Exclude these overrides from tab group headers */
|
|
258
228
|
|
|
259
229
|
article .tabGroup>ul>li:before {
|
|
@@ -264,6 +234,7 @@ article .tabGroup>ul>li:last-child {
|
|
|
264
234
|
padding-bottom: 0;
|
|
265
235
|
}
|
|
266
236
|
|
|
237
|
+
|
|
267
238
|
/* Second-level bullets */
|
|
268
239
|
|
|
269
240
|
article ul li ul li,
|
|
@@ -365,10 +336,6 @@ pre {
|
|
|
365
336
|
margin-bottom: 10px;
|
|
366
337
|
}
|
|
367
338
|
|
|
368
|
-
.article ol li img {
|
|
369
|
-
margin-top:0px;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
339
|
|
|
373
340
|
/* Tables */
|
|
374
341
|
|
|
@@ -392,20 +359,20 @@ pre {
|
|
|
392
359
|
font-size: 14px;
|
|
393
360
|
}
|
|
394
361
|
|
|
395
|
-
|
|
362
|
+
th {
|
|
396
363
|
font-weight: 600;
|
|
397
364
|
color: #006d9a;
|
|
398
365
|
}
|
|
399
366
|
|
|
400
367
|
.table-bordered>thead>tr>td,
|
|
401
368
|
.table-bordered>thead>tr>th {
|
|
402
|
-
border-bottom: 1px solid #
|
|
369
|
+
border-bottom: 1px solid #D7DDE4;
|
|
403
370
|
padding-top: 15px;
|
|
404
371
|
font-size: 14px;
|
|
405
372
|
}
|
|
406
373
|
|
|
407
374
|
td:nth-of-type(1) {
|
|
408
|
-
font-weight:
|
|
375
|
+
font-weight: 600;
|
|
409
376
|
}
|
|
410
377
|
|
|
411
378
|
.table-striped>tbody>tr:nth-of-type(2n+1) {
|
|
@@ -418,18 +385,18 @@ td:nth-of-type(1) {
|
|
|
418
385
|
.alert {
|
|
419
386
|
color: #333;
|
|
420
387
|
background-color: white;
|
|
421
|
-
border: solid 1px;
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
388
|
+
border-top: #d7dde4 solid 1px;
|
|
389
|
+
border-right: #d7dde4 solid 1px;
|
|
390
|
+
border-bottom: #d7dde4 solid 1px;
|
|
391
|
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
|
|
392
|
+
margin-top: 30px;
|
|
393
|
+
margin-bottom: 30px;
|
|
426
394
|
}
|
|
427
395
|
|
|
428
396
|
.alert h5 {
|
|
429
|
-
font-size:
|
|
397
|
+
font-size: 18px;
|
|
430
398
|
text-transform: none;
|
|
431
399
|
padding-bottom: 5px;
|
|
432
|
-
margin-bottom: 0px !important;
|
|
433
400
|
}
|
|
434
401
|
|
|
435
402
|
.alert h5:before {
|
|
@@ -442,61 +409,44 @@ td:nth-of-type(1) {
|
|
|
442
409
|
-moz-osx-font-smoothing: grayscale;
|
|
443
410
|
margin-right: 8px;
|
|
444
411
|
font-weight: normal;
|
|
445
|
-
margin-left: -25px;
|
|
446
|
-
vertical-align: text-top;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.alert h5:after {
|
|
450
|
-
content: ": ";
|
|
451
412
|
}
|
|
452
413
|
|
|
453
|
-
.alert h5
|
|
454
|
-
|
|
455
|
-
{
|
|
456
|
-
display: inline;
|
|
457
|
-
line-height: 1.25;
|
|
458
|
-
padding-bottom: 7px;
|
|
414
|
+
.alert-info h5 {
|
|
415
|
+
color: #6e53a3;
|
|
459
416
|
}
|
|
460
417
|
|
|
461
|
-
.alert-info {
|
|
462
|
-
background-color: #E2F5FF;
|
|
463
|
-
border-color: #C6EAFF;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.alert-info h5, .alert-info p, .alert-info li {
|
|
467
|
-
color: #004358;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
418
|
.alert-info h5:before {
|
|
471
419
|
content: "\f05a";
|
|
472
420
|
}
|
|
473
421
|
|
|
474
|
-
.alert-
|
|
475
|
-
|
|
476
|
-
border-color: #eeb5a5;
|
|
422
|
+
.alert-info {
|
|
423
|
+
border-left: #6e53a3 solid 8px;
|
|
477
424
|
}
|
|
478
425
|
|
|
479
|
-
.alert-warning h5
|
|
480
|
-
color: #
|
|
426
|
+
.alert-warning h5 {
|
|
427
|
+
color: #f8961d;
|
|
481
428
|
}
|
|
482
429
|
|
|
483
430
|
.alert-warning h5:before {
|
|
484
431
|
content: "\f071";
|
|
485
432
|
}
|
|
486
433
|
|
|
487
|
-
.alert-
|
|
488
|
-
|
|
489
|
-
border-color: #fff0b2;
|
|
434
|
+
.alert-warning {
|
|
435
|
+
border-left: #f8961d solid 8px;
|
|
490
436
|
}
|
|
491
437
|
|
|
492
|
-
.alert-danger h5
|
|
493
|
-
color: #
|
|
494
|
-
|
|
438
|
+
.alert-danger h5 {
|
|
439
|
+
color: #00aeff;
|
|
440
|
+
}
|
|
495
441
|
|
|
496
442
|
.alert-danger h5:before {
|
|
497
443
|
content: "\f06a";
|
|
498
444
|
}
|
|
499
445
|
|
|
446
|
+
.alert-danger {
|
|
447
|
+
border-left: #00aeff solid 8px;
|
|
448
|
+
}
|
|
449
|
+
|
|
500
450
|
.label-info {
|
|
501
451
|
background-color: #00aeff;
|
|
502
452
|
line-height: 2.25;
|
|
@@ -530,36 +480,26 @@ td:nth-of-type(1) {
|
|
|
530
480
|
}
|
|
531
481
|
|
|
532
482
|
#platform-box {
|
|
533
|
-
|
|
534
|
-
border-left: #006d9a solid 6px;
|
|
535
|
-
border-top: #006d9a solid 1px;
|
|
536
|
-
border-right: #006d9a solid 1px;
|
|
537
|
-
border-bottom: #006d9a solid 1px;
|
|
483
|
+
border-left: #00abf9 solid 6px;
|
|
538
484
|
}
|
|
539
485
|
|
|
540
486
|
#CADS-box {
|
|
541
|
-
border-left: #
|
|
542
|
-
border-top: #528052 solid 1px;
|
|
543
|
-
border-right: #528052 solid 1px;
|
|
544
|
-
border-bottom: #528052 solid 1px;
|
|
487
|
+
border-left: #6E53A3 solid 6px;
|
|
545
488
|
}
|
|
546
489
|
|
|
547
490
|
#ACO-box {
|
|
548
|
-
border-left: #
|
|
549
|
-
border-top: #ce4709 solid 1px;
|
|
550
|
-
border-right: #ce4709 solid 1px;
|
|
551
|
-
border-bottom: #ce4709 solid 1px;
|
|
491
|
+
border-left: #F89E54 solid 6px;
|
|
552
492
|
}
|
|
553
493
|
|
|
554
494
|
#OPM-box {
|
|
555
|
-
border-left: #
|
|
495
|
+
border-left: #E04E5B solid 6px;
|
|
556
496
|
}
|
|
557
497
|
|
|
558
498
|
|
|
559
499
|
/* TOC */
|
|
560
500
|
|
|
561
501
|
.toc .level1>li {
|
|
562
|
-
color: #
|
|
502
|
+
color: #6D6E70;
|
|
563
503
|
font-size: 14px;
|
|
564
504
|
/* text-transform: uppercase; */
|
|
565
505
|
margin-bottom: 5px;
|
|
@@ -571,24 +511,24 @@ td:nth-of-type(1) {
|
|
|
571
511
|
}
|
|
572
512
|
|
|
573
513
|
.toc .nav>li>a {
|
|
574
|
-
color: #
|
|
514
|
+
color: #6D6E70;
|
|
575
515
|
padding-top: 10px;
|
|
576
516
|
line-height: 1.2;
|
|
577
517
|
}
|
|
578
518
|
|
|
579
519
|
.toc .nav>li.active>a {
|
|
580
|
-
color: #
|
|
520
|
+
color: #00aeff;
|
|
581
521
|
border-bottom-width: 4px;
|
|
582
522
|
}
|
|
583
523
|
|
|
584
524
|
.toc .nav>li>a:hover,
|
|
585
525
|
.toc .nav>li>a:focus {
|
|
586
|
-
color: #
|
|
526
|
+
color: #00aeff;
|
|
587
527
|
}
|
|
588
528
|
|
|
589
529
|
.toc .nav>li.active>a:hover,
|
|
590
530
|
.toc .nav>li.active>a:focus {
|
|
591
|
-
color: #
|
|
531
|
+
color: #00aeff;
|
|
592
532
|
}
|
|
593
533
|
|
|
594
534
|
|
|
@@ -819,10 +759,10 @@ body .toc,
|
|
|
819
759
|
.affix ul>li>a:hover,
|
|
820
760
|
.affix ul>li.active>a,
|
|
821
761
|
.affix ul>li>a:focus {
|
|
822
|
-
color: #
|
|
762
|
+
color: #00aeff;
|
|
823
763
|
text-decoration: none;
|
|
824
764
|
background-color: transparent;
|
|
825
|
-
border-left-color: #
|
|
765
|
+
border-left-color: #00aeff;
|
|
826
766
|
}
|
|
827
767
|
|
|
828
768
|
|
|
@@ -847,7 +787,7 @@ body .toc,
|
|
|
847
787
|
/* All links */
|
|
848
788
|
|
|
849
789
|
.affix ul>li>a {
|
|
850
|
-
color: #
|
|
790
|
+
color: #999;
|
|
851
791
|
border-left: 2px solid transparent;
|
|
852
792
|
padding-top: 4px;
|
|
853
793
|
padding-left: 20px;
|
|
@@ -921,16 +861,16 @@ output {
|
|
|
921
861
|
/* Search results */
|
|
922
862
|
|
|
923
863
|
.sr-item>.item-href {
|
|
924
|
-
color: #
|
|
864
|
+
color: #a1a1a1;
|
|
925
865
|
}
|
|
926
866
|
|
|
927
867
|
.pagination>.active>a {
|
|
928
|
-
background-color: #
|
|
929
|
-
border-color: #
|
|
868
|
+
background-color: #00AEFF;
|
|
869
|
+
border-color: #00AEFF;
|
|
930
870
|
}
|
|
931
871
|
|
|
932
872
|
.pagination>li>a {
|
|
933
|
-
color: #
|
|
873
|
+
color: #00aeff;
|
|
934
874
|
}
|
|
935
875
|
|
|
936
876
|
.pagination>.disabled>a,
|
|
@@ -993,7 +933,7 @@ output {
|
|
|
993
933
|
#home-page-subhead {
|
|
994
934
|
font-size: 18px;
|
|
995
935
|
line-height: 1.5;
|
|
996
|
-
color: #
|
|
936
|
+
color: #333;
|
|
997
937
|
font-weight: 600;
|
|
998
938
|
margin-top: 25px;
|
|
999
939
|
margin-bottom: 10px;
|
|
@@ -1003,7 +943,6 @@ output {
|
|
|
1003
943
|
/*Home page column headers */
|
|
1004
944
|
|
|
1005
945
|
#home-page-col-head,
|
|
1006
|
-
#home-page-col-head-platform,
|
|
1007
946
|
#home-page-col-head-dev,
|
|
1008
947
|
#home-page-col-head-ACO,
|
|
1009
948
|
#home-page-col-head-CADS,
|
|
@@ -1014,13 +953,13 @@ output {
|
|
|
1014
953
|
margin-top: 25px;
|
|
1015
954
|
}
|
|
1016
955
|
|
|
1017
|
-
#home-page-col-head
|
|
1018
|
-
color: #
|
|
956
|
+
#home-page-col-head {
|
|
957
|
+
color: #00abf9;
|
|
1019
958
|
}
|
|
1020
959
|
|
|
1021
960
|
#home-page-col-head-dev,
|
|
1022
961
|
#home-page-col-head-ACO {
|
|
1023
|
-
color: #
|
|
962
|
+
color: #f8961d;
|
|
1024
963
|
}
|
|
1025
964
|
|
|
1026
965
|
#home-page-col-head-OPM {
|
|
@@ -1028,7 +967,7 @@ output {
|
|
|
1028
967
|
}
|
|
1029
968
|
|
|
1030
969
|
#home-page-col-head-CADS {
|
|
1031
|
-
color: #
|
|
970
|
+
color: #6E53A3;
|
|
1032
971
|
}
|
|
1033
972
|
|
|
1034
973
|
|
|
@@ -1039,25 +978,6 @@ output {
|
|
|
1039
978
|
margin-left: -30px;
|
|
1040
979
|
}
|
|
1041
980
|
|
|
1042
|
-
.home-box {
|
|
1043
|
-
background-color: white;
|
|
1044
|
-
margin-top: 25px;
|
|
1045
|
-
margin-bottom: 30px;
|
|
1046
|
-
padding: 15px;
|
|
1047
|
-
border-radius: 5px;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.home-box h5 {
|
|
1051
|
-
font-size: 18px;
|
|
1052
|
-
text-transform: none;
|
|
1053
|
-
margin-top:0px;
|
|
1054
|
-
margin-bottom:0px;
|
|
1055
|
-
padding-bottom: 10px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.home-box p:last-of-type {
|
|
1059
|
-
margin-bottom: 0px;
|
|
1060
|
-
}
|
|
1061
981
|
|
|
1062
982
|
/* -------------------------------------------------------------- */
|
|
1063
983
|
|
|
@@ -1150,7 +1070,7 @@ output {
|
|
|
1150
1070
|
}
|
|
1151
1071
|
|
|
1152
1072
|
.dropdown-menu li>a {
|
|
1153
|
-
color: #
|
|
1073
|
+
color: #333333;
|
|
1154
1074
|
font-weight: 300;
|
|
1155
1075
|
padding: 12px 24px;
|
|
1156
1076
|
width: 100%;
|
|
@@ -1158,12 +1078,12 @@ output {
|
|
|
1158
1078
|
|
|
1159
1079
|
.dropdown-menu li>a:hover {
|
|
1160
1080
|
background-color: #ddd !important;
|
|
1161
|
-
color: #
|
|
1081
|
+
color: #333 !important;
|
|
1162
1082
|
}
|
|
1163
1083
|
|
|
1164
1084
|
.dropdown-menu>.active>a,
|
|
1165
1085
|
.dropdown-menu>.active>a:focus {
|
|
1166
|
-
color: #
|
|
1086
|
+
color: #333;
|
|
1167
1087
|
background-color: #f1f1f1;
|
|
1168
1088
|
}
|
|
1169
1089
|
|
|
@@ -1282,7 +1202,7 @@ output {
|
|
|
1282
1202
|
height: 30px;
|
|
1283
1203
|
width: 100%;
|
|
1284
1204
|
max-width: 180px;
|
|
1285
|
-
color: #
|
|
1205
|
+
color: #333;
|
|
1286
1206
|
-webkit-appearance: none;
|
|
1287
1207
|
-moz-appearance: none;
|
|
1288
1208
|
appearance: none;
|
|
@@ -1332,13 +1252,13 @@ output {
|
|
|
1332
1252
|
}
|
|
1333
1253
|
|
|
1334
1254
|
.docs-subnav-search-icon {
|
|
1335
|
-
color: #
|
|
1255
|
+
color: #333333;
|
|
1336
1256
|
padding: 0 2px 1px 2px;
|
|
1337
1257
|
display: inline-flex;
|
|
1338
1258
|
}
|
|
1339
1259
|
|
|
1340
1260
|
.docs-subnav-search-close {
|
|
1341
|
-
color: #
|
|
1261
|
+
color: #333;
|
|
1342
1262
|
padding: 0 20px;
|
|
1343
1263
|
font-size: 20px;
|
|
1344
1264
|
cursor: pointer;
|
|
@@ -1381,7 +1301,7 @@ output {
|
|
|
1381
1301
|
}
|
|
1382
1302
|
|
|
1383
1303
|
#search-query {
|
|
1384
|
-
color: #
|
|
1304
|
+
color: #333333;
|
|
1385
1305
|
font-size: 14px;
|
|
1386
1306
|
font-family: 'Open Sans', sans-serif;
|
|
1387
1307
|
padding-left: 10px;
|
|
@@ -1469,7 +1389,7 @@ a.anchor {
|
|
|
1469
1389
|
|
|
1470
1390
|
.feedback-top-left {
|
|
1471
1391
|
font-size: 16px;
|
|
1472
|
-
color: #
|
|
1392
|
+
color: #333;
|
|
1473
1393
|
}
|
|
1474
1394
|
|
|
1475
1395
|
.feedback-top-left>.form-group {
|
|
@@ -1494,7 +1414,7 @@ a.anchor {
|
|
|
1494
1414
|
}
|
|
1495
1415
|
|
|
1496
1416
|
.feedback-button:not(:disabled):hover {
|
|
1497
|
-
color: #
|
|
1417
|
+
color: #333;
|
|
1498
1418
|
background-color: #e5e5e5;
|
|
1499
1419
|
}
|
|
1500
1420
|
|
|
@@ -1701,7 +1621,7 @@ a.anchor {
|
|
|
1701
1621
|
/* Styling for code copy buttons ------------------------- */
|
|
1702
1622
|
|
|
1703
1623
|
.copy-code-button {
|
|
1704
|
-
color: #
|
|
1624
|
+
color: #333333;
|
|
1705
1625
|
background-color: #f1f1f1;
|
|
1706
1626
|
border: 1px solid #a1a1a1;
|
|
1707
1627
|
border-radius: 3px 3px 3px 3px;
|
|
@@ -1719,7 +1639,7 @@ a.anchor {
|
|
|
1719
1639
|
.copy-code-button:focus {
|
|
1720
1640
|
cursor: pointer;
|
|
1721
1641
|
background-color: #e5e5e5;
|
|
1722
|
-
color: #
|
|
1642
|
+
color: #333;
|
|
1723
1643
|
}
|
|
1724
1644
|
|
|
1725
1645
|
.copy-code-button:focus {
|
|
@@ -1753,7 +1673,7 @@ pre {
|
|
|
1753
1673
|
*/
|
|
1754
1674
|
|
|
1755
1675
|
.statusMessage {
|
|
1756
|
-
background-color: #
|
|
1676
|
+
background-color: #d9eaf2;
|
|
1757
1677
|
font-size: 13.5px;
|
|
1758
1678
|
font-weight: 600;
|
|
1759
1679
|
padding-top: 15px;
|
|
@@ -1777,7 +1697,7 @@ pre {
|
|
|
1777
1697
|
.toc-deprecated:before {
|
|
1778
1698
|
content: 'Deprecated' !important;
|
|
1779
1699
|
background-color: #d7dde4;
|
|
1780
|
-
color: #
|
|
1700
|
+
color: #333;
|
|
1781
1701
|
border-radius: 3px;
|
|
1782
1702
|
font-size: 9px;
|
|
1783
1703
|
text-transform: uppercase;
|
|
@@ -1867,31 +1787,4 @@ pre {
|
|
|
1867
1787
|
margin-left: -52px;
|
|
1868
1788
|
padding-right: 10px;
|
|
1869
1789
|
color: #00aeff;
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
|
-
/* Formats the use case table, including inserting the use case header */
|
|
1873
|
-
|
|
1874
|
-
.use-case { /* Sets the width of the use case table */
|
|
1875
|
-
width:100%;
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
.use-case td:first-child { /* Sets the width of the first column */
|
|
1879
|
-
width:20%;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
.use-case td:first-child img { /* Sets properties for the image in the first column */
|
|
1883
|
-
|
|
1884
|
-
padding-right:15px;
|
|
1885
|
-
height: 125px;
|
|
1886
|
-
width: 125px;
|
|
1887
|
-
border:none !important;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.use-case::before { /* Adds the heading "Use Case" above the table; applies the same formatting to that heading that's used for h3 */
|
|
1891
|
-
content: "Use Case";
|
|
1892
|
-
font-size: 22px;
|
|
1893
|
-
font-weight: 600;
|
|
1894
|
-
line-height: 1.5;
|
|
1895
|
-
color: #131314;
|
|
1896
|
-
margin-top: 30px;
|
|
1897
|
-
}
|
|
1790
|
+
}
|
|
Binary file
|