doctor profile

This commit is contained in:
surendar.m@watermelon.us 2023-04-06 10:35:18 +05:30
parent 3c6360d127
commit 5bdb915cce
6 changed files with 917 additions and 245 deletions

View File

@ -35,7 +35,8 @@
"contra/emitter",
"@mattlewis92/dom-autoscroller",
"CommonJS",
"sweetalert2"
"sweetalert2",
"@firebase/app-check"
],
"styles": [
"node_modules/quill/dist/quill.snow.css",

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,9 @@
</div>
</div>
</div> -->
<ng-scrollbar class="scrollHV">
<div class="doctor-profile">
<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 class="doctor_info">
@ -201,3 +203,4 @@
</div>
</div>
</div>
</ng-scrollbar>

View File

@ -122,10 +122,13 @@
//01/04.23
.scrollHV {
height: calc(100vh - 0px);
}
.doctor-profile{
font-family: sans-serif;
padding: 2rem 2rem 2rem 2rem;
.padding-lt{
padding-left: 1.5rem;
}

View File

@ -184,6 +184,7 @@
padding: 0 !important;
background: $main-content;
display: flex;
background: #f2f4f8;
}
.body-container {
@ -193,6 +194,7 @@
position: relative;
padding: 2rem;
margin-bottom: 2rem;
background: #f2f4f8;
}
@media(max-width:991px) {

View File

@ -7,8 +7,8 @@ export const environment = {
production: false,
environmentName: 'Testing Environment',//Localhost Environment.
// apiEndpoint:'http://venbainfotech.com:5000/api/',
// apiEndpoint:'http://192.168.1.20:8080/api/',
apiEndpoint:'https://api.venbait.in/api/',
apiEndpoint:'http://192.168.1.20:8080/api/',
// apiEndpoint:'https://api.venbait.in/api/',
firebase: {
apiKey: "AIzaSyBVPQ6C7cg5l8I-o7WSmmXdioMa4C0ZKNM",