liftinstall/static/css/main.css

13 lines
197 B
CSS
Raw Normal View History

2018-01-26 12:29:28 +00:00
html, body {
overflow: hidden;
height: 100%;
}
body {
background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
.tile.is-child > .box {
height: 100%;
}