Skip to content

Commit 067f498

Browse files
committed
Fix of lint errors in the previous commit
1 parent 608240a commit 067f498

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "~styles/tc-styles";
1+
@import "~styles/mixins";
22

33
.challengeAction {
44
margin: $base-unit 0;
@@ -145,6 +145,7 @@
145145
display: flex;
146146
flex-wrap: wrap;
147147
align-items: stretch;
148+
148149
@include xxs-to-xs {
149150
flex-direction: column;
150151
}

src/shared/components/challenge-detail/Specification/styles.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "~styles/tc-styles";
1+
@import "~styles/mixins";
22
$tc-link-visited: #0c4e98;
33

44
@mixin linkStyle {
@@ -29,9 +29,11 @@ $tc-link-visited: #0c4e98;
2929
justify-content: center;
3030
align-items: baseline;
3131
word-break: break-word;
32+
3233
@include xxs-to-xs {
3334
flex-direction: column;
3435
}
36+
3537
.challenge-specifications {
3638
flex: 4;
3739
text-align: left;

0 commit comments

Comments
 (0)