testtheme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +107 -0
  4. data/README.md~ +111 -0
  5. data/_includes/contribute-links.html +11 -0
  6. data/_includes/doc-side-nav.html +62 -0
  7. data/_includes/doc-top-nav.html +17 -0
  8. data/_includes/figure.html +22 -0
  9. data/_includes/footer.html +51 -0
  10. data/_includes/footer.html~ +52 -0
  11. data/_includes/home.html +4 -0
  12. data/_includes/nav.html +45 -0
  13. data/_includes/nav.html~ +45 -0
  14. data/_includes/search-box.html +14 -0
  15. data/_includes/search-box.html~ +14 -0
  16. data/_includes/section-index.html +42 -0
  17. data/_layouts/about.html +12 -0
  18. data/_layouts/base.html +82 -0
  19. data/_layouts/base.html~ +82 -0
  20. data/_layouts/blog.html +17 -0
  21. data/_layouts/bugs.html +12 -0
  22. data/_layouts/community.html +12 -0
  23. data/_layouts/compress.html +10 -0
  24. data/_layouts/default.html +12 -0
  25. data/_layouts/docs.html +62 -0
  26. data/_layouts/docs.html~ +22 -0
  27. data/_layouts/faq.html +10 -0
  28. data/_layouts/landing.html +8 -0
  29. data/_layouts/post.html +26 -0
  30. data/_layouts/search-results.html +35 -0
  31. data/_layouts/troubleshooting.html +12 -0
  32. data/_sass/base/_common.scss +89 -0
  33. data/_sass/base/_config.scss +59 -0
  34. data/_sass/base/_markdown.scss +114 -0
  35. data/_sass/base/_override.scss +82 -0
  36. data/_sass/base/_reset.scss +72 -0
  37. data/_sass/base/_text.scss +46 -0
  38. data/_sass/layouts/_about.scss +2 -0
  39. data/_sass/layouts/_blog.scss +142 -0
  40. data/_sass/layouts/_bugs.scss +2 -0
  41. data/_sass/layouts/_community.scss +14 -0
  42. data/_sass/layouts/_docs.scss +42 -0
  43. data/_sass/layouts/_faq.scss +25 -0
  44. data/_sass/layouts/_landing.scss +192 -0
  45. data/_sass/layouts/_post.scss +12 -0
  46. data/_sass/layouts/_search-results.scss +11 -0
  47. data/_sass/layouts/_troubleshooting.scss +2 -0
  48. data/_sass/layouts/_welcome.scss +2 -0
  49. data/_sass/main.scss +32 -0
  50. data/_sass/materialize/components/_buttons.scss +199 -0
  51. data/_sass/materialize/components/_color.scss +412 -0
  52. data/_sass/materialize/components/_global.scss +32 -0
  53. data/_sass/materialize/components/_mixins.scss +5 -0
  54. data/_sass/materialize/components/_roboto.scss +49 -0
  55. data/_sass/materialize/components/_variables.scss +309 -0
  56. data/_sass/materialize/components/_waves.scss +173 -0
  57. data/_sass/materialize/materialize.scss +15 -0
  58. data/_sass/modules/_buttons.scss +88 -0
  59. data/_sass/modules/_contribute-links.scss +64 -0
  60. data/_sass/modules/_doc-nav.scss +111 -0
  61. data/_sass/modules/_footer.scss +114 -0
  62. data/_sass/modules/_hero.scss +34 -0
  63. data/_sass/modules/_nav.scss +83 -0
  64. data/_sass/modules/_nav.scss~ +214 -0
  65. data/_sass/modules/_search-box.scss +47 -0
  66. data/_sass/modules/_section-index.scss +22 -0
  67. data/_sass/modules/_subscribe-form.scss +47 -0
  68. data/_sass/modules/_syntax-highlighting.scss +62 -0
  69. data/_sass/modules/_toc.scss +62 -0
  70. data/_sass/pages/_about.scss +374 -0
  71. data/_sass/pages/_blog.scss +149 -0
  72. data/_sass/pages/_community.scss +119 -0
  73. data/_sass/pages/_contribute.scss +5 -0
  74. data/_sass/pages/_docs.scss +72 -0
  75. data/_sass/pages/_faq.scss +37 -0
  76. data/_sass/pages/_glossary.scss +38 -0
  77. data/_sass/pages/_landing.scss +111 -0
  78. data/assets/css/styles.scss +71 -0
  79. data/assets/fonts/roboto/Roboto-Bold.eot +0 -0
  80. data/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  81. data/assets/fonts/roboto/Roboto-Bold.woff +0 -0
  82. data/assets/fonts/roboto/Roboto-Bold.woff2 +0 -0
  83. data/assets/fonts/roboto/Roboto-Light.eot +0 -0
  84. data/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  85. data/assets/fonts/roboto/Roboto-Light.woff +0 -0
  86. data/assets/fonts/roboto/Roboto-Light.woff2 +0 -0
  87. data/assets/fonts/roboto/Roboto-Medium.eot +0 -0
  88. data/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  89. data/assets/fonts/roboto/Roboto-Medium.woff +0 -0
  90. data/assets/fonts/roboto/Roboto-Medium.woff2 +0 -0
  91. data/assets/fonts/roboto/Roboto-Regular.eot +0 -0
  92. data/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  93. data/assets/fonts/roboto/Roboto-Regular.woff +0 -0
  94. data/assets/fonts/roboto/Roboto-Regular.woff2 +0 -0
  95. data/assets/fonts/roboto/Roboto-Thin.eot +0 -0
  96. data/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  97. data/assets/fonts/roboto/Roboto-Thin.woff +0 -0
  98. data/assets/fonts/roboto/Roboto-Thin.woff2 +0 -0
  99. data/assets/img/caret-dark.svg +7 -0
  100. data/assets/img/caret.svg +7 -0
  101. data/assets/img/external-link-dark.svg +13 -0
  102. data/assets/img/external-link-icon.png +0 -0
  103. data/assets/img/external-link.svg +13 -0
  104. data/assets/img/github-dark.svg +15 -0
  105. data/assets/img/github-ribbon.svg +128 -0
  106. data/assets/img/github.png +0 -0
  107. data/assets/img/github.svg +15 -0
  108. data/assets/img/group.png +0 -0
  109. data/assets/img/hero-bg.png +0 -0
  110. data/assets/img/icon_github.svg +15 -0
  111. data/assets/img/more-arrow-dark.svg +13 -0
  112. data/assets/img/more-arrow.png +0 -0
  113. data/assets/img/more-arrow.svg +13 -0
  114. data/assets/img/slack.png +0 -0
  115. data/assets/img/stackoverflow.png +0 -0
  116. data/assets/img/x.svg +8 -0
  117. metadata +201 -0
@@ -0,0 +1,32 @@
1
+ // Z-levels
2
+ .z-depth-0 {
3
+ box-shadow: none !important;
4
+ }
5
+ .z-depth-1{
6
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
7
+ }
8
+ .z-depth-1-half{
9
+ box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
10
+ }
11
+ .z-depth-2{
12
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
13
+ }
14
+ .z-depth-3{
15
+ box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
16
+ }
17
+ .z-depth-4{
18
+ box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
19
+ }
20
+ .z-depth-5{
21
+ box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
22
+ }
23
+
24
+ .hoverable {
25
+ transition: box-shadow .25s;
26
+ box-shadow: 0;
27
+ }
28
+
29
+ .hoverable:hover {
30
+ transition: box-shadow .25s;
31
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
32
+ }
@@ -0,0 +1,5 @@
1
+ // @mixin box-shadow-2($args1, $args2) {
2
+ // -webkit-box-shadow: $args1, $args2;
3
+ // -moz-box-shadow: $args1, $args2;
4
+ // box-shadow: $args1, $args2;
5
+ // }
@@ -0,0 +1,49 @@
1
+ @font-face {
2
+ font-family: "Roboto";
3
+ src: local(Roboto Thin), url('#{$roboto-font-path}Roboto-Thin.eot');
4
+ src: url("#{$roboto-font-path}Roboto-Thin.eot?#iefix") format('embedded-opentype'),
5
+ url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
6
+ url("#{$roboto-font-path}Roboto-Thin.woff") format("woff"),
7
+ url("#{$roboto-font-path}Roboto-Thin.ttf") format("truetype");
8
+
9
+ font-weight: 200;
10
+ }
11
+ @font-face {
12
+ font-family: "Roboto";
13
+ src: local(Roboto Light), url('#{$roboto-font-path}Roboto-Light.eot');
14
+ src: url("#{$roboto-font-path}Roboto-Light.eot?#iefix") format('embedded-opentype'),
15
+ url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
16
+ url("#{$roboto-font-path}Roboto-Light.woff") format("woff"),
17
+ url("#{$roboto-font-path}Roboto-Light.ttf") format("truetype");
18
+ font-weight: 300;
19
+ }
20
+
21
+ @font-face {
22
+ font-family: "Roboto";
23
+ src: local(Roboto Regular), url('#{$roboto-font-path}Roboto-Regular.eot');
24
+ src: url("#{$roboto-font-path}Roboto-Regular.eot?#iefix") format('embedded-opentype'),
25
+ url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
26
+ url("#{$roboto-font-path}Roboto-Regular.woff") format("woff"),
27
+ url("#{$roboto-font-path}Roboto-Regular.ttf") format("truetype");
28
+ font-weight: 400;
29
+ }
30
+
31
+ @font-face {
32
+ font-family: "Roboto";
33
+ src: url('#{$roboto-font-path}Roboto-Medium.eot');
34
+ src: url("#{$roboto-font-path}Roboto-Medium.eot?#iefix") format('embedded-opentype'),
35
+ url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
36
+ url("#{$roboto-font-path}Roboto-Medium.woff") format("woff"),
37
+ url("#{$roboto-font-path}Roboto-Medium.ttf") format("truetype");
38
+ font-weight: 500;
39
+ }
40
+
41
+ @font-face {
42
+ font-family: "Roboto";
43
+ src: url('#{$roboto-font-path}Roboto-Bold.eot');
44
+ src: url("#{$roboto-font-path}Roboto-Bold.eot?#iefix") format('embedded-opentype'),
45
+ url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
46
+ url("#{$roboto-font-path}Roboto-Bold.woff") format("woff"),
47
+ url("#{$roboto-font-path}Roboto-Bold.ttf") format("truetype");
48
+ font-weight: 700;
49
+ }
@@ -0,0 +1,309 @@
1
+ /* ==========================================================================
2
+ Materialize variables
3
+ ========================================================================== */
4
+ /**
5
+ * Table of Contents:
6
+ *
7
+ * 1. Colors
8
+ * 2. Badges
9
+ * 3. Buttons
10
+ * 4. Cards
11
+ * 5. Collapsible
12
+ * 6. Chips
13
+ * 7. Date Picker
14
+ * 8. Dropdown
15
+ * 10. Forms
16
+ * 11. Global
17
+ * 12. Grid
18
+ * 13. Navigation Bar
19
+ * 14. Side Navigation
20
+ * 15. Photo Slider
21
+ * 16. Spinners | Loaders
22
+ * 17. Tabs
23
+ * 18. Tables
24
+ * 19. Toasts
25
+ * 20. Typography
26
+ * 21. Footer
27
+ * 22. Flow Text
28
+ * 23. Collections
29
+ * 24. Progress Bar
30
+ */
31
+
32
+
33
+ /* 1. Colors
34
+ ========================================================================== */
35
+
36
+ $primary-color: color("materialize-red", "lighten-2") !default;
37
+ $primary-color-light: lighten($primary-color, 15%) !default;
38
+ $primary-color-dark: darken($primary-color, 15%) !default;
39
+
40
+ $secondary-color: color("teal", "lighten-1") !default;
41
+ $success-color: color("green", "base") !default;
42
+ $error-color: color("red", "base") !default;
43
+ $link-color: color("light-blue", "darken-1") !default;
44
+
45
+
46
+ /* 2. Badges
47
+ ========================================================================== */
48
+
49
+ $badge-bg-color: $secondary-color !default;
50
+
51
+
52
+ /* 3. Buttons
53
+ ========================================================================== */
54
+
55
+ // Shared styles
56
+ $button-border: none !default;
57
+ $button-background-focus: lighten($secondary-color, 4%) !default;
58
+ $button-font-size: 12px !default;
59
+ $button-height: 34px !default;
60
+ $button-padding: 0 23px !default;
61
+ $button-radius: 2px !default;
62
+
63
+ // Disabled styles
64
+ $button-disabled-background: #DFDFDF !default;
65
+ $button-disabled-color: #9F9F9F !default;
66
+
67
+ // Raised buttons
68
+ $button-raised-background: $secondary-color !default;
69
+ $button-raised-background-hover: lighten($button-raised-background, 5%) !default;
70
+ $button-raised-color: #fff !default;
71
+
72
+ // Large buttons
73
+ $button-large-icon-font-size: 1.6rem !default;
74
+ $button-large-height: $button-height * 1.5 !default;
75
+
76
+ // Flat buttons
77
+ $button-flat-color: #343434 !default;
78
+ $button-flat-disabled-color: lighten(#999, 10%) !default;
79
+
80
+ // Floating buttons
81
+ $button-floating-background: $secondary-color !default;
82
+ $button-floating-background-hover: $button-floating-background !default;
83
+ $button-floating-color: #fff !default;
84
+ $button-floating-size: 37px !default;
85
+ $button-floating-large-size: $button-floating-size * 1.5 !default;
86
+ $button-floating-radius: 50% !default;
87
+
88
+
89
+ /* 4. Cards
90
+ ========================================================================== */
91
+
92
+ $card-padding: 20px !default;
93
+ $card-bg-color: #fff !default;
94
+ $card-link-color: color("orange", "accent-2") !default;
95
+ $card-link-color-light: lighten($card-link-color, 20%) !default;
96
+
97
+
98
+ /* 5. Collapsible
99
+ ========================================================================== */
100
+
101
+ $collapsible-height: 3rem !default;
102
+ $collapsible-header-color: #fff !default;
103
+ $collapsible-border-color: #ddd !default;
104
+
105
+
106
+ /* 6. Chips
107
+ ========================================================================== */
108
+
109
+ $chip-bg-color: #e4e4e4 !default;
110
+
111
+
112
+ /* 7. Date Picker
113
+ ========================================================================== */
114
+
115
+ $datepicker-weekday-bg: darken($secondary_color, 7%) !default;
116
+ $datepicker-date-bg: $secondary_color !default;
117
+ $datepicker-year: rgba(255, 255, 255, .4) !default;
118
+ $datepicker-focus: rgba(0,0,0, .05) !default;
119
+ $datepicker-selected: $secondary-color !default;
120
+ $datepicker-selected-outfocus: desaturate(lighten($secondary-color, 35%), 15%) !default;
121
+
122
+
123
+ /* 8. Dropdown
124
+ ========================================================================== */
125
+
126
+ $dropdown-bg-color: #fff !default;
127
+ $dropdown-hover-bg-color: #eee !default;
128
+ $dropdown-color: $secondary-color !default;
129
+ $dropdown-item-height: 50px !default;
130
+
131
+
132
+ /* 9. Fonts
133
+ ========================================================================== */
134
+
135
+ $roboto-font-path: "../fonts/roboto/" !default;
136
+
137
+
138
+ /* 10. Forms
139
+ ========================================================================== */
140
+
141
+ // Text Inputs + Textarea
142
+ $input-height: 3rem !default;
143
+ $input-border-color: color("grey", "base") !default;
144
+ $input-border: 1px solid $input-border-color !default;
145
+ $input-background: #fff !default;
146
+ $input-error-color: $error-color !default;
147
+ $input-success-color: $success-color !default;
148
+ $input-focus-color: $secondary-color !default;
149
+ $input-font-size: 1rem !default;
150
+ $input-margin: 0 0 15px 0 !default;
151
+ $input-padding: 0 !default;
152
+ $input-transition: all .3s !default;
153
+ $label-font-size: .8rem !default;
154
+ $input-disabled-color: rgba(0,0,0, .26) !default;
155
+ $input-disabled-solid-color: #BDBDBD !default;
156
+ $input-disabled-border: 1px dotted $input-disabled-color !default;
157
+ $input-invalid-border: 1px solid $input-error-color !default;
158
+ $placeholder-text-color: lighten($input-border-color, 20%) !default;
159
+
160
+ // Radio Buttons
161
+ $radio-fill-color: $secondary-color !default;
162
+ $radio-empty-color: #5a5a5a !default;
163
+ $radio-border: 2px solid $radio-fill-color !default;
164
+
165
+ // Range
166
+ $range-height: 14px !default;
167
+ $range-width: 14px !default;
168
+ $track-height: 3px !default;
169
+
170
+ // Select
171
+ $select-border: 1px solid #f2f2f2 !default;
172
+ $select-background: rgba(255, 255, 255, 0.90) !default;
173
+ $select-focus: 1px solid lighten($secondary-color, 47%) !default;
174
+ $select-padding: 5px !default;
175
+ $select-radius: 2px !default;
176
+ $select-disabled-color: rgba(0,0,0,.3) !default;
177
+
178
+ // Switches
179
+ $switch-bg-color: $secondary-color !default;
180
+ $switch-checked-lever-bg: desaturate(lighten($secondary-color, 25%), 25%) !default;
181
+ $switch-unchecked-bg: #F1F1F1 !default;
182
+ $switch-unchecked-lever-bg: #818181 !default;
183
+ $switch-radius: 15px !default;
184
+
185
+
186
+ /* 11. Global
187
+ ========================================================================== */
188
+
189
+ // Media Query Ranges
190
+ $small-screen-up: 601px !default;
191
+ $medium-screen-up: 993px !default;
192
+ $large-screen-up: 1201px !default;
193
+ $small-screen: 600px !default;
194
+ $medium-screen: 992px !default;
195
+ $large-screen: 1200px !default;
196
+
197
+ $medium-and-up: "only screen and (min-width : #{$small-screen-up})" !default;
198
+ $large-and-up: "only screen and (min-width : #{$medium-screen-up})" !default;
199
+ $small-and-down: "only screen and (max-width : #{$small-screen})" !default;
200
+ $medium-and-down: "only screen and (max-width : #{$medium-screen})" !default;
201
+ $medium-only: "only screen and (min-width : #{$small-screen-up}) and (max-width : #{$medium-screen})" !default;
202
+
203
+
204
+ /* 12. Grid
205
+ ========================================================================== */
206
+
207
+ $num-cols: 12 !default;
208
+ $gutter-width: 1.5rem !default;
209
+ $element-top-margin: $gutter-width/3 !default;
210
+ $element-bottom-margin: ($gutter-width*2)/3 !default;
211
+
212
+
213
+ /* 13. Navigation Bar
214
+ ========================================================================== */
215
+
216
+ $navbar-height: 64px !default;
217
+ $navbar-height-mobile: 56px !default;
218
+ $navbar-font-color: #fff !default;
219
+ $navbar-brand-font-size: 2.1rem !default;
220
+
221
+
222
+ /* 14. Side Navigation
223
+ ========================================================================== */
224
+
225
+ $sidenav-font-color: #444 !default;
226
+ $sidenav-bg-color: #fff !default;
227
+ $sidenav-padding-right: 30px !default;
228
+ $sidenav-item-height: 64px !default;
229
+
230
+
231
+ /* 15. Photo Slider
232
+ ========================================================================== */
233
+
234
+ $slider-bg-color: color('grey', 'base') !default;
235
+ $slider-bg-color-light: color('grey', 'lighten-2') !default;
236
+ $slider-indicator-color: color('green', 'base') !default;
237
+
238
+
239
+ /* 16. Spinners | Loaders
240
+ ========================================================================== */
241
+
242
+ $spinner-default-color: $secondary-color !default;
243
+
244
+
245
+ /* 17. Tabs
246
+ ========================================================================== */
247
+
248
+ $tabs-underline-color: $primary-color-light !default;
249
+ $tabs-text-color: $primary-color !default;
250
+ $tabs-bg-color: #fff !default;
251
+
252
+
253
+ /* 18. Tables
254
+ ========================================================================== */
255
+
256
+ $table-border-color: #d0d0d0 !default;
257
+ $table-striped-color: #f2f2f2 !default;
258
+
259
+
260
+ /* 19. Toasts
261
+ ========================================================================== */
262
+
263
+ $toast-height: 48px !default;
264
+ $toast-color: #323232 !default;
265
+ $toast-text-color: #fff !default;
266
+
267
+
268
+ /* 20. Typography
269
+ ========================================================================== */
270
+
271
+ $off-black: rgba(0, 0, 0, 0.87) !default;
272
+ // Header Styles
273
+ $h1-fontsize: 4.2rem !default;
274
+ $h2-fontsize: 3.56rem !default;
275
+ $h3-fontsize: 2.92rem !default;
276
+ $h4-fontsize: 2.28rem !default;
277
+ $h5-fontsize: 1.64rem !default;
278
+ $h6-fontsize: 1rem !default;
279
+
280
+
281
+ /* 21. Footer
282
+ ========================================================================== */
283
+
284
+ $footer-bg-color: $primary-color !default;
285
+
286
+
287
+ /* 22. Flow Text
288
+ ========================================================================== */
289
+
290
+ $range : $large-screen - $small-screen !default;
291
+ $intervals: 20 !default;
292
+ $interval-size: $range / $intervals !default;
293
+
294
+
295
+ /* 23. Collections
296
+ ========================================================================== */
297
+
298
+ $collection-border-color: #e0e0e0 !default;
299
+ $collection-bg-color: #fff !default;
300
+ $collection-active-bg-color: $secondary-color !default;
301
+ $collection-active-color: lighten($secondary-color, 55%) !default;
302
+ $collection-hover-bg-color: #ddd !default;
303
+ $collection-link-color: $secondary-color !default;
304
+
305
+
306
+ /* 24. Progress Bar
307
+ ========================================================================== */
308
+
309
+ $progress-bar-color: $secondary-color !default;
@@ -0,0 +1,173 @@
1
+
2
+ /*!
3
+ * Waves v0.6.0
4
+ * http://fian.my.id/Waves
5
+ *
6
+ * Copyright 2014 Alfiana E. Sibuea and other contributors
7
+ * Released under the MIT license
8
+ * https://github.com/fians/Waves/blob/master/LICENSE
9
+ */
10
+
11
+
12
+ .waves-effect {
13
+ position: relative;
14
+ cursor: pointer;
15
+ display: inline-block;
16
+ overflow: hidden;
17
+ -webkit-user-select: none;
18
+ -moz-user-select: none;
19
+ -ms-user-select: none;
20
+ user-select: none;
21
+ -webkit-tap-highlight-color: transparent;
22
+ // white-space: nowrap;
23
+ // outline: 0;
24
+
25
+ vertical-align: middle;
26
+ // cursor: pointer;
27
+ // border: none;
28
+ // outline: none;
29
+ // color: inherit;
30
+ // background-color: rgba(0, 0, 0, 0);
31
+ // font-size: 1em;
32
+ // line-height:1em;
33
+ // text-align: center;
34
+ // text-decoration: none;
35
+ z-index: 1;
36
+ will-change: opacity, transform;
37
+ transition: all .3s ease-out;
38
+
39
+ .waves-ripple {
40
+ position: absolute;
41
+ border-radius: 50%;
42
+ width: 20px;
43
+ height: 20px;
44
+ margin-top:-10px;
45
+ margin-left:-10px;
46
+ opacity: 0;
47
+
48
+ background: rgba(0,0,0,0.2);
49
+ // $gradient: rgba(0,0,0,0.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%;
50
+ // background: -webkit-radial-gradient($gradient);
51
+ // background: -o-radial-gradient($gradient);
52
+ // background: -moz-radial-gradient($gradient);
53
+ // background: radial-gradient($gradient);
54
+ transition: all 0.7s ease-out;
55
+ transition-property: transform, opacity;
56
+ transform: scale(0);
57
+ pointer-events: none;
58
+ }
59
+
60
+ // Waves Colors
61
+ &.waves-light .waves-ripple {
62
+ background-color: rgba(255, 255, 255, 0.45);
63
+ }
64
+
65
+ &.waves-red .waves-ripple {
66
+ background-color: rgba(244, 67, 54, .70);
67
+ }
68
+ &.waves-yellow .waves-ripple {
69
+ background-color: rgba(255, 235, 59, .70);
70
+ }
71
+ &.waves-orange .waves-ripple {
72
+ background-color: rgba(255, 152, 0, .70);
73
+ }
74
+ &.waves-purple .waves-ripple {
75
+ background-color: rgba(156, 39, 176, 0.70);
76
+ }
77
+ &.waves-green .waves-ripple {
78
+ background-color: rgba(76, 175, 80, 0.70);
79
+ }
80
+ &.waves-teal .waves-ripple {
81
+ background-color: rgba(0, 150, 136, 0.70);
82
+ }
83
+
84
+ // Style input button bug.
85
+ input[type="button"], input[type="reset"], input[type="submit"] {
86
+ border: 0;
87
+ font-style: normal;
88
+ font-size: inherit;
89
+ text-transform: inherit;
90
+ background: none;
91
+ }
92
+
93
+ }
94
+
95
+ .waves-notransition {
96
+ transition: none #{"!important"};
97
+ }
98
+
99
+ .waves-circle {
100
+ transform: translateZ(0);
101
+ -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
102
+ }
103
+
104
+ // .waves-button,
105
+ // .waves-button:hover,
106
+ // .waves-button:visited,
107
+ // .waves-button-input {
108
+ // white-space: nowrap;
109
+ // vertical-align: middle;
110
+ // cursor: pointer;
111
+ // border: none;
112
+ // outline: none;
113
+ // color: inherit;
114
+ // background-color: rgba(0, 0, 0, 0);
115
+ // font-size: 1em;
116
+ // line-height:1em;
117
+ // text-align: center;
118
+ // text-decoration: none;
119
+ // z-index: 1;
120
+ // }
121
+
122
+ // .waves-button {
123
+ // padding: 0.85em 1.1em;
124
+ // border-radius: 0.2em;
125
+ // }
126
+
127
+ // .waves-button-input {
128
+ // margin: 0;
129
+ // padding: 0.85em 1.1em;
130
+ // }
131
+
132
+ .waves-input-wrapper {
133
+ border-radius: 0.2em;
134
+ vertical-align: bottom;
135
+
136
+ // &.waves-button {
137
+ // padding: 0;
138
+ // }
139
+
140
+ .waves-button-input {
141
+ position: relative;
142
+ top: 0;
143
+ left: 0;
144
+ z-index: 1;
145
+ }
146
+ }
147
+
148
+ .waves-circle {
149
+ text-align: center;
150
+ width: 2.5em;
151
+ height: 2.5em;
152
+ line-height: 2.5em;
153
+ border-radius: 50%;
154
+ -webkit-mask-image: none;
155
+ }
156
+
157
+ // .waves-float {
158
+ // -webkit-mask-image: none;
159
+ // @include box-shadow(0px 1px 1.5px 1px rgba(0, 0, 0, 0.12));
160
+
161
+ // &:active {
162
+ // @include box-shadow(0px 8px 20px 1px rgba(0, 0, 0, 0.30));
163
+ // }
164
+ // }
165
+
166
+ .waves-block {
167
+ display: block;
168
+ }
169
+
170
+ /* Firefox Bug: link not triggered */
171
+ a.waves-effect .waves-ripple {
172
+ z-index: -1;
173
+ }