修改样式
This commit is contained in:
parent
271b065e2d
commit
632fac0df7
@ -172,7 +172,7 @@
|
|||||||
font-family: Inter-Bold,Inter;
|
font-family: Inter-Bold,Inter;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.2rem;
|
line-height: 2rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative
|
position: relative
|
||||||
}
|
}
|
||||||
@ -694,10 +694,33 @@
|
|||||||
background: rgba(0,0,0,0.5);
|
background: rgba(0,0,0,0.5);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-overlay.active {
|
.filter-overlay.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.facetwp-facet{
|
||||||
|
display: flex;
|
||||||
|
gap: .2rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
overflow-x: auto
|
||||||
|
}
|
||||||
|
.facetwp-facet .facetwp-radio {
|
||||||
|
background: #ecf3f9;
|
||||||
|
color: #2d74ba;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 11px;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 5px 10px;
|
||||||
|
text-align: center;
|
||||||
|
transition: all .3s ease;
|
||||||
|
}
|
||||||
|
.facetwp-facet .facetwp-radio:hover {
|
||||||
|
background: #2d74ba;
|
||||||
|
border-radius: .2rem;
|
||||||
|
color: #fff
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.brandactive {
|
.brandactive {
|
||||||
background: #2d74ba;
|
background: #2d74ba;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user