cloudcmd/css/edward.css
2015-01-13 04:33:25 -05:00

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;
}