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:
parent
4fd5142e8b
commit
5d257fa2d4
2 changed files with 8 additions and 77 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue