This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 2 files changed +7
-15
lines changed
MyTeamsDetails/components/TeamMembers
2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 6
6
padding : 0 24px 24px ;
7
7
}
8
8
9
- // overwrite the css
9
+ // adding "input:not([type="checkbox"])" to make sure that we override reset styles
10
10
input :not ([type = " checkbox" ]).filter-input {
11
- @media (min-width : 740px ) {
12
- width : 380px ;
13
- }
11
+ width : 380px ;
14
12
}
15
13
16
14
.controls {
@@ -226,10 +224,9 @@ input:not([type="checkbox"]).filter-input {
226
224
width : 100% ;
227
225
}
228
226
}
229
- }
230
227
231
- @media ( max-width : 374 px ) {
232
- .filter-input {
228
+ // adding "input:not([type="checkbox"])" to make sure that we override reset styles
229
+ input :not ([ type = " checkbox " ]) .filter-input {
233
230
width : 100% ;
234
231
}
235
232
}
Original file line number Diff line number Diff line change 1
1
@import " styles/include" ;
2
2
3
- // overwrite the css
3
+ // adding "input:not([type="checkbox"])" to make sure that we override reset styles
4
4
input :not ([type = " checkbox" ]).filter-input {
5
- @media (min-width : 651px ) {
6
- width : 380px ;
7
- }
8
- }
9
-
10
- .filter-input {
11
5
width : 380px ;
12
6
background-color : #ffffff ;
13
7
border : 1px solid #aaaaaa ;
@@ -37,7 +31,8 @@ input:not([type="checkbox"]).filter-input {
37
31
}
38
32
39
33
@media (max-width : 650px ) {
40
- .filter-input {
34
+ // adding "input:not([type="checkbox"])" to make sure that we override reset styles
35
+ input :not ([type = " checkbox" ]).filter-input {
41
36
width : 100% ;
42
37
}
43
38
}
You can’t perform that action at this time.
0 commit comments