he
This commit is contained in:
parent
798159f936
commit
e989d901ca
1 changed files with 3 additions and 4 deletions
|
@ -23,17 +23,16 @@
|
||||||
height:597px;
|
height:597px;
|
||||||
&.static{
|
&.static{
|
||||||
&::after{
|
&::after{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
display:block;
|
|
||||||
left:50%;
|
left:50%;
|
||||||
top:50%;
|
top:50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width:80px;
|
width:80px;
|
||||||
height:80px;
|
height:80px;
|
||||||
content:"Play on youtube";
|
content:"Play on youtube";
|
||||||
line-height:80px;
|
|
||||||
text-align:center;
|
|
||||||
vertical-align:middle;
|
|
||||||
background: url(/youtube.svg);
|
background: url(/youtube.svg);
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue