mirror of
https://github.com/documize/community.git
synced 2025-08-03 04:25:25 +02:00
Improve Space permissions
Closes out loopholes that allowed managers to kick owners.
This commit is contained in:
parent
09635b67ab
commit
5d632712e0
30 changed files with 1015 additions and 877 deletions
|
@ -65,13 +65,11 @@
|
|||
|
||||
> .space-list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin: 3rem 0;
|
||||
|
||||
> .space {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
@include card();
|
||||
@include ease-in();
|
||||
padding: 15px 0;
|
||||
font-size: 1.2rem;
|
||||
color: $color-primary;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue