@healthcatalyst/catalyst-docfx-template 1.0.126 → 1.0.133
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/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
|
|
|
@@ -1911,3 +1938,7 @@ pre {
|
|
|
1911
1938
|
color: #131314;
|
|
1912
1939
|
margin-top: 30px;
|
|
1913
1940
|
}
|
|
1941
|
+
|
|
1942
|
+
.word-break {
|
|
1943
|
+
word-break: break-all;
|
|
1944
|
+
}
|
|
Binary file
|