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
|
||||
background: #000
|
||||
|
||||
|
@ -14,8 +21,4 @@ body
|
|||
text-align: center
|
||||
|
||||
.video
|
||||
position: fixed
|
||||
top: 0
|
||||
left: 0
|
||||
width: 100%
|
||||
height: 100%
|
||||
fullscreen()
|
||||
|
|
Loading…
Reference in New Issue