TeaWeb/shared/js/video-viewer/Renderer.scss

15 lines
No EOL
221 B
SCSS

.container {
background: #19191b;
display: flex;
flex-direction: row;
justify-content: stretch;
flex-grow: 1;
flex-shrink: 1;
min-height: 10em;
min-width: 20em;
padding-left: 4em;
}