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
135
135
.search-icon {
136
136
cursor : pointer ;
137
137
display : inline-block ;
138
- height : 100% ;
139
- margin : 0 24px 0 6px ;
138
+ height : 32px ;
139
+ margin : 11px 4px 11px 6px ;
140
+ padding-left : 12px ;
140
141
position : relative ;
142
+ border-left : 1px solid $tc-gray-40 ;
141
143
width : 36px ;
142
144
143
145
svg {
144
- border-left : 1px solid $tc-gray-40 ;
145
- height : 32px ;
146
- margin : 12px 0 0 ;
147
- padding : 0 0 0 12px ;
148
- width : 32px ;
146
+ height : 18px ;
147
+ margin-top : 7px ;
148
+ width : 18px ;
149
149
}
150
150
151
151
/* TODO: This code for downward blue arrow is used also
165
165
border-width : 6px 5px 0 ;
166
166
border-color : $tc-dark-blue-90 transparent transparent transparent ;
167
167
position : absolute ;
168
- bottom : 5 px ;
169
- left : 50 % ;
168
+ left : 60 % ;
169
+ bottom : -3 px ;
170
170
margin-left : -6px ;
171
171
background-color : transparent ;
172
172
}
190
190
position : relative ;
191
191
}
192
192
193
- @media only screen and ( max-width : 1024 px ) {
193
+ @include xxs-to-sm {
194
194
.auth-buttons {
195
195
top : 16px ;
196
196
}
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