Browse Source
Update frontend/src/index.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
features/search
Sacha GUERIN
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
frontend/src/index.css
|
|
@ -32,7 +32,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.glassmorphism-rounded-full { |
|
|
.glassmorphism-rounded-full { |
|
|
border-radius: 100000000px; |
|
|
border-radius: 50%; |
|
|
border: 2px solid rgba(239, 239, 239, 0.60); |
|
|
border: 2px solid rgba(239, 239, 239, 0.60); |
|
|
background: linear-gradient(93deg, rgba(239, 239, 239, 0.06) 0%, rgba(239, 239, 239, 0.01) 100%); |
|
|
background: linear-gradient(93deg, rgba(239, 239, 239, 0.06) 0%, rgba(239, 239, 239, 0.01) 100%); |
|
|
backdrop-filter: blur(27.5px); |
|
|
backdrop-filter: blur(27.5px); |
|
|
|