@healthcatalyst/catalyst-docfx-template 1.0.103 → 1.0.104
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
|
@@ -516,7 +516,6 @@ td:nth-of-type(1) {
|
|
|
516
516
|
margin-top: 25px;
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
-
#platform-box,
|
|
520
519
|
#install-box,
|
|
521
520
|
#user-box {
|
|
522
521
|
color: #131314;
|
|
@@ -526,20 +525,27 @@ td:nth-of-type(1) {
|
|
|
526
525
|
border-bottom: #006d9a solid 1px;
|
|
527
526
|
}
|
|
528
527
|
|
|
529
|
-
#CADS-box, #
|
|
528
|
+
#CADS-box, #platform-box {
|
|
530
529
|
border-left: #528052 solid 6px;
|
|
531
530
|
border-top: #528052 solid 1px;
|
|
532
531
|
border-right: #528052 solid 1px;
|
|
533
532
|
border-bottom: #528052 solid 1px;
|
|
534
533
|
}
|
|
535
534
|
|
|
536
|
-
#
|
|
535
|
+
#developer-box, #admin-box {
|
|
537
536
|
border-left: #ce4709 solid 6px;
|
|
538
537
|
border-top: #ce4709 solid 1px;
|
|
539
538
|
border-right: #ce4709 solid 1px;
|
|
540
539
|
border-bottom: #ce4709 solid 1px;
|
|
541
540
|
}
|
|
542
541
|
|
|
542
|
+
#ACO-box, #OPM-box {
|
|
543
|
+
border-left: #353737 solid 6px;
|
|
544
|
+
border-top: #353737 solid 1px;
|
|
545
|
+
border-right: #353737 solid 1px;
|
|
546
|
+
border-bottom: #353737 solid 1px;
|
|
547
|
+
}
|
|
548
|
+
|
|
543
549
|
/* TOC */
|
|
544
550
|
|
|
545
551
|
.toc .level1>li {
|
|
Binary file
|