ComunicWeb/assets/css/components/incognito/ui.css

23 lines
298 B
CSS
Raw Normal View History

2019-01-11 13:50:06 +00:00
/**
* Incognito mode stylesheet
*
* @author Pierre HUBERT
*/
#incognito-block {
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;
}