Cleaned more code, still untested.
This commit is contained in:
21
public/components/section/video/VideoSection.scss
Normal file
21
public/components/section/video/VideoSection.scss
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Video Section
|
||||
* Styles for Video Sections, usually contains videos.
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/tools/_absolute-centering.scss
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/03
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
|
||||
.c-video-section {
|
||||
position: relative;
|
||||
|
||||
&__video {
|
||||
@include t-absolute-fill();
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user