stremio-web/storybook/RouterDecorator/styles.less
NikolaBorislavovHristov 4b4d2c055e storybook fixed
2019-08-28 13:30:30 +03:00

11 lines
No EOL
269 B
Text

@import (inline, once, css) 'router/styles.css';
.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);
}