wabbajack/Wabbajack.App.Blazor/Pages/Play.razor.scss

33 lines
629 B
SCSS
Raw Normal View History

2022-01-09 13:33:22 +00:00
#content {
display: flex;
flex-direction: column;
//height: inherit;
2022-01-09 13:33:22 +00:00
justify-content: center;
}
2022-01-20 08:34:38 +00:00
2022-01-09 13:33:22 +00:00
//
//.header {
// flex: 2;
// display: flex;
// background-image: url("images/Logo_Dark_Transparent.png");
// background-position: bottom;
// background-repeat: no-repeat;
// background-size: contain;
//
// .text {
// background-image: url("images/Letters_Dark_Transparent.png");
// background-repeat: no-repeat;
// margin: 0 auto;
// background-size: contain;
// height: 50%;
// width: 100px;
// max-width: 1000px;
// }
//}
//
//.menu {
// flex: 1;
// color: green;
// height: 200px;
//}