doctor profile
This commit is contained in:
parent
3c6360d127
commit
5bdb915cce
@ -35,7 +35,8 @@
|
|||||||
"contra/emitter",
|
"contra/emitter",
|
||||||
"@mattlewis92/dom-autoscroller",
|
"@mattlewis92/dom-autoscroller",
|
||||||
"CommonJS",
|
"CommonJS",
|
||||||
"sweetalert2"
|
"sweetalert2",
|
||||||
|
"@firebase/app-check"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"node_modules/quill/dist/quill.snow.css",
|
"node_modules/quill/dist/quill.snow.css",
|
||||||
|
|||||||
831
ng-seed/package-lock.json
generated
831
ng-seed/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -42,7 +42,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
<ng-scrollbar class="scrollHV">
|
||||||
<div class="doctor-profile">
|
<div class="doctor-profile">
|
||||||
|
|
||||||
<div fxLayout="row wrap">
|
<div fxLayout="row wrap">
|
||||||
<div fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="30" fxFlex.lg="30" fxFlex.xl="30" class="m-gap p-gap" >
|
<div fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="30" fxFlex.lg="30" fxFlex.xl="30" class="m-gap p-gap" >
|
||||||
<div class="doctor_info">
|
<div class="doctor_info">
|
||||||
@ -201,3 +203,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</ng-scrollbar>
|
||||||
@ -122,10 +122,13 @@
|
|||||||
|
|
||||||
|
|
||||||
//01/04.23
|
//01/04.23
|
||||||
|
.scrollHV {
|
||||||
|
height: calc(100vh - 0px);
|
||||||
|
}
|
||||||
.doctor-profile{
|
.doctor-profile{
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding: 2rem 2rem 2rem 2rem;
|
padding: 2rem 2rem 2rem 2rem;
|
||||||
|
|
||||||
.padding-lt{
|
.padding-lt{
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -184,6 +184,7 @@
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background: $main-content;
|
background: $main-content;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background: #f2f4f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-container {
|
.body-container {
|
||||||
@ -193,6 +194,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
background: #f2f4f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width:991px) {
|
@media(max-width:991px) {
|
||||||
|
|||||||
@ -7,8 +7,8 @@ export const environment = {
|
|||||||
production: false,
|
production: false,
|
||||||
environmentName: 'Testing Environment',//Localhost Environment.
|
environmentName: 'Testing Environment',//Localhost Environment.
|
||||||
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
||||||
// 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/',
|
||||||
|
|
||||||
firebase: {
|
firebase: {
|
||||||
apiKey: "AIzaSyBVPQ6C7cg5l8I-o7WSmmXdioMa4C0ZKNM",
|
apiKey: "AIzaSyBVPQ6C7cg5l8I-o7WSmmXdioMa4C0ZKNM",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user