This repository has been archived on 2023-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameserver/website/_sass/base.scss

26 lines
329 B
SCSS
Raw Normal View History

2022-12-15 18:46:53 +01:00
/*
$primary: #89A55D;
body {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
font-family: Arial, system-ui;
}
main > div {
height: 10rem;
margin: 2rem;
border: darkgrey 1px solid;
border-radius: 8px;
overflow: hidden;
}
h1 {
text-align: center;
color: $primary;
background-color: $secondary;
}
*/