avatar glass frame

This commit is contained in:
tglide
2023-10-13 20:26:13 +01:00
parent 75091592c0
commit a36b76a5cf
2 changed files with 203 additions and 192 deletions

View File

@@ -22,7 +22,7 @@
);
display: inline-block;
position: absolute;
position: var(--position, absolute);
top: var(--top);
left: var(--left);
bottom: var(--bottom);
@@ -34,6 +34,10 @@
rgba(255, 255, 255, 0) 161.63%
);
box-shadow: 0px 5.35px 10.7px 0px rgba(0, 0, 0, 0.02);
&.isRelative {
position: relative;
}
}
img {