mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(edward) add .edward-msg
This commit is contained in:
parent
3388c3dfcc
commit
7de1fcf1f4
1 changed files with 11 additions and 0 deletions
11
css/edward.css
Normal file
11
css/edward.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue