web-analyst
Version:
Web Analyst is a simple back-end tracking system to measure your web app performance.
29 lines (25 loc) • 470 B
CSS
body {
height: 100%;
}
.hidden {
display: none ;
visibility: hidden ;
}
.container {
display: block;
margin: auto;
min-width: 400px;
width: 60%;
}
.container .section {
margin-bottom: 10px;
margin-top: 10px;
}
.container .section.table {
font-family: sans-serif;
font-size: 0.9rem;
}
.container .section.table .tabulator-row {
padding: 8px 0;
}
/*# sourceMappingURL=web-analyst-stats.css.map */