Commit b652f97f by amal

initial commit amal

parent 0e2d189c
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
"@angular/platform-browser": "~7.1.0", "@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0", "@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0", "@angular/router": "~7.1.0",
"@google/maps": "^0.5.5",
"angular-star-rating": "^4.0.0-beta.3", "angular-star-rating": "^4.0.0-beta.3",
"angular-wizard-form": "^0.4.1", "angular-wizard-form": "^0.4.1",
"bootstrap": "^4.1.3", "bootstrap": "^4.1.3",
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
"zone.js": "~0.8.26" "zone.js": "~0.8.26"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.11.4", "@angular-devkit/build-angular": "^0.12.2",
"@angular/cli": "~7.1.2", "@angular/cli": "~7.1.2",
"@angular/compiler-cli": "~7.1.0", "@angular/compiler-cli": "~7.1.0",
"@angular/language-service": "~7.1.0", "@angular/language-service": "~7.1.0",
......
...@@ -474,7 +474,7 @@ ...@@ -474,7 +474,7 @@
outline: none; outline: none;
} }
} }
.log_btn_diabled{ .log_btn_diabled {
cursor: not-allowed; cursor: not-allowed;
background: #929292; background: #929292;
} }
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
font-weight: 500; font-weight: 500;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 20px; background-size: 20px;
margin:3px; margin: 3px;
&:focus { &:focus {
outline: none; outline: none;
} }
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
.wizard_quotes { .wizard_quotes {
height: 40px; height: 40px;
width: 48%; width: 48%;
margin:3px; margin: 3px;
display: inline-block; display: inline-block;
border-radius: 25px; border-radius: 25px;
color: #fff; color: #fff;
...@@ -579,17 +579,17 @@ ...@@ -579,17 +579,17 @@
} }
} }
} }
.service_methods{ .service_methods {
max-height: 200px; max-height: 200px;
overflow: scroll; overflow: scroll;
ul{ ul {
padding:0px; padding: 0px;
margin:0px; margin: 0px;
li{ li {
list-style: none; list-style: none;
width: 100%; width: 100%;
color: #060708; color: #060708;
border:1px dashed #929292; border: 1px dashed #929292;
cursor: pointer; cursor: pointer;
padding: 5px; padding: 5px;
margin-bottom: 10px; margin-bottom: 10px;
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
min-width: 100%; min-width: 100%;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
border:none; border: none;
background-image: none; background-image: none;
margin-bottom: 5px; margin-bottom: 5px;
#custom_check_button { #custom_check_button {
...@@ -655,7 +655,7 @@ ...@@ -655,7 +655,7 @@
#custom_check_button input:checked+p { #custom_check_button input:checked+p {
background-color: #58b19f; background-color: #58b19f;
color: #fff; color: #fff;
border-radius:0px !important; border-radius: 0px !important;
margin: 0px; margin: 0px;
} }
} }
...@@ -663,12 +663,11 @@ ...@@ -663,12 +663,11 @@
} }
} }
} }
.textarea_input { .textarea_input {
width: 100%; width: 100%;
border: 1px solid #1e1e1e; border: 1px solid #1e1e1e;
color: #bfbfbf; color: #bfbfbf;
padding-top: 10px; padding: 10px;
border-radius: 20px; border-radius: 20px;
-webkit-border-radius: 20px; -webkit-border-radius: 20px;
-moz-border-radius: 20px; -moz-border-radius: 20px;
...@@ -883,7 +882,7 @@ ...@@ -883,7 +882,7 @@
} }
} }
.book_now { .book_now {
float:right; float: right;
border: 1px solid #2655bf; border: 1px solid #2655bf;
color: #2655bf; color: #2655bf;
background: transparent; background: transparent;
...@@ -897,8 +896,8 @@ ...@@ -897,8 +896,8 @@
outline: none; outline: none;
} }
} }
.book_now_disabled{ .book_now_disabled {
float:right; float: right;
border: 1px solid #808080; border: 1px solid #808080;
color: #808080; color: #808080;
background: transparent; background: transparent;
...@@ -917,12 +916,11 @@ ...@@ -917,12 +916,11 @@
} }
} }
} }
.offer{ .offer {
color: #a8a8a8; color: #a8a8a8;
text-align: justify; text-align: justify;
font-size: 12px; font-size: 12px;
.panel-heading{ .panel-heading {
padding: 10px; padding: 10px;
margin-bottom: 5px; margin-bottom: 5px;
padding-left: 15px; padding-left: 15px;
...@@ -931,33 +929,27 @@ ...@@ -931,33 +929,27 @@
background-image: url("/assets/images/asset_double_right.png"); background-image: url("/assets/images/asset_double_right.png");
background-position: right 10px top 8px; background-position: right 10px top 8px;
background-repeat: no-repeat; background-repeat: no-repeat;
.panel-title{ .panel-title {
padding: 0px; padding: 0px;
margin:0px; margin: 0px;
a{ a {
color: #fff; color: #fff;
font-weight: 300; font-weight: 300;
font-size: 15px; font-size: 15px;
} }
} }
} }
.panel-collapse{ .panel-collapse {
background-color: #f5f5f5; background-color: #f5f5f5;
.panel-body {
.panel-body{
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
.row{ .row {
padding:10px; padding: 10px;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
} }
} }
} }
} }
} }
.scheduletiming_listing { .scheduletiming_listing {
...@@ -975,89 +967,47 @@ ...@@ -975,89 +967,47 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
#custom_check_button { #custom_check_button {
border-radius: 0px !important; border-radius: 0px !important;
overflow: auto; overflow: auto;
position: relative; position: relative;
outline: none; outline: none;
color: #908d8d; color: #908d8d;
-webkit-border-radius: 0px !important; -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important; -moz-border-radius: 0px !important;
-ms-border-radius: 0px !important; -ms-border-radius: 0px !important;
-o-border-radius: 0px !important; -o-border-radius: 0px !important;
} }
#custom_check_button p { #custom_check_button p {
margin: 0px; margin: 0px;
position: absolute; position: absolute;
color: #908d8d; color: #908d8d;
left: 0px; left: 0px;
right: 0px; right: 0px;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
padding: 5px; padding: 5px;
cursor: pointer; cursor: pointer;
} }
#custom_check_button label { #custom_check_button label {
width: 100%; width: 100%;
} }
#custom_check_button label span { #custom_check_button label span {
text-align: center; text-align: center;
display: block; display: block;
} }
#custom_check_button label input { #custom_check_button label input {
position: absolute; position: absolute;
top: -20px; top: -20px;
} }
#custom_check_button input:checked+p { #custom_check_button input:checked+p {
background-color: #ef5958; background-color: #ef5958;
color: #fff; color: #fff;
border-radius: 0px !important; border-radius: 0px !important;
margin: 0px; margin: 0px;
-webkit-border-radius: 0px !important; -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important; -moz-border-radius: 0px !important;
-ms-border-radius: 0px !important; -ms-border-radius: 0px !important;
-o-border-radius: 0px !important; -o-border-radius: 0px !important;
} }
li { li {
width: 100%; width: 100%;
......
...@@ -36,6 +36,22 @@ ...@@ -36,6 +36,22 @@
/* 01. Smartphones (portrait and landscape) ----------- */ /* 01. Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.login_modal_wrapper {
.modal_close {
display: none !important;
}
}
.main_wrapper {
.title_banner_overlay {
padding-top: 90px;
padding-bottom: 30px;
.title_banner {
h1 {
font-size: 24px;
}
}
}
}
.search_input_container { .search_input_container {
width: 100% !important; width: 100% !important;
} }
...@@ -64,6 +80,37 @@ ...@@ -64,6 +80,37 @@
} }
} }
} }
.testmonial_div {
padding: 0px !important;
}
.login_modal_content {
padding: 15px !important;
padding-top: 40px !important;
top: 0px !important;
h3 {
padding-bottom: 25px !important;
}
}
.log_btn {
width: 135px !important;
}
.wizard_quotes {
width: 80% !important;
}
.quote_service_wrapper {
width: 100% !important;
.mechanic_detail {
.book_now {
width: 100% !important;
}
}
}
.login_modal_inner {
width: 100% !important;
}
.scheduletiming_listing {
width: 100% !important;
}
} }
......
export const apiConfig = 'http://localhost/dcarfixers/Webservices/'; export const apiConfig = 'http://techlabz.in/dcarfixers/Webservices/';
export const ImageStorage = 'http://localhost/dcarfixers/'; export const ImageStorage = 'http://techlabz.in/dcarfixers/';
export const serverApiDev = 'http://devapp.ticketgoose.com/bookbustickets/rest/json/2.0/'; export const serverApiDev = 'http://devapp.ticketgoose.com/bookbustickets/rest/json/2.0/';
...@@ -59,7 +59,8 @@ a { ...@@ -59,7 +59,8 @@ a {
text-decoration: none !important; text-decoration: none !important;
cursor: pointer; cursor: pointer;
} }
.text_truncate{
.text_truncate {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis text-overflow: ellipsis
...@@ -84,13 +85,13 @@ body { ...@@ -84,13 +85,13 @@ body {
} }
} }
.loader_overlay{ .loader_overlay {
position: fixed; position: fixed;
top:0px; top: 0px;
left:0px; left: 0px;
right:0px; right: 0px;
bottom: 0px; bottom: 0px;
background: rgba(273,273,273,0.8); background: rgba(273, 273, 273, 0.8);
text-align: center; text-align: center;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -462,8 +463,8 @@ section.module.parallax { ...@@ -462,8 +463,8 @@ section.module.parallax {
border: 1px solid rgb(51, 211, 118) !important; border: 1px solid rgb(51, 211, 118) !important;
} }
.error{ .error {
border:2px solid red !important; border: 2px solid red !important;
} }
.prevent-click { .prevent-click {
...@@ -474,9 +475,9 @@ section.module.parallax { ...@@ -474,9 +475,9 @@ section.module.parallax {
} }
.hide { .hide {
display:none !important; display: none !important;
} }
.invisible{ .invisible {
opacity: 0 !important; opacity: 0 !important;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment