1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

changed youtube appearance

This commit is contained in:
Fedor Katurov 2020-04-18 22:06:34 +07:00
parent 4ab2c7f885
commit 8ff9fdd9bd
3 changed files with 22 additions and 16 deletions

View file

@ -33,16 +33,19 @@
left: 0;
width: 100%;
height: 100%;
background: transparentize(black, 0.5);
background: transparentize(black, 0.5) 50% 50%;
background-size: cover;
z-index: 15;
border-radius: $radius;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font: $font_16_medium;
@include can_backdrop {
background: transparentize(black, 0.3);
backdrop-filter: blur(5px);
background: transparentize(black, 0.5) 50% 50%;
backdrop-filter: blur(3px);
}
}
@ -63,5 +66,7 @@
width: 100%;
border-radius: $radius;
position: relative;
background-position: 50% 50%;
background-size: cover;
}
}