mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-15 03:51:33 +00:00
12 lines
No EOL
337 B
Text
12 lines
No EOL
337 B
Text
// Copyright (C) 2017-2020 Smart code 203358507
|
|
|
|
@import (reference) '~@stremio/stremio-colors/less/stremio-colors.less';
|
|
@import (reference) '~stremio/common/screen-sizes.less';
|
|
|
|
.route-content-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @color-background-dark2;
|
|
} |