Fix request page flow, gift card issues, header style, and image stretching
(feat) - request page flow: if no phone number, redirect to add customer page before advanced appointment (fix) - Corrected gift card related issues () - Adjusted header styling from pure white (fix) - Fixed image stretching problems
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Salona">
|
||||
<meta name="theme-color" content="#bc9bd4">
|
||||
<meta name="apple-mobile-web-app-status-bar-style"
|
||||
content="black-translucent">
|
||||
<meta name="theme-color" content="#ab25c0">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
|
||||
<!-- For fullscreen web apps on iOS -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png"
|
||||
@@ -28,7 +28,8 @@
|
||||
<style id="initial-bg">
|
||||
html,
|
||||
body {
|
||||
background: rgb(171, 37, 192); /* before page load */
|
||||
background: #ab25c0; /* before page load */
|
||||
/* background: rgb(171, 37, 192); before page load */
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user