ComunicWeb/assets/css/pages/userPage/accessForbidden.css
2017-12-17 19:14:19 +01:00

23 lines
298 B
CSS

/**
* Access To Page Forbidden stylesheet
*
* @author Pierre HUBERT
*/
/**
* User signed out
*/
.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;
}