1
1
.bcc-filter {
2
- position : relative;
2
+ position : relative;
3
3
}
4
4
5
5
.bcc-filter ul {
6
- padding-left : 0 !important ;
7
- margin-bottom : 0 !important ;
8
- display : flex;
9
- flex-flow : column nowrap;
6
+ padding-left : 0 !important ;
7
+ margin-bottom : 0 !important ;
8
+ display : flex;
9
+ flex-flow : column nowrap;
10
10
}
11
11
12
12
.bcc-filter li {
13
- position : relative;
14
- margin-bottom : 8px !important ;
13
+ position : relative;
14
+ margin-bottom : 8px !important ;
15
15
}
16
16
17
17
.bcc-filter .bcc-checkbox {
18
- border : 1px solid var (--border-on-primary );
18
+ border : 1px solid var (--border-on-primary );
19
19
}
20
20
21
21
.bcc-filter # close-bcc-groups {
22
- display : block;
23
- margin-bottom : 1rem ;
22
+ display : block;
23
+ margin-bottom : 1rem ;
24
24
}
25
25
26
-
27
26
.bcc-filter # bcc-filter-groups .active {
28
- display : block;
27
+ display : block;
29
28
}
30
29
31
30
body .no-scroll {
32
- overflow : hidden;
31
+ overflow : hidden;
33
32
}
34
33
35
34
.bcc-target-groups__filtered {
36
- display : flex;
37
- align-items : center;
38
- gap : 4px ;
39
- margin-bottom : 16px ;
35
+ display : flex;
36
+ align-items : center;
37
+ gap : 4px ;
38
+ margin-bottom : 16px ;
40
39
}
41
40
42
-
43
-
44
41
@media (max-width : 767px ) {
45
- .bcc-filter # bcc-filter-groups {
46
- position : fixed;
47
- inset : 0 ;
48
- top : var (--wp-admin--admin-bar--height );
49
- z-index : 99999 ;
50
- background : # fff ;
51
- padding : 16px ;
52
- text-align : left;
53
- overflow-y : auto;
54
- display : none;
55
- }
42
+ .bcc-filter # bcc-filter-groups {
43
+ position : fixed;
44
+ inset : 0 ;
45
+ top : var (--wp-admin--admin-bar--height );
46
+ z-index : 999999 ;
47
+ background : # fff ;
48
+ padding : 16px ;
49
+ text-align : left;
50
+ overflow-y : auto;
51
+ display : none;
52
+ }
56
53
}
57
54
58
55
@media (min-width : 768px ) {
59
- @supports (text-shadow : 1px 0 0 # 000 ) {
60
- .bcc-filter label : hover ,
61
- .bcc-filter input : checked + label {
62
- font-weight : normal;
63
- text-shadow : 0.2px 0 0 currentColor;
64
- }
56
+ @supports (text-shadow : 1px 0 0 # 000 ) {
57
+ .bcc-filter label : hover ,
58
+ .bcc-filter input : checked + label {
59
+ font-weight : normal;
60
+ text-shadow : 0.2px 0 0 currentColor;
65
61
}
62
+ }
66
63
67
- .bcc-filter # close-bcc-groups ,
68
- .bcc-filter # toggle-bcc-filter {
69
- display : none;
70
- }
64
+ .bcc-filter # close-bcc-groups ,
65
+ .bcc-filter # toggle-bcc-filter {
66
+ display : none;
67
+ }
71
68
72
- .bcc-filter # bcc-filter-groups {
73
- display : block;
74
- position : relative;
75
- }
76
- }
69
+ .bcc-filter # bcc-filter-groups {
70
+ display : block;
71
+ position : relative;
72
+ }
73
+ }
0 commit comments