@healthcatalyst/catalyst-docfx-template 1.0.102 → 1.0.103

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -516,20 +516,9 @@ td:nth-of-type(1) {
516
516
  margin-top: 25px;
517
517
  }
518
518
 
519
+ #platform-box,
519
520
  #install-box,
520
521
  #user-box {
521
- border-left: #00abf9 solid 8px;
522
- }
523
-
524
- #developer-box {
525
- border-left: #f8961d solid 8px;
526
- }
527
-
528
- #admin-box {
529
- border-left: #00a859 solid 8px;
530
- }
531
-
532
- #platform-box {
533
522
  color: #131314;
534
523
  border-left: #006d9a solid 6px;
535
524
  border-top: #006d9a solid 1px;
@@ -537,25 +526,20 @@ td:nth-of-type(1) {
537
526
  border-bottom: #006d9a solid 1px;
538
527
  }
539
528
 
540
- #CADS-box {
529
+ #CADS-box, #admin-box {
541
530
  border-left: #528052 solid 6px;
542
531
  border-top: #528052 solid 1px;
543
532
  border-right: #528052 solid 1px;
544
533
  border-bottom: #528052 solid 1px;
545
534
  }
546
535
 
547
- #ACO-box {
536
+ #ACO-box, #developer-box, #OPM-box {
548
537
  border-left: #ce4709 solid 6px;
549
538
  border-top: #ce4709 solid 1px;
550
539
  border-right: #ce4709 solid 1px;
551
540
  border-bottom: #ce4709 solid 1px;
552
541
  }
553
542
 
554
- #OPM-box {
555
- border-left: #ce4709 solid 6px;
556
- }
557
-
558
-
559
543
  /* TOC */
560
544
 
561
545
  .toc .level1>li {