mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
47 lines
860 B
CSS
47 lines
860 B
CSS
/**
|
|
* 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;
|
|
}
|
|
|
|
.group-settings-container .separated-block {
|
|
margin-top: 25px;
|
|
margin-bottom: 30px;
|
|
display: block;
|
|
}
|
|
|
|
.group-settings-container .submit-button-container {
|
|
text-align: center;
|
|
}
|
|
|
|
.group-settings-container .groupLogoSettingsContainer {
|
|
margin-top: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.group-settings-container .group-logo-settings-img {
|
|
width: 150px;
|
|
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;
|
|
} |