doctor profile
This commit is contained in:
parent
3c6360d127
commit
5bdb915cce
@ -35,7 +35,8 @@
|
||||
"contra/emitter",
|
||||
"@mattlewis92/dom-autoscroller",
|
||||
"CommonJS",
|
||||
"sweetalert2"
|
||||
"sweetalert2",
|
||||
"@firebase/app-check"
|
||||
],
|
||||
"styles": [
|
||||
"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> -->
|
||||
<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>
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user