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,44 @@
.app-name-header {
margin: 2em;
color: white;
}
.navbar-brand {
font-size: 1.1rem;
}
.oi {
margin: 1em;
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item {
font-size: 0.9rem;
padding: 2em;
}
.nav-item ::deep a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}