Can delete groups.

This commit is contained in:
Pierre HUBERT
2018-08-31 10:33:51 +02:00
parent 7e09e0f2f9
commit 1c1dbe8454
3 changed files with 77 additions and 0 deletions

View File

@ -35,4 +35,13 @@
margin: auto;
margin-bottom: 10px;
display: block;
}
.group-settings-container .delete-group-link-container {
text-align: center;
padding: 20px;
}
.group-settings-container .delete-group-link-container a {
color: black;
}