assets issue
This commit is contained in:
parent
896a99467e
commit
c711eaf709
@ -86,7 +86,7 @@ $p: 12px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
background: url('/assets/images/1.jpg') no-repeat center center / cover;
|
background: url('assets/images/1.jpg') no-repeat center center / cover;
|
||||||
clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
|
clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -417,7 +417,7 @@ $hover-font-color:#fff;
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(214, 224, 226, 0.2);
|
background-color: rgba(214, 224, 226, 0.2);
|
||||||
.cardheader {
|
.cardheader {
|
||||||
background: url("/assets/images/night.jpg");
|
background: url("assets/images/night.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 135px;
|
height: 135px;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.about-w {
|
.about-w {
|
||||||
background-image: url("/assets/images/about.jpg");
|
background-image: url("assets/images/about.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-bg {
|
.form-bg {
|
||||||
|
|||||||
@ -10,8 +10,8 @@ export const environment = {
|
|||||||
// apiEndpoint:'http://192.168.1.20:8080/api/',
|
// apiEndpoint:'http://192.168.1.20:8080/api/',
|
||||||
// apiEndpoint:'https://api.venbait.in/api/',
|
// apiEndpoint:'https://api.venbait.in/api/',
|
||||||
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
||||||
// apiEndpoint:'http://192.168.1.8:8080/api/',
|
apiEndpoint:'http://192.168.1.12:8080/api/',
|
||||||
apiEndpoint:'https://api.venbait.in/api/',
|
// apiEndpoint:'https://api.venbait.in/api/',
|
||||||
|
|
||||||
//EndUser URL
|
//EndUser URL
|
||||||
endUserUrl:'https://venbainfotech.com/appointment/#/customer/',
|
endUserUrl:'https://venbainfotech.com/appointment/#/customer/',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user