stremio-web/.storybook/RouterDecorator/styles.less
2021-04-29 13:17:02 +03:00

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;
}