Skip to content

Commit c3b396d

Browse files
committed
Chat design for homepage
Signed-off-by: Bruno Lesieur <[email protected]>
1 parent 5c56dbd commit c3b396d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: themes/vue/source/css/index.styl

+13
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,16 @@ body
170170
&:before
171171
content "—"
172172
color $green
173+
174+
.gitter-open-chat-button
175+
background-color #4fc08d
176+
text-transform none
177+
-webkit-transition opacity 1s ease
178+
-moz-transition opacity 1s ease
179+
-ms-transition opacity 1s ease
180+
-o-transition opacity 1s ease
181+
transition opacity 1s ease
182+
opacity 0
183+
184+
&.is-displayed
185+
opacity 1

0 commit comments

Comments
 (0)