1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-20 18:14:30 +00:00

24 lines
313 B
CSS

/**
* Incognito mode stylesheet
*
* @author Pierre HUBERT
*/
#incognito-block {
z-index: 900;
position: fixed;
left: 10px;
bottom: 54px;
text-align: center;
background-color: #001F3F;
padding: 10px;
color: white;
}
#incognito-block i {
font-size: 200%;
}
#incognito-block span {
display: block;
}