j1-template 2022.0.17 → 2022.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/error_pages/HTTP204.html +1 -1
- data/assets/error_pages/HTTP400.html +1 -1
- data/assets/error_pages/HTTP401.html +1 -1
- data/assets/error_pages/HTTP403.html +1 -1
- data/assets/error_pages/HTTP404.html +1 -1
- data/assets/error_pages/HTTP444.html +1 -1
- data/assets/error_pages/HTTP445.html +1 -1
- data/assets/error_pages/HTTP446.html +1 -1
- data/assets/error_pages/HTTP447.html +1 -1
- data/assets/error_pages/HTTP448.html +1 -1
- data/assets/error_pages/HTTP500.html +1 -1
- data/assets/error_pages/HTTP501.html +1 -1
- data/assets/error_pages/HTTP502.html +1 -1
- data/assets/error_pages/HTTP503.html +1 -1
- data/assets/themes/j1/adapter/js/customFunctions.js +221 -0
- data/assets/themes/j1/adapter/js/customModule.js +221 -0
- data/assets/themes/j1/adapter/js/dropdowns.js +319 -0
- data/assets/themes/j1/adapter/js/rtable.js +2 -6
- data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.css +109 -0
- data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.min.css +15 -0
- data/assets/themes/j1/modules/dropdowns/js/cash.js +978 -0
- data/assets/themes/j1/modules/dropdowns/js/dropdowns.js +864 -0
- data/lib/j1/commands/generate.rb +25 -14
- data/lib/j1/commands/rebuild.rb +1 -0
- data/lib/j1/commands/reset.rb +6 -3
- data/lib/j1/commands/setup.rb +18 -13
- data/lib/j1/commands/site.rb +2 -1
- data/lib/j1/utils/exec2.rb +33 -7
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/apps/carousel.yml +138 -140
- data/lib/starter_web/_data/blocks/banner.yml +7 -7
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +164 -0
- data/lib/starter_web/_data/modules/dropdowns.yml +77 -0
- data/lib/starter_web/_data/resources.yml +73 -2
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +2 -2
- data/lib/starter_web/package.json +2 -2
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/j1-dropdown.adoc +294 -0
- data/lib/starter_web/pages/public/manuals/{dropdown-help.adoc → msdropdown.adoc} +0 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +14 -6
- data/assets/themes/j1/modules/fab/css/theme/uno/fab.css +0 -373
- data/assets/themes/j1/modules/fab/css/theme/uno/fab.min.css +0 -15
@@ -1,373 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/themes/j1/modules/fab/css/fab.css
|
4
|
-
# Provides styles for J1 Module FAB (Floating Action Button)
|
5
|
-
#
|
6
|
-
# Product/Info:
|
7
|
-
# https://jekyll.one
|
8
|
-
#
|
9
|
-
# Copyright (C) 2021 Juergen Adams
|
10
|
-
#
|
11
|
-
# J1 Template is licensed under the MIT License.
|
12
|
-
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
13
|
-
# -----------------------------------------------------------------------------
|
14
|
-
*/
|
15
|
-
|
16
|
-
.btn.bmd-btn-fab, .btn.bmd-btn-icon {
|
17
|
-
overflow: visible;
|
18
|
-
}
|
19
|
-
|
20
|
-
.fab-btn ul {
|
21
|
-
left: 0;
|
22
|
-
right: 0;
|
23
|
-
text-align: center;
|
24
|
-
position: absolute;
|
25
|
-
bottom: 64px;
|
26
|
-
margin: 0;
|
27
|
-
visibility: hidden;
|
28
|
-
padding-left: 0;
|
29
|
-
list-style-type: none;
|
30
|
-
}
|
31
|
-
|
32
|
-
.btn-large,
|
33
|
-
.btn-small {
|
34
|
-
border: none;
|
35
|
-
border-radius: 2px;
|
36
|
-
display: inline-block;
|
37
|
-
height: 36px;
|
38
|
-
line-height: 36px;
|
39
|
-
padding: 0 16px;
|
40
|
-
text-transform: uppercase;
|
41
|
-
vertical-align: middle;
|
42
|
-
-webkit-tap-highlight-color: transparent
|
43
|
-
}
|
44
|
-
|
45
|
-
.disabled.btn-large,
|
46
|
-
.disabled.btn-small,
|
47
|
-
.btn-fab-floating.disabled,
|
48
|
-
.btn-large.disabled,
|
49
|
-
.btn-small.disabled,
|
50
|
-
.btn-large:disabled,
|
51
|
-
.btn-small:disabled,
|
52
|
-
.btn-fab-floating:disabled,
|
53
|
-
.btn-large:disabled,
|
54
|
-
.btn-small:disabled,
|
55
|
-
[disabled].btn-large,
|
56
|
-
[disabled].btn-small,
|
57
|
-
.btn-fab-floating[disabled],
|
58
|
-
.btn-large[disabled],
|
59
|
-
.btn-small[disabled] {
|
60
|
-
pointer-events: none;
|
61
|
-
background-color: #DFDFDF !important;
|
62
|
-
-webkit-box-shadow: none;
|
63
|
-
box-shadow: none;
|
64
|
-
color: #9F9F9F !important;
|
65
|
-
cursor: default
|
66
|
-
}
|
67
|
-
|
68
|
-
.disabled.btn-large:hover,
|
69
|
-
.disabled.btn-small:hover,
|
70
|
-
.btn-fab-floating.disabled:hover,
|
71
|
-
.btn-large.disabled:hover,
|
72
|
-
.btn-small.disabled:hover,
|
73
|
-
.btn-large:disabled:hover,
|
74
|
-
.btn-small:disabled:hover,
|
75
|
-
.btn-fab-floating:disabled:hover,
|
76
|
-
.btn-large:disabled:hover,
|
77
|
-
.btn-small:disabled:hover,
|
78
|
-
[disabled].btn-large:hover,
|
79
|
-
[disabled].btn-small:hover,
|
80
|
-
.btn-fab-floating[disabled]:hover,
|
81
|
-
.btn-large[disabled]:hover,
|
82
|
-
.btn-small[disabled]:hover {
|
83
|
-
background-color: #DFDFDF !important;
|
84
|
-
color: #9F9F9F !important
|
85
|
-
}
|
86
|
-
|
87
|
-
.btn-large,
|
88
|
-
.btn-small,
|
89
|
-
.btn-fab-floating {
|
90
|
-
font-size: 14px;
|
91
|
-
outline: 0
|
92
|
-
}
|
93
|
-
|
94
|
-
.btn-large i,
|
95
|
-
.btn-small i,
|
96
|
-
.btn-fab-floating i {
|
97
|
-
font-size: 1.3rem;
|
98
|
-
line-height: inherit
|
99
|
-
}
|
100
|
-
|
101
|
-
.btn-large:focus,
|
102
|
-
.btn-small:focus,
|
103
|
-
.btn-fab-floating:focus {
|
104
|
-
background-color: #1d7d74
|
105
|
-
}
|
106
|
-
|
107
|
-
.btn-large,
|
108
|
-
.btn-small {
|
109
|
-
text-decoration: none;
|
110
|
-
color: #fff;
|
111
|
-
background-color: #26a69a;
|
112
|
-
text-align: center;
|
113
|
-
letter-spacing: .5px;
|
114
|
-
-webkit-transition: background-color .2s ease-out;
|
115
|
-
transition: background-color .2s ease-out;
|
116
|
-
cursor: pointer
|
117
|
-
}
|
118
|
-
|
119
|
-
.btn-large:hover,
|
120
|
-
.btn-small:hover {
|
121
|
-
background-color: #424242 !important;
|
122
|
-
}
|
123
|
-
|
124
|
-
.btn-fab-floating:hover {
|
125
|
-
background-color: #424242 !important;
|
126
|
-
}
|
127
|
-
|
128
|
-
.btn-fab-floating {
|
129
|
-
display: inline-block;
|
130
|
-
color: #fff;
|
131
|
-
position: relative;
|
132
|
-
/* overflow: hidden; */
|
133
|
-
z-index: 1;
|
134
|
-
width: 40px;
|
135
|
-
height: 40px;
|
136
|
-
line-height: 40px;
|
137
|
-
padding: 0;
|
138
|
-
background-color: #26a69a;
|
139
|
-
border-radius: 50%;
|
140
|
-
-webkit-transition: background-color .3s;
|
141
|
-
transition: background-color .3s;
|
142
|
-
cursor: pointer;
|
143
|
-
vertical-align: middle
|
144
|
-
}
|
145
|
-
|
146
|
-
.btn-fab-floating:before {
|
147
|
-
border-radius: 0
|
148
|
-
}
|
149
|
-
|
150
|
-
.btn-fab-floating.btn-large {
|
151
|
-
width: 56px;
|
152
|
-
height: 56px;
|
153
|
-
padding: 0
|
154
|
-
}
|
155
|
-
|
156
|
-
.btn-fab-floating.btn-large.halfway-fab {
|
157
|
-
bottom: -28px
|
158
|
-
}
|
159
|
-
|
160
|
-
.btn-fab-floating.btn-large i {
|
161
|
-
line-height: 56px
|
162
|
-
}
|
163
|
-
|
164
|
-
.btn-fab-floating.btn-small {
|
165
|
-
width: 32.4px;
|
166
|
-
height: 32.4px
|
167
|
-
}
|
168
|
-
|
169
|
-
.btn-fab-floating.btn-small.halfway-fab {
|
170
|
-
bottom: -16.2px
|
171
|
-
}
|
172
|
-
|
173
|
-
.btn-fab-floating.btn-small i {
|
174
|
-
line-height: 32.4px
|
175
|
-
}
|
176
|
-
|
177
|
-
.btn-fab-floating.halfway-fab {
|
178
|
-
position: absolute;
|
179
|
-
right: 24px;
|
180
|
-
bottom: -20px
|
181
|
-
}
|
182
|
-
|
183
|
-
.btn-fab-floating.halfway-fab.left {
|
184
|
-
right: auto;
|
185
|
-
left: 24px
|
186
|
-
}
|
187
|
-
|
188
|
-
.btn-fab-floating i {
|
189
|
-
width: inherit;
|
190
|
-
display: inline-block;
|
191
|
-
text-align: center;
|
192
|
-
color: #fff;
|
193
|
-
font-size: 1.6rem;
|
194
|
-
line-height: 40px
|
195
|
-
}
|
196
|
-
|
197
|
-
button.btn-fab-floating {
|
198
|
-
border: none
|
199
|
-
}
|
200
|
-
|
201
|
-
.fab-btn {
|
202
|
-
position: fixed;
|
203
|
-
right: 1rem;
|
204
|
-
bottom: 1rem;
|
205
|
-
padding-top: 4rem;
|
206
|
-
margin-bottom: 0;
|
207
|
-
z-index: 9;
|
208
|
-
}
|
209
|
-
|
210
|
-
.fab-btn.active ul {
|
211
|
-
visibility: visible
|
212
|
-
}
|
213
|
-
|
214
|
-
.fab-btn.direction-left,
|
215
|
-
.fab-btn.direction-right {
|
216
|
-
padding: 0 0 0 15px
|
217
|
-
}
|
218
|
-
|
219
|
-
.fab-btn.direction-left ul,
|
220
|
-
.fab-btn.direction-right ul {
|
221
|
-
text-align: right;
|
222
|
-
right: 64px;
|
223
|
-
top: 50%;
|
224
|
-
-webkit-transform: translateY(-50%);
|
225
|
-
transform: translateY(-50%);
|
226
|
-
height: 100%;
|
227
|
-
left: auto;
|
228
|
-
width: 500px
|
229
|
-
}
|
230
|
-
|
231
|
-
.fab-btn.direction-left ul li,
|
232
|
-
.fab-btn.direction-right ul li {
|
233
|
-
display: inline-block;
|
234
|
-
margin: 7.5px 15px 0 0
|
235
|
-
}
|
236
|
-
|
237
|
-
.fab-btn.direction-right {
|
238
|
-
padding: 0 15px 0 0
|
239
|
-
}
|
240
|
-
|
241
|
-
.fab-btn.direction-right ul {
|
242
|
-
text-align: left;
|
243
|
-
direction: rtl;
|
244
|
-
left: 64px;
|
245
|
-
right: auto
|
246
|
-
}
|
247
|
-
|
248
|
-
.fab-btn.direction-right ul li {
|
249
|
-
margin: 7.5px 0 0 15px
|
250
|
-
}
|
251
|
-
|
252
|
-
.fab-btn.direction-bottom {
|
253
|
-
padding: 0 0 15px 0
|
254
|
-
}
|
255
|
-
|
256
|
-
.fab-btn.direction-bottom ul {
|
257
|
-
top: 64px;
|
258
|
-
bottom: auto;
|
259
|
-
display: -webkit-box;
|
260
|
-
display: -webkit-flex;
|
261
|
-
display: -ms-flexbox;
|
262
|
-
display: flex;
|
263
|
-
-webkit-box-orient: vertical;
|
264
|
-
-webkit-box-direction: reverse;
|
265
|
-
-webkit-flex-direction: column-reverse;
|
266
|
-
-ms-flex-direction: column-reverse;
|
267
|
-
flex-direction: column-reverse
|
268
|
-
}
|
269
|
-
|
270
|
-
.fab-btn.direction-bottom ul li {
|
271
|
-
margin: 15px 0 0 0
|
272
|
-
}
|
273
|
-
|
274
|
-
.fab-btn.toolbar {
|
275
|
-
padding: 0;
|
276
|
-
height: 56px
|
277
|
-
}
|
278
|
-
|
279
|
-
.fab-btn.toolbar.active>a i {
|
280
|
-
opacity: 0
|
281
|
-
}
|
282
|
-
|
283
|
-
.fab-btn.toolbar ul {
|
284
|
-
display: -webkit-box;
|
285
|
-
display: -webkit-flex;
|
286
|
-
display: -ms-flexbox;
|
287
|
-
display: flex;
|
288
|
-
top: 0;
|
289
|
-
bottom: 0;
|
290
|
-
z-index: 1
|
291
|
-
}
|
292
|
-
|
293
|
-
.fab-btn.toolbar ul li {
|
294
|
-
-webkit-box-flex: 1;
|
295
|
-
-webkit-flex: 1;
|
296
|
-
-ms-flex: 1;
|
297
|
-
flex: 1;
|
298
|
-
display: inline-block;
|
299
|
-
margin: 0;
|
300
|
-
height: 100%;
|
301
|
-
-webkit-transition: none;
|
302
|
-
transition: none
|
303
|
-
}
|
304
|
-
|
305
|
-
.fab-btn.toolbar ul li a {
|
306
|
-
display: block;
|
307
|
-
overflow: hidden;
|
308
|
-
position: relative;
|
309
|
-
width: 100%;
|
310
|
-
height: 100%;
|
311
|
-
background-color: transparent;
|
312
|
-
-webkit-box-shadow: none;
|
313
|
-
box-shadow: none;
|
314
|
-
color: #fff;
|
315
|
-
line-height: 56px;
|
316
|
-
z-index: 1
|
317
|
-
}
|
318
|
-
|
319
|
-
.fab-btn.toolbar ul li a i {
|
320
|
-
line-height: inherit
|
321
|
-
}
|
322
|
-
|
323
|
-
.fab-btn ul {
|
324
|
-
left: 0;
|
325
|
-
right: 0;
|
326
|
-
text-align: center;
|
327
|
-
position: absolute;
|
328
|
-
bottom: 64px;
|
329
|
-
margin: 0;
|
330
|
-
visibility: hidden
|
331
|
-
}
|
332
|
-
|
333
|
-
.fab-btn ul li {
|
334
|
-
margin-bottom: 15px
|
335
|
-
}
|
336
|
-
|
337
|
-
.fab-btn ul a.btn-fab-floating {
|
338
|
-
opacity: 0
|
339
|
-
}
|
340
|
-
|
341
|
-
.fab-btn .fab-btn-backdrop {
|
342
|
-
position: absolute;
|
343
|
-
top: 0;
|
344
|
-
left: 0;
|
345
|
-
z-index: -1;
|
346
|
-
width: 40px;
|
347
|
-
height: 40px;
|
348
|
-
background-color: #26a69a;
|
349
|
-
border-radius: 50%;
|
350
|
-
-webkit-transform: scale(0);
|
351
|
-
transform: scale(0)
|
352
|
-
}
|
353
|
-
|
354
|
-
.btn-large {
|
355
|
-
height: 54px;
|
356
|
-
line-height: 54px;
|
357
|
-
font-size: 15px;
|
358
|
-
padding: 0 28px
|
359
|
-
}
|
360
|
-
|
361
|
-
.btn-large i {
|
362
|
-
font-size: 1.6rem
|
363
|
-
}
|
364
|
-
|
365
|
-
.btn-small {
|
366
|
-
height: 32.4px;
|
367
|
-
line-height: 32.4px;
|
368
|
-
font-size: 13px
|
369
|
-
}
|
370
|
-
|
371
|
-
.btn-small i {
|
372
|
-
font-size: 1.2rem
|
373
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/themes/j1/modules/fab/css/fab.min.css
|
4
|
-
# Provides styles for J1 Module FAB (Floating Action Button)
|
5
|
-
#
|
6
|
-
# Product/Info:
|
7
|
-
# https://jekyll.one
|
8
|
-
#
|
9
|
-
# Copyright (C) 2021 Juergen Adams
|
10
|
-
#
|
11
|
-
# J1 Template is licensed under the MIT License.
|
12
|
-
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
13
|
-
# -----------------------------------------------------------------------------
|
14
|
-
*/
|
15
|
-
.fab-btn ul{left:0;right:0;text-align:center;position:absolute;bottom:64px;margin:0;visibility:hidden;padding-left:0;list-style-type:none}.btn-large,.btn-small{border:0;border-radius:2px;display:inline-block;height:36px;line-height:36px;padding:0 16px;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}.disabled.btn-large,.disabled.btn-small,.btn-fab-floating.disabled,.btn-large.disabled,.btn-small.disabled,.btn-large:disabled,.btn-small:disabled,.btn-fab-floating:disabled,.btn-large:disabled,.btn-small:disabled,[disabled].btn-large,[disabled].btn-small,.btn-fab-floating[disabled],.btn-large[disabled],.btn-small[disabled]{pointer-events:none;background-color:#dfdfdf!important;-webkit-box-shadow:none;box-shadow:none;color:#9f9f9f!important;cursor:default}.disabled.btn-large:hover,.disabled.btn-small:hover,.btn-fab-floating.disabled:hover,.btn-large.disabled:hover,.btn-small.disabled:hover,.btn-large:disabled:hover,.btn-small:disabled:hover,.btn-fab-floating:disabled:hover,.btn-large:disabled:hover,.btn-small:disabled:hover,[disabled].btn-large:hover,[disabled].btn-small:hover,.btn-fab-floating[disabled]:hover,.btn-large[disabled]:hover,.btn-small[disabled]:hover{background-color:#dfdfdf!important;color:#9f9f9f!important}.btn-large,.btn-small,.btn-fab-floating{font-size:14px;outline:0}.btn-large i,.btn-small i,.btn-fab-floating i{font-size:1.3rem;line-height:inherit}.btn-large:focus,.btn-small:focus,.btn-fab-floating:focus{background-color:#1d7d74}.btn-large,.btn-small{text-decoration:none;color:#fff;background-color:#26a69a;text-align:center;letter-spacing:.5px;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer}.btn-large:hover,.btn-small:hover{background-color:#424242!important}.btn-fab-floating:hover{background-color:#424242!important}.btn-fab-floating{display:inline-block;color:#fff;position:relative;overflow:hidden;z-index:1;width:40px;height:40px;line-height:40px;padding:0;background-color:#26a69a;border-radius:50%;-webkit-transition:background-color .3s;transition:background-color .3s;cursor:pointer;vertical-align:middle}.btn-fab-floating:before{border-radius:0}.btn-fab-floating.btn-large{width:56px;height:56px;padding:0}.btn-fab-floating.btn-large.halfway-fab{bottom:-28px}.btn-fab-floating.btn-large i{line-height:56px}.btn-fab-floating.btn-small{width:32.4px;height:32.4px}.btn-fab-floating.btn-small.halfway-fab{bottom:-16.2px}.btn-fab-floating.btn-small i{line-height:32.4px}.btn-fab-floating.halfway-fab{position:absolute;right:24px;bottom:-20px}.btn-fab-floating.halfway-fab.left{right:auto;left:24px}.btn-fab-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.6rem;line-height:40px}button.btn-fab-floating{border:0}.fab-btn{position:fixed;right:1rem;bottom:1rem;padding-top:4rem;margin-bottom:0;z-index:9}.fab-btn.active ul{visibility:visible}.fab-btn.direction-left,.fab-btn.direction-right{padding:0 0 0 15px}.fab-btn.direction-left ul,.fab-btn.direction-right ul{text-align:right;right:64px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:100%;left:auto;width:500px}.fab-btn.direction-left ul li,.fab-btn.direction-right ul li{display:inline-block;margin:7.5px 15px 0 0}.fab-btn.direction-right{padding:0 15px 0 0}.fab-btn.direction-right ul{text-align:left;direction:rtl;left:64px;right:auto}.fab-btn.direction-right ul li{margin:7.5px 0 0 15px}.fab-btn.direction-bottom{padding:0 0 15px 0}.fab-btn.direction-bottom ul{top:64px;bottom:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.fab-btn.direction-bottom ul li{margin:15px 0 0 0}.fab-btn.toolbar{padding:0;height:56px}.fab-btn.toolbar.active>a i{opacity:0}.fab-btn.toolbar ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;top:0;bottom:0;z-index:1}.fab-btn.toolbar ul li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:inline-block;margin:0;height:100%;-webkit-transition:none;transition:none}.fab-btn.toolbar ul li a{display:block;overflow:hidden;position:relative;width:100%;height:100%;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;line-height:56px;z-index:1}.fab-btn.toolbar ul li a i{line-height:inherit}.fab-btn ul{left:0;right:0;text-align:center;position:absolute;bottom:64px;margin:0;visibility:hidden}.fab-btn ul li{margin-bottom:15px}.fab-btn ul a.btn-fab-floating{opacity:0}.fab-btn .fab-btn-backdrop{position:absolute;top:0;left:0;z-index:-1;width:40px;height:40px;background-color:#26a69a;border-radius:50%;-webkit-transform:scale(0);transform:scale(0)}.btn-large{height:54px;line-height:54px;font-size:15px;padding:0 28px}.btn-large i{font-size:1.6rem}.btn-small{height:32.4px;line-height:32.4px;font-size:13px}.btn-small i{font-size:1.2rem}
|