feature(edward) add .edward-msg

This commit is contained in:
coderaiser 2015-01-13 04:33:25 -05:00
parent 3388c3dfcc
commit 7de1fcf1f4

11
css/edward.css Normal file
View file

@ -0,0 +1,11 @@
.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;
}