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

21 lines
382 B
SCSS
Raw Permalink Normal View History

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