Skip to content

Commit 5d8b4d0

Browse files
TCA-438 #comment This commit does a first pass to get the check icon appearing in the right place. But it's the wrong size now. #time 1.5h
1 parent b871605 commit 5d8b4d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src-ts/tools/learn/learn-lib/course-outline/step-icon/StepIcon.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
color: $black-20;
77

88
.icon {
9+
910
@include icon-xl;
1011
border-radius: 50%;
1112
flex: 0 0 auto;
@@ -21,6 +22,8 @@
2122
background: $black-40;
2223

2324
> svg {
25+
height: 100%;
26+
width: 100%;
2427
margin: -1 * $border;
2528
}
2629
}
@@ -43,4 +46,4 @@
4346
background: $tc-white;
4447
}
4548
}
46-
}
49+
}

0 commit comments

Comments
 (0)