4,656
edits
No edit summary |
No edit summary |
||
| Line 259: | Line 259: | ||
.count-filters-container { | .count-filters-container { | ||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
| Line 269: | Line 272: | ||
margin-top: 0; | margin-top: 0; | ||
width: fit-content; | width: fit-content; | ||
white-space: nowrap; | |||
} | } | ||
| Line 306: | Line 310: | ||
cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\"><circle cx=\"14\" cy=\"14\" r=\"4.5\" fill=\"white\" stroke=\"black\" stroke-width=\"1\" /></svg>") 14 14,auto; | cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\"><circle cx=\"14\" cy=\"14\" r=\"4.5\" fill=\"white\" stroke=\"black\" stroke-width=\"1\" /></svg>") 14 14,auto; | ||
background: 0 0; | background: 0 0; | ||
} | |||
#print-selection-wrapper { | |||
display: flex; | |||
align-items: center; | |||
} | } | ||
.toggle-filters.general-toggle { | .toggle-filters.general-toggle { | ||