diff --git a/apps/web-antd/loading.html b/apps/web-antd/loading.html index 4d564a744..8a3c6f14b 100644 --- a/apps/web-antd/loading.html +++ b/apps/web-antd/loading.html @@ -95,7 +95,9 @@ align-items: center; justify-content: center; transform-origin: 33% center; - box-shadow: 2px -10px 0px rgba(0, 0, 0, 0.1), inset -5px -10px 0px rgba(0, 0, 0, 0.1); + box-shadow: + 2px -10px 0px rgba(0, 0, 0, 0.1), + inset -5px -10px 0px rgba(0, 0, 0, 0.1); animation: ring 3s ease infinite; /* small ball */ /* inner ring */ @@ -112,7 +114,7 @@ } .content .planet .ring:before { - content: ""; + content: ''; position: absolute; width: 10px; height: 30px; @@ -124,7 +126,7 @@ } .content .planet .ring:after { - content: ""; + content: ''; position: absolute; width: 240px; height: 240px; @@ -230,7 +232,7 @@ z-index: 2; position: absolute; bottom: -20px; - font-family: "Roboto Mono", monospace; + font-family: 'Roboto Mono', monospace; animation: text 4s ease infinite; width: 100px; text-align: center; @@ -279,12 +281,9 @@ - -
- <%= VITE_APP_TITLE %> -
+
%VITE_APP_TITLE%