We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c56dbd commit c3b396dCopy full SHA for c3b396d
themes/vue/source/css/index.styl
@@ -170,3 +170,16 @@ body
170
&:before
171
content "—"
172
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