File tree Expand file tree Collapse file tree 3 files changed +40
-9
lines changed
projects/saas-ui/src/app/shared/auth Expand file tree Collapse file tree 3 files changed +40
-9
lines changed Original file line number Diff line number Diff line change 1
1
< nb-layout >
2
- < nb-layout-column >
3
- < div class =" login-img " >
4
- < img
5
- width =" 100% "
6
- height =" 100% "
7
- src =" ../../../assets/images/auth/loginimg.png "
8
- alt =" loginImg "
9
- />
10
- </ div >
2
+ < nb-layout-column class =" login-img-wrapper " >
3
+ < div
4
+ class =" login- img"
5
+ style = "
6
+ background-image: url(../../../assets/images/auth/loginimg.png);
7
+ background-repeat: no-repeat;
8
+ background-size: 100% 100%;
9
+ "
10
+ > </ div >
11
11
</ nb-layout-column >
12
12
< nb-layout-column class ="p-0 card-row ">
13
13
< nb-auth-block class ="h-100 m-0 ">
Original file line number Diff line number Diff line change 30
30
flex-shrink : 0 !important ;
31
31
flex-basis : 35% !important ;
32
32
}
33
+
34
+ @media (max-width :991px ){
35
+ .card-row {
36
+ flex-grow : 0 !important ;
37
+ flex-shrink : 0 !important ;
38
+ flex-basis : 100% !important ;
39
+ }
40
+
41
+ .login-img-wrapper {
42
+ display : none !important ;
43
+ }
44
+
45
+ }
Original file line number Diff line number Diff line change 37
37
padding-top : 5px ;
38
38
height : 19px ;
39
39
width : 25px ;
40
+
41
+ }
42
+
43
+ @media (max-width :991px ){
44
+
45
+ .login-content-wrapper {
46
+ padding : 50px ;
47
+ max-width : 420px ;
48
+ margin : 0 auto ;
49
+ border : 1px solid #d9d9d9 ;
50
+ margin-bottom : 10px ;
51
+ }
52
+ }
53
+ @media (max-width :575px ){
54
+
55
+ .btn {
56
+ margin-bottom : 10px ;
57
+ }
40
58
}
You can’t perform that action at this time.
0 commit comments