mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
29 lines
516 B
CSS
29 lines
516 B
CSS
@font-face {
|
|
font-family: "Raleway";
|
|
src: url("fonts/Raleway-Variable.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "YanoneKaffeesatz";
|
|
src: url("fonts/YanoneKaffeesatz-Variable.ttf");
|
|
}
|
|
#background {
|
|
position: fixed;
|
|
height: 100vh;
|
|
width: 100%;
|
|
background: linear-gradient(320deg, #151022, #1f0d2a, #100214);
|
|
z-index: -1;
|
|
}
|
|
|
|
#wrapper {
|
|
width: calc(100% - 75px);
|
|
float: right;
|
|
height: 100%;
|
|
}
|
|
|
|
#page {
|
|
margin-top: 65px;
|
|
height: calc(100% - 65px);
|
|
}
|
|
|
|
/*# sourceMappingURL=MainLayout.razor.css.map */
|