mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Retrieve group settings on the API
This commit is contained in:
16
assets/css/pages/groups/pages/settings.css
Normal file
16
assets/css/pages/groups/pages/settings.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user