added top gradient

This commit is contained in:
Fedor Katurov 2022-11-16 02:36:43 +06:00
parent 93624c55f2
commit 509e2b9406
3 changed files with 30 additions and 1 deletions

View file

@ -28,6 +28,17 @@
z-index: 10;
backdrop-filter: blur(5px);
&::before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--top-gradient);
z-index: 2;
}
&::after {
content: "";
position: absolute;