@healthcatalyst/catalyst-docfx-template 1.0.126 → 1.0.127

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.126",
3
+ "version": "1.0.127",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -369,6 +369,21 @@ pre {
369
369
  margin-top:0px;
370
370
  }
371
371
 
372
+ .noborder {
373
+ border: none !important;
374
+ }
375
+
376
+ .img-small {
377
+ max-width:50% !important;
378
+ }
379
+
380
+ /* use for icons that need to be inserted inline with text (for example for a step in a procedure that refers to a button that only has an image on it and not text)*/
381
+ .button-icon {
382
+ max-height: 15px;
383
+ border: none !important;
384
+ margin-bottom: 0px !important;
385
+ margin-top: 0px !important;
386
+ }
372
387
 
373
388
  /* Tables */
374
389
 
@@ -632,6 +647,18 @@ body .toc {
632
647
  overflow-x: unset;
633
648
  }
634
649
 
650
+ :not(.level1)>li>.line-above {
651
+ margin-top: 10px;
652
+ }
653
+
654
+ /*removes inherited underscores in child nodes of a left nav toc*/
655
+ :not(.level1)>li>.line-above:before{
656
+ content: "";
657
+ position: absolute;
658
+ border-bottom: 0px solid #E1E3E3;
659
+ width: 100%;
660
+ margin-top: -20px;
661
+ }
635
662
 
636
663
  /* TOC filter */
637
664