diff --git a/src/Client/wwwroot/css/app.css b/src/Client/wwwroot/css/app.css index 3204c94..2702cc2 100644 --- a/src/Client/wwwroot/css/app.css +++ b/src/Client/wwwroot/css/app.css @@ -1,7 +1,4 @@ -/* TODO: Add local version for offline */ -@import url('https://fonts.googleapis.com/css?family=Graduate|Open+Sans:300&display=swap'); - -.grow { +.grow { transition: all .2s ease-in-out; } @@ -37,23 +34,12 @@ html, body { max-width: 400px; } -.loader { - border: 16px solid rgba(0, 0, 0, 0.00); - border-top: 16px solid #594ae2; - border-radius: 50%; - width: 120px; - height: 120px; - animation: spin 2s linear infinite; -} - -@keyframes spin { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } +.loading-progress-text:after { + content: var(--blazor-load-percentage-text); + color: rgba(89,74,226,0.55); + font-weight: bold; + font-size: 60px; + font-family: "Graduate", sans-serif; } /* MudBlazor overrides */ diff --git a/src/Client/wwwroot/index.html b/src/Client/wwwroot/index.html index 66f20f7..3053095 100644 --- a/src/Client/wwwroot/index.html +++ b/src/Client/wwwroot/index.html @@ -7,6 +7,7 @@ Dynamo League +