Move fullscreen defs to mixin.
parent
9212ec83cd
commit
219e843f34
|
@ -1,3 +1,10 @@
|
||||||
|
fullscreen()
|
||||||
|
position: fixed
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
|
||||||
html
|
html
|
||||||
background: #000
|
background: #000
|
||||||
|
|
||||||
|
@ -14,8 +21,4 @@ body
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
.video
|
.video
|
||||||
position: fixed
|
fullscreen()
|
||||||
top: 0
|
|
||||||
left: 0
|
|
||||||
width: 100%
|
|
||||||
height: 100%
|
|
||||||
|
|
Loading…
Reference in New Issue