diff options
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 { |