mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide better user list paging UX
This commit is contained in:
parent
8a654fcf3d
commit
d1bc4a5b4c
9 changed files with 84 additions and 44 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
.dmz-toolbar {
|
||||
display: inline-flex;
|
||||
// flex: 0 1 auto;
|
||||
flex-basis: auto;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
|
@ -30,7 +29,6 @@
|
|||
}
|
||||
|
||||
> .label {
|
||||
// display: inline-block;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: map-get($gray-shades, 600);
|
||||
|
@ -39,6 +37,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
> .label-selected {
|
||||
color: map-get($yellow-shades, 600);
|
||||
}
|
||||
|
||||
> .red {
|
||||
color: map-get($red-shades, 500);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue