File tree 4 files changed +18
-17
lines changed
challenge-listing/Filters/ChallengeSearchBar
4 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 47
47
}
48
48
}
49
49
50
- @media only screen and ( max-width : 1024 px ) {
50
+ @include xxs-to-sm {
51
51
.link {
52
52
display : block ;
53
53
}
Original file line number Diff line number Diff line change 55
55
top : 16px ;
56
56
}
57
57
58
- @media only screen and (min-width : 1024px ) {
59
- .header-wrapper {
60
- display : none ;
58
+ .header-wrapper {
59
+ display : none ;
60
+
61
+ @include xxs-to-sm {
62
+ display : block ;
61
63
}
62
64
}
Original file line number Diff line number Diff line change 3
3
.auth-buttons {
4
4
display : inline-block ;
5
5
position : relative ;
6
- top : -11 px ;
6
+ top : -4 px ;
7
7
8
8
a {
9
9
border-radius : 2 * $corner-radius ;
90
90
.right-menu {
91
91
height : 100% ;
92
92
position : absolute ;
93
- right : 0 ;
93
+ right : 20 px ;
94
94
top : 0 ;
95
95
}
96
96
136
136
.search-icon {
137
137
cursor : pointer ;
138
138
display : inline-block ;
139
- height : 100% ;
140
- margin : 0 24px 0 6px ;
139
+ height : 32px ;
140
+ margin : 11px 4px 11px 6px ;
141
+ padding-left : 12px ;
141
142
position : relative ;
143
+ border-left : 1px solid $tc-gray-40 ;
142
144
width : 36px ;
143
145
144
146
svg {
145
- border-left : 1px solid $tc-gray-40 ;
146
- height : 32px ;
147
- margin : 12px 0 0 ;
148
- padding : 0 0 0 12px ;
149
- width : 32px ;
147
+ height : 18px ;
148
+ margin-top : 7px ;
149
+ width : 18px ;
150
150
}
151
151
152
152
/* TODO: This code for downward blue arrow is used also
166
166
border-width : 6px 5px 0 ;
167
167
border-color : $tc-dark-blue-90 transparent transparent transparent ;
168
168
position : absolute ;
169
- bottom : 5 px ;
170
- left : 50 % ;
169
+ left : 60 % ;
170
+ bottom : -3 px ;
171
171
margin-left : -6px ;
172
172
background-color : transparent ;
173
173
}
191
191
position : relative ;
192
192
}
193
193
194
- @media only screen and ( max-width : 1024 px ) {
194
+ @include xxs-to-sm {
195
195
.auth-buttons {
196
196
top : 16px ;
197
197
}
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ $search-input-width: '100% - 56px';
41
41
font-weight : 300 ;
42
42
font-size : 15px ;
43
43
color : $tc-gray-50 ;
44
- line-height : $challenge-space-30 + 5 ;
45
44
text-transform : none ;
46
45
opacity : 1 ;
47
46
}
You can’t perform that action at this time.
0 commit comments