18 lines
194 B
SCSS
18 lines
194 B
SCSS
/*
|
|
* Home Page
|
|
* Styles that are homepage specific.
|
|
*
|
|
* Dependencies:
|
|
*
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/11
|
|
*/
|
|
|
|
.p-home-page {
|
|
|
|
&__video-content {
|
|
background: white;
|
|
}
|
|
}
|