mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
11 lines
310 B
CSS
11 lines
310 B
CSS
.edward-msg {
|
|
z-index : 1;
|
|
background-color : #7285B7;
|
|
color : #D1F1A9;
|
|
position : fixed;
|
|
left : 40%;
|
|
top : 25px;
|
|
padding : 5px;
|
|
opacity : 0.9;
|
|
transition : ease 0.5s;
|
|
}
|