1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-15 21:32:52 +01:00
h5ai/src/_h5ai/public/css/inc/view/notification.less
2015-05-12 16:08:20 +02:00

13 lines
292 B
Text

#notification {
position: fixed;
left: 50%;
width: 200px;
margin-left: -100px;
z-index: 100;
padding: 3px 6px 6px 6px;
color: @col-text-primary-white;
background: rgba(0,0,0,0.2);
border-radius: 0 0 4px 4px;
text-align: center;
overflow: hidden;
}