1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

audio post dots

This commit is contained in:
Fedor Katurov 2019-10-22 11:21:53 +07:00
parent 4fd5142e8b
commit 5d257fa2d4
2 changed files with 8 additions and 77 deletions

View file

@ -6,14 +6,14 @@
&::after {
border-radius: $radius $radius 0 0;
content: ' ADD PATTERN HERE ';
content: ' ';
z-index: 3;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5) url('~/sprites/dots.svg');
}
}