mui_app_rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +34 -0
  3. data/app/assets/fonts/mui.ttf +0 -0
  4. data/app/assets/javascripts/mui_app_rails/actions.js +26 -0
  5. data/app/assets/javascripts/mui_app_rails/ajax.plugin.js +3 -0
  6. data/app/assets/javascripts/mui_app_rails/input.plugin.js +232 -0
  7. data/app/assets/javascripts/mui_app_rails/modals.js +37 -0
  8. data/app/assets/javascripts/mui_app_rails/mui.active.js +30 -0
  9. data/app/assets/javascripts/mui_app_rails/mui.ajax.5+.js +27 -0
  10. data/app/assets/javascripts/mui_app_rails/mui.ajax.js +277 -0
  11. data/app/assets/javascripts/mui_app_rails/mui.animation.js +39 -0
  12. data/app/assets/javascripts/mui_app_rails/mui.animationframe.js +72 -0
  13. data/app/assets/javascripts/mui_app_rails/mui.back.5+.js +108 -0
  14. data/app/assets/javascripts/mui_app_rails/mui.back.js +56 -0
  15. data/app/assets/javascripts/mui_app_rails/mui.class.js +40 -0
  16. data/app/assets/javascripts/mui_app_rails/mui.class.scroll.js +894 -0
  17. data/app/assets/javascripts/mui_app_rails/mui.class.scroll.pullrefresh.js +150 -0
  18. data/app/assets/javascripts/mui_app_rails/mui.class.scroll.slider.js +361 -0
  19. data/app/assets/javascripts/mui_app_rails/mui.class.scroll.slider.old.js +332 -0
  20. data/app/assets/javascripts/mui_app_rails/mui.detect.5+.js +18 -0
  21. data/app/assets/javascripts/mui_app_rails/mui.detect.js +50 -0
  22. data/app/assets/javascripts/mui_app_rails/mui.dialog.alert.js +27 -0
  23. data/app/assets/javascripts/mui_app_rails/mui.dialog.confirm.js +27 -0
  24. data/app/assets/javascripts/mui_app_rails/mui.dialog.prompt.js +33 -0
  25. data/app/assets/javascripts/mui_app_rails/mui.dialog.toast.js +20 -0
  26. data/app/assets/javascripts/mui_app_rails/mui.event.js +160 -0
  27. data/app/assets/javascripts/mui_app_rails/mui.fixed.animation.js +22 -0
  28. data/app/assets/javascripts/mui_app_rails/mui.fixed.classlist.js +50 -0
  29. data/app/assets/javascripts/mui_app_rails/mui.fixed.fastclick.js +64 -0
  30. data/app/assets/javascripts/mui_app_rails/mui.fixed.js +40 -0
  31. data/app/assets/javascripts/mui_app_rails/mui.fixed.keyboard.js +56 -0
  32. data/app/assets/javascripts/mui_app_rails/mui.gestures.drag.js +48 -0
  33. data/app/assets/javascripts/mui_app_rails/mui.gestures.flick.js +30 -0
  34. data/app/assets/javascripts/mui_app_rails/mui.gestures.hold.js +41 -0
  35. data/app/assets/javascripts/mui_app_rails/mui.gestures.js +207 -0
  36. data/app/assets/javascripts/mui_app_rails/mui.gestures.longtap.js +43 -0
  37. data/app/assets/javascripts/mui_app_rails/mui.gestures.swipe.js +29 -0
  38. data/app/assets/javascripts/mui_app_rails/mui.gestures.tap.js +40 -0
  39. data/app/assets/javascripts/mui_app_rails/mui.init.5+.js +441 -0
  40. data/app/assets/javascripts/mui_app_rails/mui.init.js +100 -0
  41. data/app/assets/javascripts/mui_app_rails/mui.init.pullrefresh.js +57 -0
  42. data/app/assets/javascripts/mui_app_rails/mui.js +396 -0
  43. data/app/assets/javascripts/mui_app_rails/mui.jsonp.js +108 -0
  44. data/app/assets/javascripts/mui_app_rails/mui.layout.js +22 -0
  45. data/app/assets/javascripts/mui_app_rails/mui.namespace.js +35 -0
  46. data/app/assets/javascripts/mui_app_rails/mui.number.js +93 -0
  47. data/app/assets/javascripts/mui_app_rails/mui.offcanvas.js +497 -0
  48. data/app/assets/javascripts/mui_app_rails/mui.pullrefresh.js +157 -0
  49. data/app/assets/javascripts/mui_app_rails/mui.target.js +58 -0
  50. data/app/assets/javascripts/mui_app_rails/mui.view.js +172 -0
  51. data/app/assets/javascripts/mui_app_rails/popovers.js +278 -0
  52. data/app/assets/javascripts/mui_app_rails/pullrefresh.5+.js +238 -0
  53. data/app/assets/javascripts/mui_app_rails/push.js +479 -0
  54. data/app/assets/javascripts/mui_app_rails/segmented-controllers.js +99 -0
  55. data/app/assets/javascripts/mui_app_rails/sliders.js +362 -0
  56. data/app/assets/javascripts/mui_app_rails/switches.js +165 -0
  57. data/app/assets/javascripts/mui_app_rails/tableviews.js +512 -0
  58. data/app/assets/javascripts/mui_app_rails.js +1 -0
  59. data/app/assets/stylesheets/mui_app_rails/badges.scss +88 -0
  60. data/app/assets/stylesheets/mui_app_rails/bars.scss +312 -0
  61. data/app/assets/stylesheets/mui_app_rails/base.scss +196 -0
  62. data/app/assets/stylesheets/mui_app_rails/buttons.scss +205 -0
  63. data/app/assets/stylesheets/mui_app_rails/cards.scss +62 -0
  64. data/app/assets/stylesheets/mui_app_rails/forms.scss +452 -0
  65. data/app/assets/stylesheets/mui_app_rails/fullscreen.scss +35 -0
  66. data/app/assets/stylesheets/mui_app_rails/grid.scss +75 -0
  67. data/app/assets/stylesheets/mui_app_rails/hack.scss +14 -0
  68. data/app/assets/stylesheets/mui_app_rails/icon.scss +170 -0
  69. data/app/assets/stylesheets/mui_app_rails/iscroll.scss +43 -0
  70. data/app/assets/stylesheets/mui_app_rails/loadings.scss +111 -0
  71. data/app/assets/stylesheets/mui_app_rails/mixins.scss +212 -0
  72. data/app/assets/stylesheets/mui_app_rails/modals.scss +34 -0
  73. data/app/assets/stylesheets/mui_app_rails/mui.scss +46 -0
  74. data/app/assets/stylesheets/mui_app_rails/normalize.scss +425 -0
  75. data/app/assets/stylesheets/mui_app_rails/number.scss +70 -0
  76. data/app/assets/stylesheets/mui_app_rails/off-canvas.scss +84 -0
  77. data/app/assets/stylesheets/mui_app_rails/os.scss +12 -0
  78. data/app/assets/stylesheets/mui_app_rails/pagination.scss +155 -0
  79. data/app/assets/stylesheets/mui_app_rails/popovers.scss +198 -0
  80. data/app/assets/stylesheets/mui_app_rails/pullrefreshs.scss +98 -0
  81. data/app/assets/stylesheets/mui_app_rails/push.scss +63 -0
  82. data/app/assets/stylesheets/mui_app_rails/scroll.scss +95 -0
  83. data/app/assets/stylesheets/mui_app_rails/segmented-controls.scss +150 -0
  84. data/app/assets/stylesheets/mui_app_rails/slider-cell.scss +20 -0
  85. data/app/assets/stylesheets/mui_app_rails/sliders.scss +133 -0
  86. data/app/assets/stylesheets/mui_app_rails/switches.scss +115 -0
  87. data/app/assets/stylesheets/mui_app_rails/table-views.scss +482 -0
  88. data/app/assets/stylesheets/mui_app_rails/toast.scss +16 -0
  89. data/app/assets/stylesheets/mui_app_rails/type.scss +23 -0
  90. data/app/assets/stylesheets/mui_app_rails/variables.scss +64 -0
  91. data/app/assets/stylesheets/mui_app_rails.css +3 -0
  92. data/lib/mui_app_rails/engine.rb +5 -0
  93. data/lib/mui_app_rails/version.rb +3 -0
  94. data/lib/mui_app_rails.rb +5 -0
  95. metadata +179 -0
@@ -0,0 +1,425 @@
1
+ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
2
+
3
+ //
4
+ // 1. Set default font family to sans-serif.
5
+ // 2. Prevent iOS text size adjust after orientation change, without disabling
6
+ // user zoom.
7
+ //
8
+
9
+ html {
10
+ font-family: sans-serif; // 1
11
+ //-ms-text-size-adjust: 100%; // 2
12
+ -webkit-text-size-adjust: 100%; // 2
13
+ }
14
+
15
+ //
16
+ // Remove default margin.
17
+ //
18
+
19
+ body {
20
+ margin: 0;
21
+ }
22
+
23
+ // HTML5 display definitions
24
+ // ==========================================================================
25
+
26
+ //
27
+ // Correct `block` display not defined for any HTML5 element in IE 8/9.
28
+ // Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
29
+ // Correct `block` display not defined for `main` in IE 11.
30
+ //
31
+
32
+ article,
33
+ aside,
34
+ details,
35
+ figcaption,
36
+ figure,
37
+ footer,
38
+ header,
39
+ hgroup,
40
+ main,
41
+ nav,
42
+ section,
43
+ summary {
44
+ display: block;
45
+ }
46
+
47
+ //
48
+ // 1. Correct `inline-block` display not defined in IE 8/9.
49
+ // 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
50
+ //
51
+
52
+ audio,
53
+ canvas,
54
+ progress,
55
+ video {
56
+ display: inline-block; // 1
57
+ vertical-align: baseline; // 2
58
+ }
59
+
60
+ //
61
+ // Prevent modern browsers from displaying `audio` without controls.
62
+ // Remove excess height in iOS 5 devices.
63
+ //
64
+
65
+ audio:not([controls]) {
66
+ display: none;
67
+ height: 0;
68
+ }
69
+
70
+ //
71
+ // Address `[hidden]` styling not present in IE 8/9/10.
72
+ // Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
73
+ //
74
+
75
+ [hidden],
76
+ template {
77
+ display: none;
78
+ }
79
+
80
+ // Links
81
+ // ==========================================================================
82
+
83
+ //
84
+ // Remove the gray background color from active links in IE 10.
85
+ //
86
+
87
+ a {
88
+ background: transparent;
89
+ }
90
+
91
+ //
92
+ // Improve readability when focused and also mouse hovered in all browsers.
93
+ //
94
+
95
+ a:active,
96
+ a:hover {
97
+ outline: 0;
98
+ }
99
+
100
+ // Text-level semantics
101
+ // ==========================================================================
102
+
103
+ //
104
+ // Address styling not present in IE 8/9/10/11, Safari, and Chrome.
105
+ //
106
+
107
+ abbr[title] {
108
+ border-bottom: 1px dotted;
109
+ }
110
+
111
+ //
112
+ // Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
113
+ //
114
+
115
+ b,
116
+ strong {
117
+ font-weight: bold;
118
+ }
119
+
120
+ //
121
+ // Address styling not present in Safari and Chrome.
122
+ //
123
+
124
+ dfn {
125
+ font-style: italic;
126
+ }
127
+
128
+ //
129
+ // Address variable `h1` font-size and margin within `section` and `article`
130
+ // contexts in Firefox 4+, Safari, and Chrome.
131
+ //
132
+
133
+ h1 {
134
+ margin: 0.67em 0;
135
+ font-size: 2em;
136
+ }
137
+
138
+ //
139
+ // Address styling not present in IE 8/9.
140
+ //
141
+
142
+ mark {
143
+ color: #000;
144
+ background: #ff0;
145
+ }
146
+
147
+ //
148
+ // Address inconsistent and variable font size in all browsers.
149
+ //
150
+
151
+ small {
152
+ font-size: 80%;
153
+ }
154
+
155
+ //
156
+ // Prevent `sub` and `sup` affecting `line-height` in all browsers.
157
+ //
158
+
159
+ sub,
160
+ sup {
161
+ position: relative;
162
+ font-size: 75%;
163
+ line-height: 0;
164
+ vertical-align: baseline;
165
+ }
166
+
167
+ sup {
168
+ top: -.5em;
169
+ }
170
+
171
+ sub {
172
+ bottom: -.25em;
173
+ }
174
+
175
+ // Embedded content
176
+ // ==========================================================================
177
+
178
+ //
179
+ // Remove border when inside `a` element in IE 8/9/10.
180
+ //
181
+
182
+ img {
183
+ border: 0;
184
+ }
185
+
186
+ //
187
+ // Correct overflow not hidden in IE 9/10/11.
188
+ //
189
+
190
+ svg:not(:root) {
191
+ overflow: hidden;
192
+ }
193
+
194
+ // Grouping content
195
+ // ==========================================================================
196
+
197
+ //
198
+ // Address margin not present in IE 8/9 and Safari.
199
+ //
200
+
201
+ figure {
202
+ margin: 1em 40px;
203
+ }
204
+
205
+ //
206
+ // Address differences between Firefox and other browsers.
207
+ //
208
+
209
+ hr {
210
+ height: 0;
211
+ //-moz-box-sizing: content-box;
212
+ box-sizing: content-box;
213
+ }
214
+
215
+ //
216
+ // Contain overflow in all browsers.
217
+ //
218
+
219
+ pre {
220
+ overflow: auto;
221
+ }
222
+
223
+ //
224
+ // Address odd `em`-unit font size rendering in all browsers.
225
+ //
226
+
227
+ code,
228
+ kbd,
229
+ pre,
230
+ samp {
231
+ font-family: monospace, monospace;
232
+ font-size: 1em;
233
+ }
234
+
235
+ // Forms
236
+ // ==========================================================================
237
+
238
+ //
239
+ // Known limitation: by default, Chrome and Safari on OS X allow very limited
240
+ // styling of `select`, unless a `border` property is set.
241
+ //
242
+
243
+ //
244
+ // 1. Correct color not being inherited.
245
+ // Known issue: affects color of disabled elements.
246
+ // 2. Correct font properties not being inherited.
247
+ // 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
248
+ //
249
+
250
+ button,
251
+ input,
252
+ optgroup,
253
+ select,
254
+ textarea {
255
+ margin: 0; // 3
256
+ color: inherit; // 1
257
+ font: inherit; // 2
258
+ }
259
+
260
+ //
261
+ // Address `overflow` set to `hidden` in IE 8/9/10/11.
262
+ //
263
+
264
+ button {
265
+ overflow: visible;
266
+ }
267
+
268
+ //
269
+ // Address inconsistent `text-transform` inheritance for `button` and `select`.
270
+ // All other form control elements do not inherit `text-transform` values.
271
+ // Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
272
+ // Correct `select` style inheritance in Firefox.
273
+ //
274
+
275
+ button,
276
+ select {
277
+ text-transform: none;
278
+ }
279
+
280
+ //
281
+ // 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
282
+ // and `video` controls.
283
+ // 2. Correct inability to style clickable `input` types in iOS.
284
+ // 3. Improve usability and consistency of cursor style between image-type
285
+ // `input` and others.
286
+ //
287
+
288
+ button,
289
+ html input[type="button"], // 1
290
+ input[type="reset"],
291
+ input[type="submit"] {
292
+ -webkit-appearance: button; // 2
293
+ cursor: pointer; // 3
294
+ }
295
+
296
+ //
297
+ // Re-set default cursor for disabled elements.
298
+ //
299
+
300
+ button[disabled],
301
+ html input[disabled] {
302
+ cursor: default;
303
+ }
304
+
305
+ //
306
+ // Remove inner padding and border in Firefox 4+.
307
+ //
308
+
309
+ //button::-moz-focus-inner,
310
+ //input::-moz-focus-inner {
311
+ //padding: 0;
312
+ //border: 0;
313
+ //}
314
+
315
+ //
316
+ // Address Firefox 4+ setting `line-height` on `input` using `!important` in
317
+ // the UA stylesheet.
318
+ //
319
+
320
+ input {
321
+ line-height: normal;
322
+ }
323
+
324
+ //
325
+ // It's recommended that you don't attempt to style these elements.
326
+ // Firefox's implementation doesn't respect box-sizing, padding, or width.
327
+ //
328
+ // 1. Address box sizing set to `content-box` in IE 8/9/10.
329
+ // 2. Remove excess padding in IE 8/9/10.
330
+ //
331
+
332
+ input[type="checkbox"],
333
+ input[type="radio"] {
334
+ padding: 0; // 2
335
+ box-sizing: border-box; // 1
336
+ }
337
+
338
+ //
339
+ // Fix the cursor style for Chrome's increment/decrement buttons. For certain
340
+ // `font-size` values of the `input`, it causes the cursor style of the
341
+ // decrement button to change from `default` to `text`.
342
+ //
343
+
344
+ input[type="number"]::-webkit-inner-spin-button,
345
+ input[type="number"]::-webkit-outer-spin-button {
346
+ height: auto;
347
+ }
348
+
349
+ //
350
+ // 1. Address `appearance` set to `searchfield` in Safari and Chrome.
351
+ // 2. Address `box-sizing` set to `border-box` in Safari and Chrome
352
+ // (include `-moz` to future-proof).
353
+ //
354
+
355
+ input[type="search"] {
356
+ -webkit-box-sizing: content-box; // 2
357
+ // -moz-box-sizing: content-box;
358
+ box-sizing: content-box;
359
+ -webkit-appearance: textfield; // 1
360
+ }
361
+
362
+ //
363
+ // Remove inner padding and search cancel button in Safari and Chrome on OS X.
364
+ // Safari (but not Chrome) clips the cancel button when the search input has
365
+ // padding (and `textfield` appearance).
366
+ //
367
+
368
+ input[type="search"]::-webkit-search-cancel-button,
369
+ input[type="search"]::-webkit-search-decoration {
370
+ -webkit-appearance: none;
371
+ }
372
+
373
+ //
374
+ // Define consistent border, margin, and padding.
375
+ //
376
+
377
+ fieldset {
378
+ padding: .35em .625em .75em;
379
+ margin: 0 2px;
380
+ border: 1px solid #c0c0c0;
381
+ }
382
+
383
+ //
384
+ // 1. Correct `color` not being inherited in IE 8/9/10/11.
385
+ // 2. Remove padding so people aren't caught out if they zero out fieldsets.
386
+ //
387
+
388
+ legend {
389
+ padding: 0; // 2
390
+ border: 0; // 1
391
+ }
392
+
393
+ //
394
+ // Remove default vertical scrollbar in IE 8/9/10/11.
395
+ //
396
+
397
+ textarea {
398
+ overflow: auto;
399
+ }
400
+
401
+ //
402
+ // Don't inherit the `font-weight` (applied by a rule above).
403
+ // NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
404
+ //
405
+
406
+ optgroup {
407
+ font-weight: bold;
408
+ }
409
+
410
+ // Tables
411
+ // ==========================================================================
412
+
413
+ //
414
+ // Remove most spacing between table cells.
415
+ //
416
+
417
+ table {
418
+ border-spacing: 0;
419
+ border-collapse: collapse;
420
+ }
421
+
422
+ td,
423
+ th {
424
+ padding: 0;
425
+ }
@@ -0,0 +1,70 @@
1
+ .#{$namespace}numbox {
2
+ border: solid 1px #bbb;
3
+ overflow: hidden ;
4
+ display: inline-block;
5
+ height: 35px;
6
+ border-radius: 3px;
7
+ background-color: #efeff4;
8
+ vertical-align: top;
9
+ position: relative;
10
+ padding: 0px 40px 0px 40px;
11
+ width: 120px;
12
+ vertical-align: middle;
13
+
14
+ [class*=mui-numbox-btn] {
15
+ width: 40px;
16
+ height: 100%;
17
+ position: absolute;
18
+ top: 0px;
19
+ border: none;
20
+ border-radius: 0px;
21
+ font-size: 18px;
22
+ color: #555;
23
+ line-height: 100%;
24
+ font-weight: normal;
25
+ overflow: hidden;
26
+ padding: 0px;
27
+ background-color: #f9f9f9;
28
+
29
+ &:active{
30
+ background-color: #ccc;
31
+ }
32
+ &[disabled]{
33
+ color: #c0c0c0;
34
+ }
35
+ }
36
+
37
+ .#{$namespace}numbox-btn-plus {
38
+ right: 0px;
39
+ border-top-right-radius:3px;
40
+ border-bottom-right-radius:3px;
41
+ }
42
+ .#{$namespace}numbox-btn-minus {
43
+ left: 0px;
44
+ border-top-left-radius:3px;
45
+ border-bottom-left-radius:3px;
46
+ }
47
+
48
+ .#{$namespace}numbox-input {
49
+ width: 100% !important;
50
+ height: 100%;
51
+ text-align: center;
52
+ border: none !important;
53
+ border-left: solid 1px #ccc !important;
54
+ border-right: solid 1px #ccc !important;
55
+ margin: 0px;
56
+ padding: 0px 3px !important;
57
+ display: inline-block;
58
+ border-radius: 0px !important;
59
+ text-overflow: ellipsis;
60
+ word-break: normal;
61
+ overflow: hidden;
62
+ }
63
+
64
+ }
65
+
66
+
67
+ .#{$namespace}input-row .#{$namespace}numbox {
68
+ margin: 2px 8px;
69
+ float: right;
70
+ }
@@ -0,0 +1,84 @@
1
+ //.#{$namespace}android{
2
+ .#{$namespace}off-canvas-wrap{
3
+ .#{$namespace}bar{//fix android
4
+ position: absolute!important;
5
+ }
6
+ }
7
+ //}
8
+
9
+ .#{$namespace}off-canvas-wrap{
10
+ position: relative;
11
+ width:100%;
12
+ height: 100%;
13
+ overflow: hidden;
14
+ z-index: z("default");
15
+ .#{$namespace}inner-wrap{
16
+ position: relative;
17
+ width: 100%;
18
+ height:100%;
19
+ z-index: z("default");
20
+ &.#{$namespace}transitioning{
21
+ -webkit-transition: -webkit-transform 200ms ease;
22
+ transition: transform 200ms ease;
23
+ }
24
+ .#{$namespace}off-canvas-left {
25
+ @include transform(translate3d(-100%, 0, 0));
26
+ }
27
+ .#{$namespace}off-canvas-right{
28
+ @include transform(translate3d(100%, 0, 0));
29
+ }
30
+ }
31
+ &.#{$namespace}active{
32
+ overflow:hidden;
33
+ height:100%;
34
+ .#{$namespace}off-canvas-backdrop{
35
+ -webkit-backface-visibility: hidden;
36
+ transition: background 200ms ease;
37
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
38
+ display: block;
39
+ position: absolute;
40
+ background: rgba(0, 0, 0, 0.4);
41
+ top: 0;
42
+ bottom: 0;
43
+ left: 0;
44
+ right: 0;
45
+ z-index: z("backdrop");
46
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
47
+ }
48
+ }
49
+ &.#{$namespace}slide-in{
50
+ .#{$namespace}off-canvas-right {
51
+ -webkit-transform: translate3d(100%, 0px, 0px);
52
+ z-index: z("max")!important;
53
+ }
54
+ .#{$namespace}off-canvas-left {
55
+ -webkit-transform: translate3d(-100%, 0px, 0px);
56
+ z-index: z("max")!important;
57
+ }
58
+ }
59
+ }
60
+
61
+
62
+ .#{$namespace}off-canvas-left, .#{$namespace}off-canvas-right {
63
+ -webkit-backface-visibility: hidden;
64
+ width: 70%;
65
+ min-height:100%;
66
+ top: 0;
67
+ bottom: 0;
68
+ position: absolute;
69
+ background: #333;
70
+ box-sizing: content-box;
71
+ -webkit-overflow-scrolling: touch;
72
+ z-index: -1;
73
+ visibility: hidden;
74
+ &.#{$namespace}transitioning{
75
+ -webkit-transition: -webkit-transform 200ms ease;
76
+ transition: transform 200ms ease;
77
+ }
78
+ }
79
+ .#{$namespace}off-canvas-left {
80
+ left: 0;
81
+ }
82
+ .#{$namespace}off-canvas-right {
83
+ right: 0;
84
+ }
@@ -0,0 +1,12 @@
1
+ .#{$namespace}plus-visible,.#{$namespace}wechat-visible{
2
+ display: none!important;
3
+ }
4
+ .#{$namespace}plus-hidden,.#{$namespace}wechat-hidden{
5
+ display: block!important;
6
+ }
7
+ .#{$namespace}plus .#{$namespace}plus-visible,.#{$namespace}wechat .#{$namespace}wechat-visible{
8
+ display: block!important;
9
+ }
10
+ .#{$namespace}plus .#{$namespace}plus-hidden,.#{$namespace}wechat .#{$namespace}wechat-hidden{
11
+ display: none!important;
12
+ }