wabbajack/Wabbajack.App.Blazor/Components/SideBar.razor.css
2022-01-17 06:02:25 +11:00

39 lines
746 B
CSS

@font-face {
font-family: "Raleway";
src: url("fonts/Raleway-Variable.ttf");
}
@font-face {
font-family: "YanoneKaffeesatz";
src: url("fonts/YanoneKaffeesatz-Variable.ttf");
}
#side-bar {
position: fixed;
height: 100%;
width: 75px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
border-right: 1px solid #404040;
backdrop-filter: brightness(0.8);
}
#side-bar .logo {
padding: 0.5rem;
display: block;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
max-width: 100%;
height: auto;
}
#side-bar .socials {
width: 30px;
}
#side-bar .socials img {
width: 100%;
height: auto;
margin-bottom: 30px;
}
/*# sourceMappingURL=SideBar.razor.css.map */