login bg issue fix
This commit is contained in:
parent
a3fde4f168
commit
7bb50ed620
@ -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;
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
::ng-deep .mat-drawer-content{
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@ -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
@ -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/',
|
||||
};
|
||||
|
||||
@ -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/',
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user