mirror of
https://github.com/lrsjng/h5ai
synced 2025-12-15 21:32:52 +01:00
13 lines
292 B
Text
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;
|
|
}
|