23 lines
333 B
Sass
23 lines
333 B
Sass
$_theme: () !default
|
|
|
|
@use "sass:map"
|
|
@use "video-list-item" as *
|
|
|
|
.video-embed-page
|
|
display: block
|
|
|
|
.embed-video-section
|
|
width: 100%
|
|
height: 100vh
|
|
display: flex
|
|
flex-direction: column
|
|
|
|
.video
|
|
flex-grow: 1
|
|
display: block
|
|
width: 100%
|
|
|
|
.stream-notice
|
|
background: map.get($_theme, "bg-0")
|
|
padding: 4px
|