stremio-web/storybook/RouterDecorator/styles.less
2019-07-19 16:17:43 +03:00

9 lines
No EOL
219 B
Text

.route-content-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
background-color: var(--color-background);
}