10 lines
129 B
CSS
10 lines
129 B
CSS
.video-js {
|
|
&.its-blur {
|
|
background-color: transparent;
|
|
}
|
|
&.with-blur {
|
|
background-color: transparent;
|
|
z-index: 2;
|
|
}
|
|
}
|