Skip to content

Commit f245ca6

Browse files
Merge pull request #191 from Utcrash/def/DS-550
Def/ds 550
2 parents 9b5d28a + 541a40b commit f245ca6

File tree

3 files changed

+21
-95
lines changed

3 files changed

+21
-95
lines changed

src/app/dashboard/dashboard.component.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@
167167
<span class="text-dark">Logout</span>
168168
</div>
169169
<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>
171172
</div>
172173
<div
173174
class="last-login d-flex align-items-center justify-content-between mt-3 font-12 fw-400 text-grey">

src/app/dashboard/dashboard.component.scss

+18-9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
margin-left: 8px;
99
}
1010

11+
.logo {
12+
width: 200px;
13+
height: 64px;
14+
background-repeat: no-repeat;
15+
background-size: 200px;
16+
background-position: -18px;
17+
}
18+
1119
.sidenav-odp {
1220
min-width: 264px;
1321
max-width: 264px;
@@ -40,13 +48,7 @@
4048
background-size: contain;
4149
background-repeat: no-repeat;
4250

43-
.logo {
44-
width: 200px;
45-
height: 64px;
46-
background-repeat: no-repeat;
47-
background-size: 200px;
48-
background-position: -18px;
49-
}
51+
5052
}
5153

5254
.icons-holder {
@@ -219,7 +221,8 @@
219221
}
220222

221223
.user-details-footer {
222-
min-height: 50px;
224+
min-height: 64px;
225+
position: relative;
223226

224227
.powered-by,
225228
.info {
@@ -231,13 +234,19 @@
231234
background-size: 174px;
232235
background-position: -10px -28px;
233236
background-repeat: no-repeat;
234-
237+
margin-left: 50px;
235238
small {
236239
font-size: 12px;
237240
top: 18px;
238241
right: 12px;
239242
}
240243
}
244+
245+
.logo-info {
246+
position: absolute;
247+
top: 0px;
248+
left: 10px
249+
}
241250
}
242251
}
243252
}

src/assets/img/powered-by.svg

+1-85
Loading

0 commit comments

Comments
 (0)