@healthcatalyst/catalyst-docfx-template 1.0.104 → 1.0.106

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.104",
3
+ "version": "1.0.106",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -512,12 +512,17 @@ td:nth-of-type(1) {
512
512
  #platform-box,
513
513
  #CADS-box,
514
514
  #ACO-box,
515
- #OPM-box {
515
+ #OPM-box,
516
+ .blue-box,
517
+ .green-box,
518
+ .orange-box,
519
+ .gray-box {
516
520
  margin-top: 25px;
517
521
  }
518
522
 
519
523
  #install-box,
520
- #user-box {
524
+ #user-box,
525
+ .blue-box {
521
526
  color: #131314;
522
527
  border-left: #006d9a solid 6px;
523
528
  border-top: #006d9a solid 1px;
@@ -525,21 +530,21 @@ td:nth-of-type(1) {
525
530
  border-bottom: #006d9a solid 1px;
526
531
  }
527
532
 
528
- #CADS-box, #platform-box {
533
+ #CADS-box, #platform-box,.green-box {
529
534
  border-left: #528052 solid 6px;
530
535
  border-top: #528052 solid 1px;
531
536
  border-right: #528052 solid 1px;
532
537
  border-bottom: #528052 solid 1px;
533
538
  }
534
539
 
535
- #developer-box, #admin-box {
540
+ #developer-box, #admin-box, .orange-box {
536
541
  border-left: #ce4709 solid 6px;
537
542
  border-top: #ce4709 solid 1px;
538
543
  border-right: #ce4709 solid 1px;
539
544
  border-bottom: #ce4709 solid 1px;
540
545
  }
541
546
 
542
- #ACO-box, #OPM-box {
547
+ #ACO-box, #OPM-box, .gray-box {
543
548
  border-left: #353737 solid 6px;
544
549
  border-top: #353737 solid 1px;
545
550
  border-right: #353737 solid 1px;
@@ -993,33 +998,52 @@ output {
993
998
  /*Home page column headers */
994
999
 
995
1000
  #home-page-col-head,
1001
+ #home-page-col-head-install,
1002
+ #home-page-col-head-user,
996
1003
  #home-page-col-head-platform,
997
1004
  #home-page-col-head-dev,
1005
+ #home-page-col-head-admin,
998
1006
  #home-page-col-head-ACO,
999
1007
  #home-page-col-head-CADS,
1000
- #home-page-col-head-OPM {
1008
+ #home-page-col-head-OPM,
1009
+ .home-page-col-head-blue,
1010
+ .home-page-col-head-green,
1011
+ .home-page-col-head-orange,
1012
+ .home-page-col-head-gray {
1001
1013
  font-weight: 400;
1002
1014
  font-size: 28px;
1003
1015
  line-height: 1.5;
1004
1016
  margin-top: 25px;
1005
1017
  }
1006
1018
 
1007
- #home-page-col-head, #home-page-col-head-platform {
1019
+ #home-page-col-head,
1020
+ .home-page-col-head-blue,
1021
+ #home-page-col-head-install,
1022
+ #home-page-col-head-user {
1008
1023
  color: #006d9a;
1009
1024
  }
1010
1025
 
1026
+ .home-page-col-head-green,
1027
+ #home-page-col-head-CADS,
1028
+ #home-page-col-head-platform
1029
+ {
1030
+ color: #528052;
1031
+ }
1032
+
1033
+ .home-page-col-head-orange,
1011
1034
  #home-page-col-head-dev,
1012
- #home-page-col-head-ACO {
1035
+ #home-page-col-head-admin
1036
+ {
1013
1037
  color: #ce4709;
1014
1038
  }
1015
1039
 
1040
+ .home-page-col-head-gray,
1041
+ #home-page-col-head-ACO,
1016
1042
  #home-page-col-head-OPM {
1017
- color: #E04E5B;
1043
+ color: #353537;
1018
1044
  }
1019
1045
 
1020
- #home-page-col-head-CADS {
1021
- color: #528052;
1022
- }
1046
+
1023
1047
 
1024
1048
 
1025
1049
  /* Home page boxes */