mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created access forbidden modal
This commit is contained in:
@ -5,10 +5,19 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Callout special stylesheet
|
||||
* User signed out
|
||||
*/
|
||||
.user_page_access_forbidden {
|
||||
.user_access_denied_signed_out {
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
/**
|
||||
* User signed in
|
||||
*/
|
||||
.box-user-access-denied {
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
max-width: 350px;
|
||||
}
|
Reference in New Issue
Block a user