Commit da6bb73 1 parent 3b97f4b commit da6bb73 Copy full SHA for da6bb73
File tree 2 files changed +16
-3
lines changed
packages/messenger-widget/src/components/SignIn
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
background-size : cover;
3
3
background-repeat : no-repeat;
4
4
background-position : center;
5
+ height : 100% ;
5
6
}
6
7
7
8
.content-data-container {
30
31
}
31
32
32
33
.sign-in-logo {
33
- height : 4 rem !important ;
34
- width : fit-content !important ;
34
+ height : auto !important ;
35
+ width : 100 % !important ;
35
36
fill : var (--text-primary-color ) !important ;
36
37
}
37
38
86
87
margin-top : 1rem !important ;
87
88
}
88
89
}
90
+
91
+ @media only screen and (max-height : 610px ) {
92
+ .content-data {
93
+ margin-top : 1rem !important ;
94
+ }
95
+ }
96
+
97
+ @media only screen and (max-width : 767px ) {
98
+ .home-image-container {
99
+ height : 0% !important ;
100
+ }
101
+ }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export function SignIn(props: SignInProps) {
47
47
props . signInImage ?? signInImage
48
48
} )`,
49
49
} }
50
- className = "h-100 col-lg-7 col-md-7 col-sm-12 p-0 home-image-container background-container"
50
+ className = "col-lg-7 col-md-7 col-sm-0 p-0 home-image-container background-container"
51
51
> </ div >
52
52
< div
53
53
className = "h-100 col-lg-5 col-md-5 col-sm-12 p-0 d-flex flex-column
You can’t perform that action at this time.
0 commit comments