mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Make bulk group member management easier
Add and Remove members separated. Introduced user list paging size.
This commit is contained in:
parent
bd2e8ac165
commit
1b16be2505
9 changed files with 130 additions and 93 deletions
|
@ -85,13 +85,13 @@
|
|||
margin: 15px 0;
|
||||
|
||||
.name {
|
||||
font-size: 1.2rem;
|
||||
color: $color-off-black;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
|
||||
> .purpose {
|
||||
font-size: 1rem;
|
||||
color: $color-gray;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -107,15 +107,6 @@
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
> hr {
|
||||
height: 1px;
|
||||
color: $color-border;
|
||||
background: $color-border;
|
||||
font-size: 0;
|
||||
border: 0;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
// used for user admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue