Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
update chatsetting transition
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 4, 2017
1 parent aff91c2 commit d632ed7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/Chat/ChatSetting.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
color:#888;
z-index: -1;
opacity: 0;
display: none;
transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);;

&.open {
display: block;
opacity: 1;
top: 40px;

& span {
width: 18px;
height: 18px;
}
}

& h4 {
Expand All @@ -47,12 +50,13 @@

& span {
display: block;
width: 18px;
height: 18px;
width: 0;
height: 0;
background:#ff4400;
border-radius: 2px;
margin: 0 3px 3px 0;
cursor: pointer;
transition: none;
}
}

Expand Down

0 comments on commit d632ed7

Please sign in to comment.