File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -203,17 +203,4 @@ a.button
203
203
height 0
204
204
border-left 4px solid transparent
205
205
border-right 4px solid transparent
206
- border-top 5px solid #c c c
207
-
208
- .gitter-open-chat-button
209
- background-color : #4f c0 8d ;
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 #c c c
Original file line number Diff line number Diff line change 220
220
margin-left 0
221
221
iframe
222
222
margin : 0 !important
223
+
224
+ .gitter-open-chat-button
225
+ background-color #4f c0 8d
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
You can’t perform that action at this time.
0 commit comments