github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/static/stylesheets/infopanel.css (about) 1 .infopanel { 2 font-size: 12px; 3 position: relative; 4 background: var(--header-footer) !important; 5 } 6 7 .infopanel td { 8 vertical-align: top; 9 padding-right: 10px; 10 } 11 12 .infopanel td { 13 /*border-bottom: 1px solid var(--main-bg-color);*/ 14 } 15 16 .infopanel .maturity-alpha { 17 background: var(--maturity-alpha); 18 } 19 20 .infopanel .maturity-beta { 21 background: var(--maturity-beta); 22 } 23 24 .infopanel table, tr, tbody { 25 width: 100%; 26 } 27 28 sup { 29 font-size: 0.8rem; 30 line-height: 2em; 31 } 32 33 .maturity{ 34 font-size: 12px; 35 width: fit-content; 36 }