mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
39 lines
746 B
CSS
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 */
|