diff --git a/app/Config/App.php b/app/Config/App.php index 1875f65..6a69fab 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -19,7 +19,7 @@ class App extends BaseConfig */ // public string $baseURL = 'https://mprkv.co.in/devbook'; - public string $baseURL = 'http://localhost/golf_backend'; + public string $baseURL = 'http://localhost/golf_backend'; // public string $baseURL = 'http://localhost:88/golf_backend'; diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php index f92eef0..07f3a18 100644 --- a/app/Views/memberaccess.php +++ b/app/Views/memberaccess.php @@ -24,61 +24,6 @@ assets/member_css/intlTelInput.css"> - - @@ -667,9 +612,8 @@ function closeCustomAlert() {
× -

Are you sure you want to sign out

-
- "> +

Are you sure you want to sign out

+ " class="button-popup">OK
\ No newline at end of file diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index 7a2417b..ac65b28 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -394,6 +394,7 @@ body.cart .quantity{ border-width: 0; padding: 0; line-height: 28px; + font-size: 20px; } .quantity .plus{ top:-2px; @@ -1364,6 +1365,54 @@ body.checkout .select2-container--default .select2-selection--single .select2-s padding:30px 30px 20px; } + .memberaccess .custom-alert { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + padding:35px 20px 20px; + background-color: #ffffff; + border: 1px solid #ddd; + border-radius:5px; + box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); + z-index: 9999; + text-align:center; + } + + .memberaccess .custom-alert h2 { + margin-top: 0; + } + .memberaccess .custom-alert .close-btn { + position: absolute; + top: 5px; + right: 15px; + cursor: pointer; + font-size:30px; + } + .memberaccess .custom-alert .close-btn:hover{ + color:var(--pink-color); + } + .memberaccess .button-popup { + background-color: var(--blue-color); + border: none; + color: #ffffff; + padding: 3px 25px; + display: inline-block; + cursor: pointer; + border-radius: 5px; + } + .memberaccess .button-popup:hover{ + background-color:var(--pink-color); + } + .memberaccess .field-icon { + float: right; + margin-left: -35px; + margin-top: 20px; + margin-right: 12px; + position: relative; + z-index: 3; + } + @media (max-width: 992px){ .tab, .tabcontent { width:100%; @@ -1468,10 +1517,8 @@ body.checkout .select2-container--default .select2-selection--single .select2-s font-size: 22px; color: #21BB5E; } - .table-design tr:nth-child(1){ + .table-design tbody tr:nth-child(even), .table-design thead tr{ background: #F9FBFC; - border-radius: 10px 10px 0px 0px; - line-height: 5; } .table-design p:nth-child(1){ @@ -1826,11 +1873,12 @@ body.checkout .select2-container--default .select2-selection--single .select2-s } #pagesControllers button{ padding:2px 8px; - margin:0 5px; + margin:10px 5px; border-width:0; background:transparent; border-radius:5px; width:35px; + font-size: 19px; } #pagesControllers .currentPage, #pagesControllers button:hover{ background:#002b60;