www/src/templates/Component/Component.css (63 lines of code) (raw):

/* stylelint-disable */ .demo-grid rui-grid div { background: #000; color: #FFF; padding: 10px; } /* stylelint-enable */ .anchor { visibility: hidden; float: left; line-height: 1; margin-left: -20px; padding-right: 4px; } h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor { visibility: visible; } pre { border-radius: 3px; font-size: 85%; line-height: 1.45; overflow: auto; padding: 16px; font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace; } table { border-spacing: 0; border-collapse: collapse; width: 100%; padding: 0; } table tr { border-top: 1px solid #CCCCCC; background-color: white; margin: 0; padding: 0; } table tr:nth-child(2n) { background-color: #F8F8F8; } table tr th { font-weight: bold; border: 1px solid #CCCCCC; text-align: left; margin: 0; padding: 6px 13px; } table tr td { border: 1px solid #CCCCCC; text-align: left; margin: 0; padding: 6px 13px; } table tr th :first-child, table tr td :first-child { margin-top: 0; } table tr th :last-child, table tr td :last-child { margin-bottom: 0; }