he
This commit is contained in:
parent
5d9ef2c474
commit
798159f936
1 changed files with 13 additions and 9 deletions
|
@ -23,15 +23,19 @@
|
||||||
height:597px;
|
height:597px;
|
||||||
&.static{
|
&.static{
|
||||||
&::after{
|
&::after{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
display:block;
|
display:block;
|
||||||
left:50%;
|
left:50%;
|
||||||
top:50%;
|
top:50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width:20px;
|
width:80px;
|
||||||
height:20px;
|
height:80px;
|
||||||
content:"Play";
|
content:"Play on youtube";
|
||||||
background: url(/youtube.svg);
|
line-height:80px;
|
||||||
|
text-align:center;
|
||||||
|
vertical-align:middle;
|
||||||
|
background: url(/youtube.svg);
|
||||||
|
background-size:cover;
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width:100%!important;
|
width:100%!important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue