Files
quectel-rgmii-toolkit/www/css/custom.css
Cameron Thompson e0e31824f6 Mockup from @dr-dolomite
Example www content
2024-09-30 00:40:03 -04:00

39 lines
506 B
CSS

/* */
html {
visibility: hidden;
}
html.theme-dark,
html.theme-light {
visibility: visible;
}
.body-margin {
margin-left: 1.5rem;
margin-right: 1.5rem;
margin-top: 1rem;
margin-bottom: 1rem;
height: 100vh;
}
.column-margin {
margin-top: 3rem;
margin-bottom: 2rem;
}
.table.is-borderless td,
.table.is-borderless th {
border: 0;
}
/* .font-is-semibold {
font-weight: 600;
} */
/* .content-end {
display: flex;
justify-content: flex-end;
align-items: center;
} */