github.com/rabbouni145/gg@v0.47.1/docs/themes/gohugoioTheme/src/css/_documentation-styles.css (about) 1 .note, 2 .warning { 3 4 border-left-width: 4px; 5 border-left-style: solid; 6 position: relative; 7 border-color: var(--primary-color); 8 9 display: block; 10 } 11 .note #exclamation-icon, 12 .warning #exclamation-icon { 13 14 fill: var(--primary-color); 15 position: absolute; 16 top: 35%; 17 left: -12px; 18 /*background-color: white;*/ 19 } 20 21 .admonition-content { 22 display: block; 23 margin: 0px; 24 padding: .125em 1em; 25 /*margin-left: 1em;*/ 26 margin-top: 2em; 27 margin-bottom: 2em; 28 overflow-x: auto; 29 /*font-size: .9375em;*/ 30 background-color: var(--black-05); 31 } 32 33 34 .hide-child-menu .child-menu { 35 display: none; 36 } 37 .hide-child-menu:hover .child-menu, 38 .hide-child-menu:focus .child-menu, 39 .hide-child-menu:active .child-menu { 40 display: block; 41 } 42 43 44 /*documentation-copy headings exaggerate spacing and size to chunk content */ 45 .documentation-copy h2 { 46 margin-top: 3em; 47 &.minor { 48 font-size: inherit; 49 margin-top: inherit; 50 border-bottom: none; 51 } 52 } 53 54