-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (51 loc) · 1.07 KB
/
style.css
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
.SprdMain {
isolation: isolate;
}
#sprd-container > * {
margin-left: 0;
}
.sprd-social-bar,
.sprd-breadcrumb {
display: none;
}
.sprd-header-container {
padding-bottom: 1em;
}
.sprd-navigation {
border-top-width: 2px;
}
.sprd-navigation .sprd-department-filter {
padding-left: 0;
}
.sprd-header {
justify-content: end;
padding: 0 10px;
}
.sprd-header .sprd-header__title {
padding-left: 0;
}
.sprd-header .sprd-header__actions > * > :not(.sprd-search-form) {
padding-top: 6px;
padding-bottom: 10px;
}
.sprd-header .sprd-header__actions > * > [class$='__button--open'],
.sprd-header .sprd-header__actions > * > .sprd-search__button--open,
.sprd-header .sprd-header__actions > * > .sprd-basket-indicator__button--open,
.sprd-header .sprd-header__actions > * > :focus {
padding-bottom: 7px;
}
.sprd-search .sprd-search-form {
background: #fff;
}
.sprd-product-list {
gap: 20px;
}
.sprd-product-list .sprd-product-list-item {
margin: 0;
border: thin solid rgba(0, 0, 0, 0.12);
}
.sprd-mobilefilter__modal {
top: 96px;
height: unset;
height: calc(100% - 96px);
}