Files
inKino/web/lib/app_component.scss
Iiro Krankka 59fd61afbd Multiplatform stuff (#102)
* Multiplatform stuff.
* Update to make stuff work with the latest Flutter beta.
2018-11-07 15:34:34 +01:00

27 lines
341 B
SCSS

@import 'src/common';
@import 'src/breakpoints';
main {
margin: 56px 0;
@include screen-size-tablet {
margin: 60px 20px;
}
@include screen-size-laptop {
margin: 60px 0;
}
}
.theater-container {
display: none;
position: fixed;
top: 56px;
right: 0;
bottom: 0;
left: 0;
&.visible {
display: block;
}
}