mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
23 lines
298 B
CSS
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;
|
|
} |