web: reusable meowbalt component & page placeholders

This commit is contained in:
wukko
2024-06-16 20:32:09 +06:00
parent 597320cb17
commit 382c6e1cd8
12 changed files with 76 additions and 32 deletions

View File

@@ -80,6 +80,14 @@
background-color: var(--button-hover);
}
:global(.center-column-container) {
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
}
#cobalt {
height: 100vh;
display: grid;