Created access forbidden modal

This commit is contained in:
Pierre
2017-12-17 19:14:19 +01:00
parent ad6d3ed706
commit 710470aae6
3 changed files with 97 additions and 5 deletions

View File

@ -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;
}