This commit is contained in:
JunaidJaved248 2021-10-18 01:59:53 -07:00 committed by GitHub
parent 176050442b
commit f07ad99c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -1045,3 +1045,32 @@ i.within-circle {
background-color: #26A37C !important; background-color: #26A37C !important;
border-color: #26A37C !important; border-color: #26A37C !important;
} }
}
/* Category Filter UI Responsivenes */
.category-page-wrapper .category-container .filters-container {
left: 0;
top: 30px;
padding: 0;
width: 96%;
z-index: 9;
position: unset;
margin-left: 20px;
padding-bottom: 10px;
background-color: #fff;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21)
}
.filters-container .toolbar-wrapper>div select {
cursor: pointer;
padding: 6px 10px;
color: rgba(0, 0, 0, .83);
background-color: #fff
}
.selective-div {
width: 97px;
-webkit-appearance: none
}
.filters-container .toolbar-wrapper>div
{
margin: 0 10px 0 0;
}