1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-03 04:25:25 +02:00

Allow admins to add, edit, delete user groups!

This commit is contained in:
sauls8t 2018-02-27 14:16:23 +00:00
parent 00f415214c
commit 19b4a3de49
23 changed files with 1470 additions and 664 deletions

View file

@ -55,4 +55,44 @@
color: $color-primary;
}
}
> .groups-list {
padding: 0;
margin: 0;
> .item {
margin: 15px 0;
padding: 15px;
@include card();
@include ease-in();
> .group {
display: inline-block;
> .name {
font-size: 1.2rem;
color: $color-primary;
}
> .purpose {
font-size: 1rem;
color: $color-off-black;
}
> .info {
font-size: 0.9rem;
margin-top: 8px;
color: $color-gray;
}
}
> .buttons {
margin-top: 5px;
}
> .action {
display: inline-block;
}
}
}
}