mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-05 02:29:03 +00:00
11 lines
No EOL
269 B
Text
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);
|
|
} |