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