mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Send a request to the server to create the group
This commit is contained in:
25
assets/css/pages/groups/pages/create.css
Normal file
25
assets/css/pages/groups/pages/create.css
Normal file
@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Create groups page main stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.create-group-page {
|
||||
max-width: 450px;
|
||||
margin: auto;
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.create-group-page form {
|
||||
border: 1px #162935 solid;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.create-group-page form h3 {
|
||||
text-align: center;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.create-group-page .submit-button-container {
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user