ComunicWeb/assets/css/pages/userPage/accessForbidden.css

23 lines
298 B
CSS
Raw Normal View History

/**
* Access To Page Forbidden stylesheet
*
* @author Pierre HUBERT
*/
/**
2017-12-17 18:14:19 +00:00
* User signed out
*/
2017-12-17 18:14:19 +00:00
.user_access_denied_signed_out {
margin: auto;
margin-top: 30px;
max-width: 500px;
2017-12-17 18:14:19 +00:00
}
/**
* User signed in
*/
.box-user-access-denied {
margin: auto;
margin-top: 30px;
max-width: 350px;
}