File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/shared/components/challenge-detail Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- @import " ~styles/tc-styles " ;
1
+ @import " ~styles/mixins " ;
2
2
3
3
.challengeAction {
4
4
margin : $base-unit 0 ;
145
145
display : flex ;
146
146
flex-wrap : wrap ;
147
147
align-items : stretch ;
148
+
148
149
@include xxs-to-xs {
149
150
flex-direction : column ;
150
151
}
Original file line number Diff line number Diff line change 1
- @import " ~styles/tc-styles " ;
1
+ @import " ~styles/mixins " ;
2
2
$tc-link-visited : #0c4e98 ;
3
3
4
4
@mixin linkStyle {
@@ -29,9 +29,11 @@ $tc-link-visited: #0c4e98;
29
29
justify-content : center ;
30
30
align-items : baseline ;
31
31
word-break : break-word ;
32
+
32
33
@include xxs-to-xs {
33
34
flex-direction : column ;
34
35
}
36
+
35
37
.challenge-specifications {
36
38
flex : 4 ;
37
39
text-align : left ;
You can’t perform that action at this time.
0 commit comments