diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-13 00:15:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 01:15:58 +0300 |
| commit | 83d2243c65bf5fce5c75ef3753595d38f4d545d5 (patch) | |
| tree | 9373c05bbf60c8b63688056dc51feb6823c2e313 /frontend/src/App.css | |
| parent | fix: empty country code on new account (#187) (diff) | |
| download | lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.gz lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.bz2 lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.zip | |
feat: fixes, styles, partial homepage implementation and maplist header loader (#188)
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css index c43738b..65e35de 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css | |||
| @@ -8,6 +8,16 @@ body { | |||
| 8 | animation: loader 1.2s ease infinite; | 8 | animation: loader 1.2s ease infinite; |
| 9 | background-size: 400% 300%; | 9 | background-size: 400% 300%; |
| 10 | background-image: linear-gradient(-90deg, #202232 0%, #202232 25%, #2a2c41 50%, #202232 75%, #202232 100%); | 10 | background-image: linear-gradient(-90deg, #202232 0%, #202232 25%, #2a2c41 50%, #202232 75%, #202232 100%); |
| 11 | user-select: none; | ||
| 12 | } | ||
| 13 | |||
| 14 | .loader-text { | ||
| 15 | animation: loader 1.2s ease infinite; | ||
| 16 | background-size: 400% 300%; | ||
| 17 | background-image: linear-gradient(-90deg, #202232 0%, #202232 25%, #2a2c41 50%, #202232 75%, #202232 100%); | ||
| 18 | user-select: none; | ||
| 19 | color: #00000000; | ||
| 20 | border-radius: 1000px; | ||
| 11 | } | 21 | } |
| 12 | 22 | ||
| 13 | @keyframes loader { | 23 | @keyframes loader { |