Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2d07ac5

Browse files
author
vikasrohit
committed
SUP-2231, New Empty States for Dashboard and Profile
-- Updated margins in non empty states to accommodate empty state changes.
1 parent 5e7f66e commit 2d07ac5

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

assets/css/profile/about.scss

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282
// max-width: 883px;
8383
padding: 0 10px;
8484
margin: auto;
85-
@media (min-width: 768px) {
86-
}
8785
.empty-state {
8886
width: 100%;
8987
}
@@ -158,7 +156,10 @@
158156
width: 130px;
159157
}
160158
}
159+
}
161160

161+
button.more {
162+
margin-bottom: 20px;
162163
}
163164
}
164165

@@ -167,6 +168,7 @@
167168
line-height: 21px;
168169
@include sofia-pro-medium;
169170
text-transform: uppercase;
171+
margin-top: 20px;
170172
}
171173

172174
.categories {
@@ -315,6 +317,10 @@
315317
margin-bottom: 15px;
316318
}
317319

320+
external-links-data {
321+
margin-bottom: 20px;
322+
}
323+
318324
.empty-state {
319325

320326
.sample-ext-accounts {
@@ -336,6 +342,7 @@
336342
.activity {
337343
font-size: 24px;
338344
line-height: 30px;
345+
margin-top: 30px;
339346
}
340347

341348
.skills {
@@ -350,10 +357,10 @@
350357
width: 100%;
351358
padding-left: 30px;
352359
padding-right: 30px;
353-
margin: -20px auto 50px auto;
360+
margin: 0px auto 30px auto;
354361

355362
.skill {
356-
margin-top: 50px;
363+
margin-top: 30px;
357364
margin-right: 15px;
358365
margin-left: 15px;
359366
}
@@ -378,6 +385,10 @@
378385
}
379386
}
380387

388+
button.more {
389+
margin-bottom: 30px;
390+
}
391+
381392
}
382393

383394
.categories {
@@ -457,6 +468,10 @@
457468
margin-top: 1px;
458469
padding-top: 0px;
459470
padding-bottom: 0px;
471+
472+
external-links-data {
473+
margin-bottom: 30px;
474+
}
460475
.activity {
461476
margin-bottom: 0px;
462477
text-transform: uppercase;

0 commit comments

Comments
 (0)