material-sass 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +2 -0
  3. data/app/assets/fonts/MaterialDesignIcon.eot +0 -0
  4. data/app/assets/fonts/MaterialDesignIcon.svg +772 -766
  5. data/app/assets/fonts/MaterialDesignIcon.ttf +0 -0
  6. data/app/assets/fonts/MaterialDesignIcon.woff +0 -0
  7. data/app/assets/javascripts/material.js +326 -128
  8. data/app/assets/javascripts/material/_.js +5 -9
  9. data/app/assets/javascripts/material/bootstrap.js +3 -0
  10. data/app/assets/javascripts/material/content.js +15 -14
  11. data/app/assets/javascripts/material/datepicker.js +1 -1
  12. data/app/assets/javascripts/material/dropdown.js +25 -9
  13. data/app/assets/javascripts/material/esc.js +1 -1
  14. data/app/assets/javascripts/material/footer.js +3 -1
  15. data/app/assets/javascripts/material/form-adv.js +1 -2
  16. data/app/assets/javascripts/material/get-target.js +8 -0
  17. data/app/assets/javascripts/material/header.js +37 -7
  18. data/app/assets/javascripts/material/menu.js +47 -12
  19. data/app/assets/javascripts/material/modal.js +10 -0
  20. data/app/assets/javascripts/material/sortable.js +1 -2
  21. data/app/assets/javascripts/material/tab.js +1 -1
  22. data/app/assets/javascripts/material/tile.js +57 -14
  23. data/app/assets/javascripts/material/toast.js +53 -42
  24. data/app/assets/javascripts/material/wave.js +7 -0
  25. data/app/assets/javascripts/material/webfont.js +33 -0
  26. data/app/assets/javascripts/material/winresize.js +19 -4
  27. data/app/assets/stylesheets/material/_code.scss +40 -43
  28. data/app/assets/stylesheets/material/_grid.scss +72 -74
  29. data/app/assets/stylesheets/material/_print.scss +83 -0
  30. data/app/assets/stylesheets/material/_reset.scss +104 -84
  31. data/app/assets/stylesheets/material/_utilities-responsive.scss +97 -0
  32. data/app/assets/stylesheets/material/{_utilitise.scss → _utilities.scss} +87 -29
  33. data/app/assets/stylesheets/material/_variable.scss +78 -77
  34. data/app/assets/stylesheets/material/addon/_material-design-icon.scss +6 -3050
  35. data/app/assets/stylesheets/material/addon/_waves.scss +51 -0
  36. data/app/assets/stylesheets/material/addon/material-design-icon/_core.scss +17 -0
  37. data/app/assets/stylesheets/material/addon/material-design-icon/_icons.scss +773 -0
  38. data/app/assets/stylesheets/material/addon/material-design-icon/_path.scss +10 -0
  39. data/app/assets/stylesheets/material/addon/material-design-icon/_variables.scss +777 -0
  40. data/app/assets/stylesheets/material/base.scss +43 -10
  41. data/app/assets/stylesheets/material/element/_avatar.scss +23 -19
  42. data/app/assets/stylesheets/material/element/_breadcrumb.scss +27 -0
  43. data/app/assets/stylesheets/material/element/_button-float.scss +118 -48
  44. data/app/assets/stylesheets/material/element/_button.scss +56 -68
  45. data/app/assets/stylesheets/material/element/_card.scss +104 -50
  46. data/app/assets/stylesheets/material/element/_dropdown.scss +51 -32
  47. data/app/assets/stylesheets/material/element/_form-adv-checkbox.scss +123 -0
  48. data/app/assets/stylesheets/material/element/_form-adv-datepicker.scss +250 -227
  49. data/app/assets/stylesheets/material/element/_form-adv-label.scss +64 -0
  50. data/app/assets/stylesheets/material/element/_form-adv-switch.scss +76 -0
  51. data/app/assets/stylesheets/material/element/_form-adv-textarea.scss +4 -0
  52. data/app/assets/stylesheets/material/element/_form.scss +163 -126
  53. data/app/assets/stylesheets/material/element/_label.scss +22 -0
  54. data/app/assets/stylesheets/material/element/_modal.scss +25 -10
  55. data/app/assets/stylesheets/material/element/_nav.scss +3 -0
  56. data/app/assets/stylesheets/material/element/_progress.scss +504 -0
  57. data/app/assets/stylesheets/material/element/_tab.scss +18 -14
  58. data/app/assets/stylesheets/material/element/_table.scss +14 -43
  59. data/app/assets/stylesheets/material/element/_tile.scss +154 -113
  60. data/app/assets/stylesheets/material/element/_toast.scss +31 -24
  61. data/app/assets/stylesheets/material/mixin/_css3.scss +5 -0
  62. data/app/assets/stylesheets/material/mixin/_grid.scss +28 -24
  63. data/app/assets/stylesheets/material/mixin/_responsive.scss +1 -1
  64. data/app/assets/stylesheets/material/mixin/{_utilitise.scss → _utilities.scss} +4 -3
  65. data/app/assets/stylesheets/material/project.scss +8 -2
  66. data/app/assets/stylesheets/material/theme/_content.scss +33 -38
  67. data/app/assets/stylesheets/material/theme/_footer.scss +1 -7
  68. data/app/assets/stylesheets/material/theme/_header.scss +175 -8
  69. data/app/assets/stylesheets/material/theme/_menu.scss +267 -78
  70. data/lib/material-sass/engine.rb +1 -1
  71. data/lib/material-sass/version.rb +1 -1
  72. metadata +33 -48
  73. data/app/assets/fonts/FontAwesome.otf +0 -0
  74. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  75. data/app/assets/fonts/fontawesome-webfont.svg +0 -565
  76. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  77. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  78. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  79. data/app/assets/javascripts/material/btn.js +0 -11
  80. data/app/assets/stylesheets/material/_addon.scss +0 -2
  81. data/app/assets/stylesheets/material/_element.scss +0 -15
  82. data/app/assets/stylesheets/material/_mixin.scss +0 -4
  83. data/app/assets/stylesheets/material/_theme.scss +0 -4
  84. data/app/assets/stylesheets/material/_variable-color.scss +0 -6
  85. data/app/assets/stylesheets/material/addon/_font-awesome.scss +0 -18
  86. data/app/assets/stylesheets/material/addon/font-awesome/_animated.scss +0 -33
  87. data/app/assets/stylesheets/material/addon/font-awesome/_bordered-pulled.scss +0 -11
  88. data/app/assets/stylesheets/material/addon/font-awesome/_core.scss +0 -10
  89. data/app/assets/stylesheets/material/addon/font-awesome/_fixed-width.scss +0 -5
  90. data/app/assets/stylesheets/material/addon/font-awesome/_flipped-rotated.scss +0 -29
  91. data/app/assets/stylesheets/material/addon/font-awesome/_icon.scss +0 -593
  92. data/app/assets/stylesheets/material/addon/font-awesome/_icons.scss +0 -593
  93. data/app/assets/stylesheets/material/addon/font-awesome/_larger.scss +0 -22
  94. data/app/assets/stylesheets/material/addon/font-awesome/_list.scss +0 -21
  95. data/app/assets/stylesheets/material/addon/font-awesome/_mixins.scss +0 -25
  96. data/app/assets/stylesheets/material/addon/font-awesome/_path.scss +0 -12
  97. data/app/assets/stylesheets/material/addon/font-awesome/_stacked.scss +0 -29
  98. data/app/assets/stylesheets/material/addon/font-awesome/_variable.scss +0 -601
  99. data/app/assets/stylesheets/material/addon/font-awesome/_variables.scss +0 -602
  100. data/app/assets/stylesheets/material/element/_form-adv.scss +0 -277
@@ -2,60 +2,143 @@
2
2
  position: fixed;
3
3
  top: ($line-height * 2);
4
4
  bottom: 0;
5
- left: 0;
5
+ left: -100%;
6
6
  width: 100%;
7
7
  z-index: ($header-base - 1);
8
- @include box-shadow(0 0 0 rgba(0, 0, 0, 0));
9
- @include transform(translate3d(-100%, 0, 0));
10
- -webkit-transition: -webkit-box-shadow 0s linear 0.3s, -webkit-transform 0.3s $timing 0s;
11
- transition: box-shadow 0s linear 0.3s, transform 0.3s $timing 0s;
12
- &.menu-right {
13
- // position
14
- right: 0;
15
- left: auto;
16
- @include transform(translate3d(100%, 0, 0));
17
- }
8
+ @include backface(hidden);
9
+ @include transition(all 0.3s $timing);
10
+ -webkit-transition-property: box-shadow, -webkit-transform;
11
+ transition-property: box-shadow, transform;
18
12
  &.open {
13
+ // position
14
+ left: 0;
19
15
  @include box-shadow(0 0 10px rgba(0, 0, 0, 0.5));
20
- @include transform(translate3d(0, 0, 0));
21
- -webkit-transition: -webkit-box-shadow 0s linear 0s, -webkit-transform 0.3s $timing 0s;
22
- transition: box-shadow 0s linear 0s, transform 0.3s $timing 0s;
16
+ @include transition(all 0.3s $timing);
23
17
  }
24
18
  // 480
25
19
  @include responsive(xs) {
26
- width: 320px;
27
- }
28
- // 992
29
- @include responsive(md) {
30
- width: 400px;
20
+ // position
21
+ left: ($grid-gutter * -20);
22
+ width: ($grid-gutter * 20);
31
23
  }
32
- // no boxshadow
33
- .no-boxshadow & {
34
- border-right: 1px solid $black-hint;
35
- &.menu-right {
36
- border-right: 0;
37
- border-left: 1px solid $black-hint;
24
+ // menu right
25
+ &.menu-right {
26
+ // position
27
+ right: -100%;
28
+ left: auto;
29
+ &.open {
30
+ // position
31
+ right: 0;
38
32
  }
33
+ // 480
34
+ @include responsive(xs) {
35
+ // position
36
+ right: ($grid-gutter * -20);
37
+ // no-touch
38
+ .no-touch & {
39
+ &.open ~ .fbtn-container {
40
+ // position
41
+ right: ($grid-gutter * 21);
42
+ }
43
+ }
44
+ }
39
45
  }
40
- // no csstransforms
41
- .no-csstransforms & {
42
- display: none;
43
- &.open {
44
- display: block;
46
+ }
47
+
48
+ .menu-backdrop {
49
+ display: none;
50
+ .nav-drawer ~ &,
51
+ .touch & {
52
+ background-color: $black;
53
+ display: block;
54
+ height: 0;
55
+ position: fixed;
56
+ top: 0;
57
+ left: 0;
58
+ width: 0;
59
+ z-index: ($header-base - 2);
60
+ @include backface(hidden);
61
+ @include opacity(0);
62
+ @include transition(height 0s 0.3s, opacity 0.3s $timing, width 0s 0.3s, z-index 0s 0.3s);
63
+ }
64
+ .nav-drawer.open ~ &,
65
+ .touch .menu.open ~ & {
66
+ height: 100%;
67
+ width: 100%;
68
+ @include opacity(0.5);
69
+ @include transition(opacity 0.3s $timing);
70
+ }
71
+ .nav-drawer.open ~ & {
72
+ z-index: $header-base;
73
+ }
74
+ // 1440
75
+ @include responsive(lg) {
76
+ .nav-drawer.open ~ & {
77
+ height: 0;
78
+ width: 0;
79
+ @include opacity(0);
80
+ @include transition(none);
45
81
  }
46
82
  }
47
83
  }
48
84
 
85
+ .menu-collapse-toggle {
86
+ background-color: transparent !important;
87
+ cursor: pointer;
88
+ display: block;
89
+ float: right;
90
+ padding: ($line-height / 2) $grid-gutter;
91
+ position: absolute;
92
+ top: 0;
93
+ right: 0;
94
+ z-index: 1;
95
+ &:hover {
96
+ color: $link-color !important;
97
+ }
98
+ }
99
+
100
+ .menu-collapse-toggle-close {
101
+ position: absolute;
102
+ top: (($line-height * 2 - $font-size) / 2);
103
+ left: 0;
104
+ text-align: center;
105
+ width: 100%;
106
+ @include opacity(1);
107
+ @include transform(rotate(0));
108
+ @include transition(all 0.3s $timing);
109
+ -webkit-transition-property: opacity, -webkit-transform;
110
+ transition-property: opacity, transform;
111
+ .menu-collapse-toggle.collapsed & {
112
+ @include opacity(0);
113
+ @include transform(rotate(-225deg));
114
+ }
115
+ }
116
+
117
+ .menu-collapse-toggle-default {
118
+ @include opacity(0);
119
+ @include transform(rotate(225deg));
120
+ @include transition(all 0.3s $timing);
121
+ -webkit-transition-property: opacity, -webkit-transform;
122
+ transition-property: opacity, transform;
123
+ .menu-collapse-toggle.collapsed & {
124
+ @include opacity(1);
125
+ @include transform(rotate(0));
126
+ }
127
+ }
128
+
49
129
  .menu-content {
50
- padding-top: $line-height;
51
- padding-bottom: $line-height;
130
+ padding-top: ($line-height / 2);
131
+ padding-bottom: ($line-height / 2);
52
132
  hr {
53
133
  border-top-color: $black-bg;
134
+ margin-top: ($line-height / 2 - 1);
135
+ margin-bottom: ($line-height / 2);
54
136
  }
55
137
  .nav {
56
138
  margin-top: 0;
57
139
  margin-bottom: 0;
58
- a {
140
+ a,
141
+ .a {
59
142
  color: $black-sec;
60
143
  font-weight: 700;
61
144
  overflow: hidden;
@@ -63,47 +146,65 @@
63
146
  white-space: nowrap;
64
147
  &:focus,
65
148
  &:hover {
66
- background-color: $white-bg-light;
149
+ background-color: $white-bg;
67
150
  }
68
151
  .fa,
69
152
  .icon {
70
153
  margin-right: $grid-gutter;
71
154
  }
72
155
  }
73
- li.active > a {
74
- background-color: $white-bg;
75
- color: $brand-color;
76
- .page-blue & {
77
- color: $palette-blue;
78
- }
79
- .page-green & {
80
- color: $palette-green;
156
+ li.active {
157
+ > a,
158
+ > .a {
159
+ color: $brand-color;
160
+ .page-blue & {
161
+ color: $palette-blue;
162
+ }
163
+ .page-green & {
164
+ color: $palette-green;
165
+ }
166
+ .page-purple & {
167
+ color: $palette-purple;
168
+ }
169
+ .page-red & {
170
+ color: $palette-red;
171
+ }
172
+ .page-yellow & {
173
+ color: $palette-yellow;
174
+ }
81
175
  }
82
- .page-purple & {
83
- color: $palette-purple;
84
- }
85
- .page-red & {
86
- color: $palette-red;
176
+ }
177
+ ul {
178
+ a,
179
+ .a {
180
+ font-weight: 400;
181
+ padding-left: ($grid-gutter * 2);
87
182
  }
88
- .page-yellow & {
89
- color: $palette-yellow;
183
+ ul {
184
+ a,
185
+ .a {
186
+ font-size: 90%;
187
+ font-weight: 300;
188
+ padding-top: ($line-height / 4);
189
+ padding-bottom: ($line-height / 4);
190
+ padding-left: ($grid-gutter * 3);
191
+ }
90
192
  }
91
193
  }
92
- > li.active > a {
93
- background-color: $white-bg-dark;
94
- }
95
- ul a {
96
- font-weight: 400;
97
- padding-left: ($grid-gutter * 3);
98
- }
99
194
  }
100
195
  // 480
101
196
  @include responsive(xs) {
102
- width: 320px;
197
+ width: ($grid-gutter * 20);
103
198
  }
104
- // 992
105
- @include responsive(md) {
106
- width: 400px;
199
+ // no boxshadow
200
+ .nav {
201
+ .no-boxshadow & {
202
+ margin-right: 1px;
203
+ }
204
+ .no-boxshadow .menu.menu-right & {
205
+ margin-right: 0;
206
+ margin-left: 1px;
207
+ }
107
208
  }
108
209
  }
109
210
 
@@ -112,6 +213,13 @@
112
213
  padding-left: $grid-gutter;
113
214
  }
114
215
 
216
+ .menu-open {
217
+ // touch
218
+ .touch & {
219
+ overflow: hidden;
220
+ }
221
+ }
222
+
115
223
  .menu-scroll {
116
224
  background-color: $white;
117
225
  height: 100%;
@@ -121,12 +229,33 @@
121
229
  left: 0;
122
230
  width: 100%;
123
231
  z-index: 1;
232
+ // no boxshadow
233
+ .no-boxshadow & {
234
+ &:after {
235
+ background-color: $black-bg;
236
+ content: "";
237
+ display: block;
238
+ height: 100%;
239
+ position: absolute;
240
+ top: 0;
241
+ right: 0;
242
+ width: 1px;
243
+ }
244
+ }
245
+ .no-boxshadow .menu.menu-right & {
246
+ &:after {
247
+ // position
248
+ right: auto;
249
+ left: 0;
250
+ }
251
+ }
124
252
  }
125
253
 
126
254
  .menu-top {
127
255
  background-color: $black-text;
128
256
  color: $white-bg;
129
257
  position: relative;
258
+ z-index: 1;
130
259
  a {
131
260
  color: $white-bg;
132
261
  text-decoration: none;
@@ -137,11 +266,7 @@
137
266
  }
138
267
  // 480
139
268
  @include responsive(xs) {
140
- width: 320px;
141
- }
142
- // 992
143
- @include responsive(md) {
144
- width: 400px;
269
+ width: ($grid-gutter * 20);
145
270
  }
146
271
  }
147
272
 
@@ -197,7 +322,7 @@
197
322
  bottom: 0;
198
323
  left: 0;
199
324
  -webkit-overflow-scrolling: touch;
200
- -ms-overflow-style: -ms-autohiding-scrollbar;
325
+ -ms-overflow-style: none;
201
326
  // 480
202
327
  @include responsive(xs) {
203
328
  padding-right: ($grid-gutter * 2);
@@ -206,16 +331,80 @@
206
331
  }
207
332
  }
208
333
 
209
- // fbtn
210
- .menu-right.open ~ .fbtn-container{
211
- // 480
212
- @include responsive(xs) {
213
- // position
214
- right: ($grid-gutter + 320);
215
- }
216
- // 992
217
- @include responsive(md) {
218
- // position
219
- right: ($grid-gutter + 400);
334
+ .nav-drawer {
335
+ max-width: 85%;
336
+ max-width: calc(100% - #{$grid-gutter * 4});
337
+ // position
338
+ top: 0;
339
+ left: ($grid-gutter * -20);
340
+ width: ($grid-gutter * 20);
341
+ z-index: ($header-base + 1);
342
+ .menu-content {
343
+ padding-top: 0;
344
+ }
345
+ // 1440
346
+ @include responsive(lg) {
347
+ // position
348
+ left: 0;
349
+ width: ($grid-gutter * 15);
350
+ @include box-shadow(0 0 10px rgba(0, 0, 0, 0.5));
351
+ .menu-content,
352
+ .menu-top {
353
+ width: ($grid-gutter * 15);
220
354
  }
221
- }
355
+ // menu left
356
+ &.menu-left {
357
+ ~ .content {
358
+ margin-left: ($grid-gutter * 15);
359
+ .content-heading,
360
+ .content-inner {
361
+ padding-left: $grid-gutter;
362
+ }
363
+ }
364
+ ~ .footer,
365
+ ~ .header {
366
+ padding-left: $grid-gutter;
367
+ // position
368
+ left: ($grid-gutter * 15);
369
+ }
370
+ }
371
+ // menu right
372
+ &.menu-right {
373
+ // position
374
+ right: 0;
375
+ ~ .content {
376
+ margin-right: ($grid-gutter * 15);
377
+ .content-heading,
378
+ .content-inner {
379
+ padding-right: $grid-gutter;
380
+ }
381
+ }
382
+ ~ .footer,
383
+ ~ .header {
384
+ padding-right: $grid-gutter;
385
+ // position
386
+ right: ($grid-gutter * 15);
387
+ }
388
+ }
389
+ }
390
+ }
391
+
392
+ .nav-drawer-logo {
393
+ @extend .header-logo;
394
+ border-bottom: 1px solid $black-bg;
395
+ color: $black-text;
396
+ float: none;
397
+ margin-bottom: ($line-height / 2);
398
+ &:focus,
399
+ &:hover {
400
+ text-decoration: none;
401
+ }
402
+ }
403
+
404
+ .nav-drawer-open {
405
+ overflow: hidden;
406
+ // 1440
407
+ @include responsive(lg) {
408
+ overflow: auto;
409
+ }
410
+ }
@@ -5,7 +5,7 @@ module Material
5
5
  %w(stylesheets javascripts fonts images).each do |sub|
6
6
  app.config.assets.paths << root.join('app/assets', sub).to_s
7
7
  end
8
- #app.config.assets.precompile << %r(\.(?:eot|svg|ttf|woff2?)$)
8
+ app.config.assets.precompile << %r(MaterialDesignIcon\.(?:eot|svg|ttf|woff2?)$)
9
9
  end
10
10
  end
11
11
  end
@@ -1,5 +1,5 @@
1
1
  module Material
2
2
  module Sass
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - mkhairi
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '1.7'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.7'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ~>
31
+ - - "~>"
36
32
  - !ruby/object:Gem::Version
37
33
  version: '10.0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ~>
38
+ - - "~>"
44
39
  - !ruby/object:Gem::Version
45
40
  version: '10.0'
46
41
  description: HTML5 UI design based on Google Material.
@@ -50,76 +45,67 @@ executables: []
50
45
  extensions: []
51
46
  extra_rdoc_files: []
52
47
  files:
53
- - .gitignore
48
+ - ".gitignore"
54
49
  - Gemfile
55
50
  - LICENSE.txt
56
51
  - README.md
57
52
  - Rakefile
58
- - app/assets/fonts/FontAwesome.otf
59
53
  - app/assets/fonts/MaterialDesignIcon.eot
60
54
  - app/assets/fonts/MaterialDesignIcon.svg
61
55
  - app/assets/fonts/MaterialDesignIcon.ttf
62
56
  - app/assets/fonts/MaterialDesignIcon.woff
63
- - app/assets/fonts/fontawesome-webfont.eot
64
- - app/assets/fonts/fontawesome-webfont.svg
65
- - app/assets/fonts/fontawesome-webfont.ttf
66
- - app/assets/fonts/fontawesome-webfont.woff
67
- - app/assets/fonts/fontawesome-webfont.woff2
68
57
  - app/assets/javascripts/material-sprockets.js
69
58
  - app/assets/javascripts/material.js
70
59
  - app/assets/javascripts/material/_.js
71
- - app/assets/javascripts/material/btn.js
60
+ - app/assets/javascripts/material/bootstrap.js
72
61
  - app/assets/javascripts/material/content.js
73
62
  - app/assets/javascripts/material/datepicker.js
74
63
  - app/assets/javascripts/material/dropdown.js
75
64
  - app/assets/javascripts/material/esc.js
76
65
  - app/assets/javascripts/material/footer.js
77
66
  - app/assets/javascripts/material/form-adv.js
67
+ - app/assets/javascripts/material/get-target.js
78
68
  - app/assets/javascripts/material/header.js
79
69
  - app/assets/javascripts/material/menu.js
70
+ - app/assets/javascripts/material/modal.js
80
71
  - app/assets/javascripts/material/sortable.js
81
72
  - app/assets/javascripts/material/tab.js
82
73
  - app/assets/javascripts/material/tile.js
83
74
  - app/assets/javascripts/material/toast.js
75
+ - app/assets/javascripts/material/wave.js
76
+ - app/assets/javascripts/material/webfont.js
84
77
  - app/assets/javascripts/material/winresize.js
85
78
  - app/assets/stylesheets/material.scss
86
- - app/assets/stylesheets/material/_addon.scss
87
79
  - app/assets/stylesheets/material/_code.scss
88
- - app/assets/stylesheets/material/_element.scss
89
80
  - app/assets/stylesheets/material/_grid.scss
90
- - app/assets/stylesheets/material/_mixin.scss
81
+ - app/assets/stylesheets/material/_print.scss
91
82
  - app/assets/stylesheets/material/_reset.scss
92
- - app/assets/stylesheets/material/_theme.scss
93
- - app/assets/stylesheets/material/_utilitise.scss
94
- - app/assets/stylesheets/material/_variable-color.scss
83
+ - app/assets/stylesheets/material/_utilities-responsive.scss
84
+ - app/assets/stylesheets/material/_utilities.scss
95
85
  - app/assets/stylesheets/material/_variable.scss
96
- - app/assets/stylesheets/material/addon/_font-awesome.scss
97
86
  - app/assets/stylesheets/material/addon/_material-design-icon.scss
98
- - app/assets/stylesheets/material/addon/font-awesome/_animated.scss
99
- - app/assets/stylesheets/material/addon/font-awesome/_bordered-pulled.scss
100
- - app/assets/stylesheets/material/addon/font-awesome/_core.scss
101
- - app/assets/stylesheets/material/addon/font-awesome/_fixed-width.scss
102
- - app/assets/stylesheets/material/addon/font-awesome/_flipped-rotated.scss
103
- - app/assets/stylesheets/material/addon/font-awesome/_icon.scss
104
- - app/assets/stylesheets/material/addon/font-awesome/_icons.scss
105
- - app/assets/stylesheets/material/addon/font-awesome/_larger.scss
106
- - app/assets/stylesheets/material/addon/font-awesome/_list.scss
107
- - app/assets/stylesheets/material/addon/font-awesome/_mixins.scss
108
- - app/assets/stylesheets/material/addon/font-awesome/_path.scss
109
- - app/assets/stylesheets/material/addon/font-awesome/_stacked.scss
110
- - app/assets/stylesheets/material/addon/font-awesome/_variable.scss
111
- - app/assets/stylesheets/material/addon/font-awesome/_variables.scss
87
+ - app/assets/stylesheets/material/addon/_waves.scss
88
+ - app/assets/stylesheets/material/addon/material-design-icon/_core.scss
89
+ - app/assets/stylesheets/material/addon/material-design-icon/_icons.scss
90
+ - app/assets/stylesheets/material/addon/material-design-icon/_path.scss
91
+ - app/assets/stylesheets/material/addon/material-design-icon/_variables.scss
112
92
  - app/assets/stylesheets/material/base.scss
113
93
  - app/assets/stylesheets/material/element/_avatar.scss
94
+ - app/assets/stylesheets/material/element/_breadcrumb.scss
114
95
  - app/assets/stylesheets/material/element/_button-float.scss
115
96
  - app/assets/stylesheets/material/element/_button.scss
116
97
  - app/assets/stylesheets/material/element/_card.scss
117
98
  - app/assets/stylesheets/material/element/_dropdown.scss
99
+ - app/assets/stylesheets/material/element/_form-adv-checkbox.scss
118
100
  - app/assets/stylesheets/material/element/_form-adv-datepicker.scss
119
- - app/assets/stylesheets/material/element/_form-adv.scss
101
+ - app/assets/stylesheets/material/element/_form-adv-label.scss
102
+ - app/assets/stylesheets/material/element/_form-adv-switch.scss
103
+ - app/assets/stylesheets/material/element/_form-adv-textarea.scss
120
104
  - app/assets/stylesheets/material/element/_form.scss
105
+ - app/assets/stylesheets/material/element/_label.scss
121
106
  - app/assets/stylesheets/material/element/_modal.scss
122
107
  - app/assets/stylesheets/material/element/_nav.scss
108
+ - app/assets/stylesheets/material/element/_progress.scss
123
109
  - app/assets/stylesheets/material/element/_sortable.scss
124
110
  - app/assets/stylesheets/material/element/_tab.scss
125
111
  - app/assets/stylesheets/material/element/_table.scss
@@ -128,7 +114,7 @@ files:
128
114
  - app/assets/stylesheets/material/mixin/_css3.scss
129
115
  - app/assets/stylesheets/material/mixin/_grid.scss
130
116
  - app/assets/stylesheets/material/mixin/_responsive.scss
131
- - app/assets/stylesheets/material/mixin/_utilitise.scss
117
+ - app/assets/stylesheets/material/mixin/_utilities.scss
132
118
  - app/assets/stylesheets/material/project.scss
133
119
  - app/assets/stylesheets/material/theme/_content.scss
134
120
  - app/assets/stylesheets/material/theme/_footer.scss
@@ -141,26 +127,25 @@ files:
141
127
  homepage: https://github.com/mkhairi/material-sass
142
128
  licenses:
143
129
  - MIT
130
+ metadata: {}
144
131
  post_install_message:
145
132
  rdoc_options: []
146
133
  require_paths:
147
134
  - lib
148
135
  required_ruby_version: !ruby/object:Gem::Requirement
149
- none: false
150
136
  requirements:
151
- - - ! '>='
137
+ - - ">="
152
138
  - !ruby/object:Gem::Version
153
139
  version: '0'
154
140
  required_rubygems_version: !ruby/object:Gem::Requirement
155
- none: false
156
141
  requirements:
157
- - - ! '>='
142
+ - - ">="
158
143
  - !ruby/object:Gem::Version
159
144
  version: '0'
160
145
  requirements: []
161
146
  rubyforge_project:
162
- rubygems_version: 1.8.23
147
+ rubygems_version: 2.4.4
163
148
  signing_key:
164
- specification_version: 3
149
+ specification_version: 4
165
150
  summary: HTML5 UI design based on Google Material
166
151
  test_files: []