Commit b652f97f by amal

initial commit amal

parent 0e2d189c
......@@ -20,6 +20,7 @@
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"@google/maps": "^0.5.5",
"angular-star-rating": "^4.0.0-beta.3",
"angular-wizard-form": "^0.4.1",
"bootstrap": "^4.1.3",
......@@ -38,7 +39,7 @@
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.11.4",
"@angular-devkit/build-angular": "^0.12.2",
"@angular/cli": "~7.1.2",
"@angular/compiler-cli": "~7.1.0",
"@angular/language-service": "~7.1.0",
......
......@@ -36,6 +36,22 @@
/* 01. Smartphones (portrait and landscape) ----------- */
@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 {
width: 100% !important;
}
......@@ -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 ImageStorage = 'http://localhost/dcarfixers/';
export const apiConfig = 'http://techlabz.in/dcarfixers/Webservices/';
export const ImageStorage = 'http://techlabz.in/dcarfixers/';
export const serverApiDev = 'http://devapp.ticketgoose.com/bookbustickets/rest/json/2.0/';
......@@ -59,10 +59,11 @@ a {
text-decoration: none !important;
cursor: pointer;
}
.text_truncate{
.text_truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
overflow: hidden;
text-overflow: ellipsis
}
html,
......@@ -84,13 +85,13 @@ body {
}
}
.loader_overlay{
.loader_overlay {
position: fixed;
top:0px;
left:0px;
right:0px;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(273,273,273,0.8);
background: rgba(273, 273, 273, 0.8);
text-align: center;
display: flex;
align-items: center;
......@@ -462,8 +463,8 @@ section.module.parallax {
border: 1px solid rgb(51, 211, 118) !important;
}
.error{
border:2px solid red !important;
.error {
border: 2px solid red !important;
}
.prevent-click {
......@@ -474,9 +475,9 @@ section.module.parallax {
}
.hide {
display:none !important;
display: none !important;
}
.invisible{
.invisible {
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