mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display basic information about a group when access to it is forbidden.
This commit is contained in:
22
assets/css/pages/groups/pages/forbidden.css
Normal file
22
assets/css/pages/groups/pages/forbidden.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user