Retrieve group settings on the API

This commit is contained in:
Pierre HUBERT
2018-07-04 06:05:14 +02:00
parent 30696174f2
commit 218e9b6fbe
8 changed files with 147 additions and 3 deletions

View File

@ -0,0 +1,16 @@
/**
* Group settings stylesheet
*
* @author Pierre HUBERT
*/
.group-settings-container {
float: none;
margin: auto;
margin-top: 40px;
}
.group-settings-container .title {
text-align: center;
margin-bottom: 15px;
}