-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_filters.scss
More file actions
105 lines (79 loc) · 1.61 KB
/
_filters.scss
File metadata and controls
105 lines (79 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.filtres {
display: flex;
padding: 51px 0 64px 0;
}
.filtres__wrap {
display: flex;
}
.filter__left {
display: flex;
padding: 0 304px 0 00;
display: inline-block;
}
.filter__img {
padding: 0 0 0 11px;
}
.filers__category__box {
box-shadow: 0 0 50px hsl(0, 0%, 70%);
position: absolute;
background: $text-color;
width: 360px;
z-index: 1;
}
details summary {
display: block;
width: 10em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
outline-style: none;
cursor: pointer;
}
details summary::-webkit-details-marker {
display: none;
}
.filters__category__details {
padding: 16px 0 18px 17px;
}
.filters__category__details[open] {
color: $accent-color;
}
.filters__category {
display: block;
border-left: 5px solid $accent-color;
border-bottom: 1px solid #EBEBEB;
padding: 10px;
outline: none;
}
.filters__category__ul {
margin: 24px 0 6px 17px;
list-style: none;
}
.filters__category__li {
font-size: 14px;
line-height: 17px;
color: #6F6E6E;
}
.filters__category__li:not(:last-child) {
padding: 0 0 11px 0;
}
.filter__center {
display: flex;
}
.filter__center__category:not(:first-child) {
margin: 0 0 0 30px;
}
.filter__size {
display: flex;
flex-direction: column;
box-shadow: 0 0 50px hsl(0, 0%, 70%);
position: absolute;
background: $text-color;
padding: 7px 30px 11px 9px;
}
.filter__size__input:not(:last-child) {
padding: 0 0 6px 0 ;
}
.filter__size__input__checkbox {
margin: 0 9px 0 0;
}