starting to implement alphabetical filter in category page
This commit is contained in:
parent
0a6ae01982
commit
77306b737b
3 changed files with 64 additions and 3 deletions
|
|
@ -1336,3 +1336,23 @@ aside .aside-icon:hover {
|
|||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
|
||||
|
||||
ul.catFilter {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
ul.catFilter li {
|
||||
padding: 0px 10px;
|
||||
background-color: #333333;
|
||||
color: #7c7c7c;
|
||||
margin: 0 5px 5px 0;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
ul.catFilter li.available a {
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue