Polish startup loader and map fly-in
Build and deploy Flutter Web / build (push) Successful in 4m35s
Build and deploy Flutter Web / build (push) Successful in 4m35s
This commit is contained in:
+17
-3
@@ -27,6 +27,21 @@
|
||||
color: #F8EEFF !important;
|
||||
}
|
||||
|
||||
#sw-loading .sw-logo-container {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#sw-loading .sw-logo-image {
|
||||
border-radius: 50% !important;
|
||||
box-shadow: 0 0 32px rgba(255, 45, 117, 0.34) !important;
|
||||
}
|
||||
|
||||
#sw-loading .sw-title,
|
||||
#sw-loading .sw-status,
|
||||
#sw-loading .sw-percentage {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background: #05030B;
|
||||
@@ -95,11 +110,10 @@
|
||||
data-sw-bootstrap
|
||||
src="bootstrap.js"
|
||||
data-config='{
|
||||
"logo": "icons/Icon-192.png?v={{sw_version}}",
|
||||
"title": "MapFlow",
|
||||
"logo": "icons/mapflow-signal-spoon.svg?v={{sw_version}}",
|
||||
"theme": "dark",
|
||||
"color": "#FF2D75",
|
||||
"showPercentage": true
|
||||
"showPercentage": false
|
||||
}'
|
||||
></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user