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",
......
......@@ -474,7 +474,7 @@
outline: none;
}
}
.log_btn_diabled{
.log_btn_diabled {
cursor: not-allowed;
background: #929292;
}
......@@ -490,7 +490,7 @@
font-weight: 500;
background-repeat: no-repeat;
background-size: 20px;
margin:3px;
margin: 3px;
&:focus {
outline: none;
}
......@@ -498,7 +498,7 @@
.wizard_quotes {
height: 40px;
width: 48%;
margin:3px;
margin: 3px;
display: inline-block;
border-radius: 25px;
color: #fff;
......@@ -579,17 +579,17 @@
}
}
}
.service_methods{
.service_methods {
max-height: 200px;
overflow: scroll;
ul{
padding:0px;
margin:0px;
li{
ul {
padding: 0px;
margin: 0px;
li {
list-style: none;
width: 100%;
color: #060708;
border:1px dashed #929292;
border: 1px dashed #929292;
cursor: pointer;
padding: 5px;
margin-bottom: 10px;
......@@ -611,7 +611,7 @@
min-width: 100%;
margin: 0px;
padding: 0px;
border:none;
border: none;
background-image: none;
margin-bottom: 5px;
#custom_check_button {
......@@ -655,7 +655,7 @@
#custom_check_button input:checked+p {
background-color: #58b19f;
color: #fff;
border-radius:0px !important;
border-radius: 0px !important;
margin: 0px;
}
}
......@@ -663,12 +663,11 @@
}
}
}
.textarea_input {
width: 100%;
border: 1px solid #1e1e1e;
color: #bfbfbf;
padding-top: 10px;
padding: 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
......@@ -883,7 +882,7 @@
}
}
.book_now {
float:right;
float: right;
border: 1px solid #2655bf;
color: #2655bf;
background: transparent;
......@@ -897,8 +896,8 @@
outline: none;
}
}
.book_now_disabled{
float:right;
.book_now_disabled {
float: right;
border: 1px solid #808080;
color: #808080;
background: transparent;
......@@ -917,12 +916,11 @@
}
}
}
.offer{
.offer {
color: #a8a8a8;
text-align: justify;
font-size: 12px;
.panel-heading{
.panel-heading {
padding: 10px;
margin-bottom: 5px;
padding-left: 15px;
......@@ -931,33 +929,27 @@
background-image: url("/assets/images/asset_double_right.png");
background-position: right 10px top 8px;
background-repeat: no-repeat;
.panel-title{
.panel-title {
padding: 0px;
margin:0px;
a{
margin: 0px;
a {
color: #fff;
font-weight: 300;
font-size: 15px;
}
}
}
.panel-collapse{
.panel-collapse {
background-color: #f5f5f5;
.panel-body{
.panel-body {
font-size: 15px;
font-weight: 400;
.row{
padding:10px;
.row {
padding: 10px;
border-bottom: 1px solid #fff;
}
}
}
}
}
.scheduletiming_listing {
......@@ -975,89 +967,47 @@
display: inline-block;
position: relative;
#custom_check_button {
border-radius: 0px !important;
overflow: auto;
position: relative;
outline: none;
color: #908d8d;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
#custom_check_button p {
margin: 0px;
position: absolute;
color: #908d8d;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
padding: 5px;
cursor: pointer;
}
#custom_check_button label {
width: 100%;
}
#custom_check_button label span {
text-align: center;
display: block;
}
#custom_check_button label input {
position: absolute;
top: -20px;
}
#custom_check_button input:checked+p {
background-color: #ef5958;
color: #fff;
border-radius: 0px !important;
margin: 0px;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
li {
width: 100%;
......
......@@ -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,7 +59,8 @@ a {
text-decoration: none !important;
cursor: pointer;
}
.text_truncate{
.text_truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
......@@ -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