finish peeps tables
This commit is contained in:
@@ -2839,3 +2839,37 @@ button.inline-link,
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.drops-sort-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.4rem;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
letter-spacing: inherit;
|
||||
text-align: left;
|
||||
text-transform: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drops-sort-button:hover,
|
||||
.drops-sort-button.is-active {
|
||||
color: rgba(255, 255, 255, 0.96);
|
||||
}
|
||||
|
||||
.drops-sort-arrow {
|
||||
min-width: 0.75rem;
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
font-size: 0.66rem;
|
||||
}
|
||||
|
||||
|
||||
.drops-pager {
|
||||
margin: 0.9rem 1rem 1rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user