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

Commit 0f7a3a1

Browse files
author
Nick Litwin
committed
Replace with actual icons
1 parent c12c3f1 commit 0f7a3a1

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

assets/css/my-dashboard/my-challenges.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
background-color: $white;
2626
@include sofia-pro-light;
2727
font-size: 11px;
28+
line-height: 16px;
2829
text-transform: uppercase;
2930
color: $black;
3031

@@ -35,16 +36,17 @@
3536
&:before {
3637
content: '';
3738
display: inline-block;
38-
margin-right: 5px;
39+
margin-bottom: 2px;
40+
margin-right: 4px;
3941
vertical-align: middle;
40-
@include background-image-size(20px, 20px);
42+
@include background-image-size(16px, 16px);
4143
}
4244

4345
&.grid:before {
44-
background: url(/images/ico-posts.svg);
46+
background: url(/images/ico-grid.svg);
4547
}
4648
&.list:before {
47-
background: url(/images/ico-submissions.svg);
49+
background: url(/images/ico-list.svg);
4850
}
4951

5052
}

assets/images/ico-grid.svg

Lines changed: 10 additions & 0 deletions
Loading

assets/images/ico-list.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)