Display basic information about a group when access to it is forbidden.

This commit is contained in:
Pierre HUBERT
2018-07-05 07:43:03 +02:00
parent dfce597139
commit 7db41a9183
5 changed files with 126 additions and 1 deletions

View File

@ -0,0 +1,22 @@
/**
* Access forbidden to page groups stylesheet
*
* @author Pierre HUBERT
*/
.group-forbidden-page-container {
max-width: 300px;
margin: auto;
margin-top: 15px;
text-align: center;
}
.group-forbidden-page-container .group-logo {
width: 130px;
margin: auto;
display: block;
}
.group-forbidden-page-container .group-name {
margin-bottom: 15px;
}