TeaWeb/web/css/static/main.scss
WolverinDEV 4d983dc36a
Develop (#35)
* added support for windows

* Added country flags

* Added double touch

* Added country names

* Added a lot of new things

* A lot of changes

* Removed UA-Parser

* Fixed some small errors

* Updated changelog
2019-03-17 12:44:11 +01:00

31 lines
438 B
SCSS

html, body {
overflow-y: hidden;
height: 100%;
width: 100%;
position: fixed;
min-height: 250px;
min-width: 250px;
}
.app-container {
display: flex;
justify-content: center;
position: absolute;
right: 10px;
left: 10px;
bottom: 40px;
top: 10px;
transition: all .5s linear;
.app {
width: 100%;
height: 100%;
margin: 0;
display: flex; flex-direction: column; resize: both;
}
}