Added blazor MewExplorer project

This commit is contained in:
Felix Weiß
2023-06-28 23:31:07 +02:00
parent bc765b870a
commit 15cc2e245d
47 changed files with 1580 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
.index-main {
display: flex;
flex-direction: column;
flex: 1;
align-items: stretch;
justify-content: stretch;
height: 100%;
}
.plc-header {
background: var(--dark-2);
display: flex;
flex-direction: row;
flex-basis: 30%;
color: white;
}
.plc-header-left {
display: flex;
flex-direction: column;
flex-basis: 50%;
padding: 1em;
}
.plc-header-left > span:nth-child(1) {
font-size: 1em;
}
.plc-header-left > span:nth-child(2) {
font-size: 2em;
}
.plc-header-right {
display: flex;
flex-direction: column;
padding: 1em;
}