Skip to content

Commit 5c56dbd

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

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

+1-14
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,4 @@ a.button
203203
height 0
204204
border-left 4px solid transparent
205205
border-right 4px solid transparent
206-
border-top 5px solid #ccc
207-
208-
.gitter-open-chat-button
209-
background-color: #4fc08d;
210-
text-transform: none;
211-
-webkit-transition: opacity 1s ease;
212-
-moz-transition: opacity 1s ease;
213-
-ms-transition: opacity 1s ease;
214-
-o-transition: opacity 1s ease;
215-
transition: opacity 1s ease;
216-
opacity: 0
217-
218-
&is-displayed
219-
opacity: 1;
206+
border-top 5px solid #ccc

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

+13
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,16 @@
220220
margin-left 0
221221
iframe
222222
margin: 0 !important
223+
224+
.gitter-open-chat-button
225+
background-color #4fc08d
226+
text-transform none
227+
-webkit-transition opacity 1s ease
228+
-moz-transition opacity 1s ease
229+
-ms-transition opacity 1s ease
230+
-o-transition opacity 1s ease
231+
transition opacity 1s ease
232+
opacity 0
233+
234+
&.is-displayed
235+
opacity 1

0 commit comments

Comments
 (0)