login bg issue fix

This commit is contained in:
surendar.m@watermelon.us 2023-04-03 13:08:50 +05:30
parent a3fde4f168
commit 7bb50ed620
6 changed files with 16 additions and 8 deletions

View File

@ -13,10 +13,10 @@ mat-toolbar{
display: initial!important;
// max-width: 30%!important;
}
.mat-width{
// max-width: 68%!important;
// margin-left: 11rem;
}
// .mat-width{
// // max-width: 68%!important;
// // margin-left: 11rem;
// }
@media only screen and (max-width: 600px) {
.mat-width{
margin-left: 0rem!important;

View File

@ -0,0 +1,3 @@
::ng-deep .mat-drawer-content{
overflow: hidden !important;
}

View File

@ -54,6 +54,9 @@ $mat-toolbar-height-mobile-landscape: 48px !default;
max-width: 73.13rem;
}
}
html, body {
overflow:hidden !important;
}
.mat-sidenav-content {
min-height: 100%;

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
export const environment = {
production: true,
environmentName: 'Production Environment',//Localhost Environment.
apiEndpoint:'http://venbainfotech.com:5000/',
apiEndpoint:'https://api.venbait.in/api/',
};

View File

@ -7,7 +7,7 @@ export const environment = {
production: false,
environmentName: 'Testing Environment',//Localhost Environment.
// apiEndpoint:'http://venbainfotech.com:5000/api/',
apiEndpoint:'http://venbainfotech.com:5000/api/',
apiEndpoint:'https://api.venbait.in/api/',
// apiEndpoint:'http://192.168.1.20:8080/api/',
};