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