UNPKG

cl-react-graph

Version:
69 lines (59 loc) 1.04 kB
html, body { height: 100vh; } body { background-color: #f2f2f2; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-size: 0.9rem; } #___gatsby, #___gatsby > div { display: flex; flex-direction: column; height: 100vh; justify-content: space-between; } main { margin-top: 1rem; } .tooltip { position: absolute; background: #fff; color: #27626a; font-size: 0.8rem; border: 1px solid #27626a7a; padding: 0.25rem; } footer { background: #27626a; color: hsla(0,0%,100%,.9); text-align: center; padding: 0.5rem; } footer a { color: hsla(0,0%,100%,.9); } table.data-grid { width: 100%; } th.action-cell { background: #f2f2f2; border: 1px solid #d2d2d2; } .MuiTypography-h2 { font-size: 1.3rem; line-height: 1.3rem; margin-bottom: 0.75rem; } .MuiToolbar-root a { text-decoration: none; color: #fff; } .data-grid-container .data-grid .cell > input { height: 21px !important; } pre code { background-color: #eee; border: 1px solid #999; display: block; padding: 20px; }