File tree 3 files changed +21
-95
lines changed
3 files changed +21
-95
lines changed Original file line number Diff line number Diff line change 167
167
< span class ="text-dark "> Logout</ span >
168
168
</ div >
169
169
< div class ="user-details-footer border rounded d-flex flex-column mt-3 ">
170
- < div class ="powered-by position-relative "> </ div >
170
+ < div class ="powered-by "> </ div >
171
+ < div class ="logo-info logo "> </ div >
171
172
</ div >
172
173
< div
173
174
class ="last-login d-flex align-items-center justify-content-between mt-3 font-12 fw-400 text-grey ">
Original file line number Diff line number Diff line change 8
8
margin-left : 8px ;
9
9
}
10
10
11
+ .logo {
12
+ width : 200px ;
13
+ height : 64px ;
14
+ background-repeat : no-repeat ;
15
+ background-size : 200px ;
16
+ background-position : -18px ;
17
+ }
18
+
11
19
.sidenav-odp {
12
20
min-width : 264px ;
13
21
max-width : 264px ;
40
48
background-size : contain ;
41
49
background-repeat : no-repeat ;
42
50
43
- .logo {
44
- width : 200px ;
45
- height : 64px ;
46
- background-repeat : no-repeat ;
47
- background-size : 200px ;
48
- background-position : -18px ;
49
- }
51
+
50
52
}
51
53
52
54
.icons-holder {
219
221
}
220
222
221
223
.user-details-footer {
222
- min-height : 50px ;
224
+ min-height : 64px ;
225
+ position : relative ;
223
226
224
227
.powered-by ,
225
228
.info {
231
234
background-size : 174px ;
232
235
background-position : -10px -28px ;
233
236
background-repeat : no-repeat ;
234
-
237
+ margin-left : 50 px ;
235
238
small {
236
239
font-size : 12px ;
237
240
top : 18px ;
238
241
right : 12px ;
239
242
}
240
243
}
244
+
245
+ .logo-info {
246
+ position : absolute ;
247
+ top : 0px ;
248
+ left : 10px
249
+ }
241
250
}
242
251
}
243
252
}
You can’t perform that action at this time.
0 commit comments