This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/frontend/src_old/style/custom.scss

20 lines
382 B
SCSS

//
// Bootstrap and its default variables
//
@import "~bootstrap/scss/bootstrap";
html, body {
height: 100%;
overflow: hidden;
}
body {
margin: 0;
background-color: #aaa;
// background-image: url(//gameranx.com/wp-content/uploads/2016/02/Final-Fantasy-XV-4K-Wallpaper.jpg);
background-position-x: center;
background-position-y: center;
background-size: cover;
}