weaver 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/weaver/css/bootstrap.css +647 -205
- data/data/weaver/css/bootstrap.css.map +1 -0
- data/data/weaver/css/bootstrap.min.css +3 -3
- data/data/weaver/css/crossfade_style.css +19 -0
- data/data/weaver/css/patterns/1.png +0 -0
- data/data/weaver/css/patterns/2.png +0 -0
- data/data/weaver/css/patterns/3.png +0 -0
- data/data/weaver/css/patterns/4.png +0 -0
- data/data/weaver/css/patterns/5.png +0 -0
- data/data/weaver/css/patterns/6.png +0 -0
- data/data/weaver/css/patterns/7.png +0 -0
- data/data/weaver/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css +251 -0
- data/data/weaver/css/plugins/chartist/chartist.min.css +773 -0
- data/data/weaver/css/plugins/clockpicker/clockpicker.css +168 -0
- data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +118 -190
- data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -1
- data/data/weaver/css/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
- data/data/weaver/css/plugins/footable/fonts/footable.eot +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.svg +78 -0
- data/data/weaver/css/plugins/footable/fonts/footable.ttf +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.woff +0 -0
- data/data/weaver/css/plugins/footable/footable.core.css +178 -0
- data/data/weaver/css/plugins/select2/select2.min.css +1 -0
- data/data/weaver/css/plugins/slick/ajax-loader.gif +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.eot +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.svg +14 -0
- data/data/weaver/css/plugins/slick/fonts/slick.ttf +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.woff +0 -0
- data/data/weaver/css/plugins/slick/slick-theme.css +201 -0
- data/data/weaver/css/plugins/slick/slick.css +119 -0
- data/data/weaver/css/plugins/sweetalert/sweetalert.css +715 -0
- data/data/weaver/css/style.css +4352 -1310
- data/data/weaver/css/style.min.css +1 -1
- data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.svg +273 -214
- data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/data/weaver/js/bootstrap.js +299 -212
- data/data/weaver/js/bootstrap.min.js +5 -5
- data/data/weaver/js/inspinia.js +184 -42
- data/data/weaver/js/plugins/chartist/chartist.min.js +9 -0
- data/data/weaver/js/plugins/chartist/chartist.min.js.map +1 -0
- data/data/weaver/js/plugins/clockpicker/clockpicker.js +729 -0
- data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +195 -234
- data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +46 -45
- data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +628 -373
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
- data/data/weaver/js/plugins/daterangepicker/daterangepicker.js +1304 -0
- data/data/weaver/js/plugins/diff_match_patch/COPYING +177 -0
- data/data/weaver/js/plugins/diff_match_patch/README.txt +43 -0
- data/data/weaver/js/plugins/diff_match_patch/javascript/diff_match_patch.js +49 -0
- data/data/weaver/js/plugins/footable/footable.all.min.js +14 -0
- data/data/weaver/js/plugins/fullcalendar/moment.min.js +3 -3
- data/data/weaver/js/plugins/idle-timer/idle-timer.min.js +2 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.css +130 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js +3328 -0
- data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +9 -0
- data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +3 -113
- data/data/weaver/js/plugins/morris/morris.js +27 -23
- data/data/weaver/js/plugins/pace/pace.min.js +2 -2
- data/data/weaver/js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js +76 -0
- data/data/weaver/js/plugins/select2/select2.full.min.js +3 -0
- data/data/weaver/js/plugins/slick/slick.min.js +18 -0
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +96 -90
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +10 -10
- data/data/weaver/js/plugins/sweetalert/sweetalert.min.js +1 -0
- data/data/weaver/js/plugins/tinycon/tinycon.min.js +8 -0
- data/data/weaver/js/plugins/wow/wow.min.js +2 -0
- data/{bin → exe}/weaver +3 -2
- data/lib/weaver.rb +236 -53
- data/lib/weaver/version.rb +1 -1
- data/weaver.gemspec +2 -2
- metadata +50 -7
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +0 -8
@@ -0,0 +1 @@
|
|
1
|
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
|
Binary file
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<metadata>Generated by Fontastic.me</metadata>
|
5
|
+
<defs>
|
6
|
+
<font id="slick" horiz-adv-x="512">
|
7
|
+
<font-face font-family="slick" units-per-em="512" ascent="480" descent="-32"/>
|
8
|
+
<missing-glyph horiz-adv-x="512" />
|
9
|
+
|
10
|
+
<glyph unicode="→" d="M241 113l130 130c4 4 6 8 6 13 0 5-2 9-6 13l-130 130c-3 3-7 5-12 5-5 0-10-2-13-5l-29-30c-4-3-6-7-6-12 0-5 2-10 6-13l87-88-87-88c-4-3-6-8-6-13 0-5 2-9 6-12l29-30c3-3 8-5 13-5 5 0 9 2 12 5z m234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
11
|
+
<glyph unicode="←" d="M296 113l29 30c4 3 6 7 6 12 0 5-2 10-6 13l-87 88 87 88c4 3 6 8 6 13 0 5-2 9-6 12l-29 30c-3 3-8 5-13 5-5 0-9-2-12-5l-130-130c-4-4-6-8-6-13 0-5 2-9 6-13l130-130c3-3 7-5 12-5 5 0 10 2 13 5z m179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
12
|
+
<glyph unicode="•" d="M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
|
13
|
+
<glyph unicode="a" d="M475 439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128 0c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57 0-20 4-39 11-57 8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3 3 0 5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17-27 12-51 27-70 47-20 19-35 43-47 70-12 27-17 55-17 85 0 30 5 58 17 85 12 27 27 51 47 70 19 20 43 35 70 47 27 12 55 17 85 17 28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z"/>
|
14
|
+
</font></defs></svg>
|
Binary file
|
Binary file
|
@@ -0,0 +1,201 @@
|
|
1
|
+
@charset 'UTF-8';
|
2
|
+
/* Slider */
|
3
|
+
.slick-loading .slick-list
|
4
|
+
{
|
5
|
+
background: #fff url('ajax-loader.gif') center center no-repeat;
|
6
|
+
}
|
7
|
+
|
8
|
+
/* Icons */
|
9
|
+
@font-face
|
10
|
+
{
|
11
|
+
font-family: 'slick';
|
12
|
+
font-weight: normal;
|
13
|
+
font-style: normal;
|
14
|
+
|
15
|
+
src: url('fonts/slick.eot');
|
16
|
+
src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
|
17
|
+
}
|
18
|
+
/* Arrows */
|
19
|
+
.slick-prev,
|
20
|
+
.slick-next
|
21
|
+
{
|
22
|
+
font-size: 0;
|
23
|
+
line-height: 0;
|
24
|
+
|
25
|
+
position: absolute;
|
26
|
+
top: 50%;
|
27
|
+
|
28
|
+
display: block;
|
29
|
+
|
30
|
+
width: 20px;
|
31
|
+
height: 20px;
|
32
|
+
margin-top: -10px;
|
33
|
+
padding: 0;
|
34
|
+
|
35
|
+
cursor: pointer;
|
36
|
+
|
37
|
+
color: transparent;
|
38
|
+
border: none;
|
39
|
+
outline: none;
|
40
|
+
background: transparent;
|
41
|
+
}
|
42
|
+
.slick-prev:hover,
|
43
|
+
.slick-prev:focus,
|
44
|
+
.slick-next:hover,
|
45
|
+
.slick-next:focus
|
46
|
+
{
|
47
|
+
color: transparent;
|
48
|
+
outline: none;
|
49
|
+
background: transparent;
|
50
|
+
}
|
51
|
+
.slick-prev:hover:before,
|
52
|
+
.slick-prev:focus:before,
|
53
|
+
.slick-next:hover:before,
|
54
|
+
.slick-next:focus:before
|
55
|
+
{
|
56
|
+
opacity: 1;
|
57
|
+
}
|
58
|
+
.slick-prev.slick-disabled:before,
|
59
|
+
.slick-next.slick-disabled:before
|
60
|
+
{
|
61
|
+
opacity: .25;
|
62
|
+
}
|
63
|
+
|
64
|
+
.slick-prev:before,
|
65
|
+
.slick-next:before
|
66
|
+
{
|
67
|
+
font-family: 'slick';
|
68
|
+
font-size: 20px;
|
69
|
+
line-height: 1;
|
70
|
+
|
71
|
+
opacity: .75;
|
72
|
+
color: white;
|
73
|
+
|
74
|
+
-webkit-font-smoothing: antialiased;
|
75
|
+
-moz-osx-font-smoothing: grayscale;
|
76
|
+
}
|
77
|
+
|
78
|
+
.slick-prev
|
79
|
+
{
|
80
|
+
left: -25px;
|
81
|
+
}
|
82
|
+
[dir='rtl'] .slick-prev
|
83
|
+
{
|
84
|
+
right: -25px;
|
85
|
+
left: auto;
|
86
|
+
}
|
87
|
+
.slick-prev:before
|
88
|
+
{
|
89
|
+
content: '←';
|
90
|
+
}
|
91
|
+
[dir='rtl'] .slick-prev:before
|
92
|
+
{
|
93
|
+
content: '→';
|
94
|
+
}
|
95
|
+
|
96
|
+
.slick-next
|
97
|
+
{
|
98
|
+
right: -25px;
|
99
|
+
}
|
100
|
+
[dir='rtl'] .slick-next
|
101
|
+
{
|
102
|
+
right: auto;
|
103
|
+
left: -25px;
|
104
|
+
}
|
105
|
+
.slick-next:before
|
106
|
+
{
|
107
|
+
content: '→';
|
108
|
+
}
|
109
|
+
[dir='rtl'] .slick-next:before
|
110
|
+
{
|
111
|
+
content: '←';
|
112
|
+
}
|
113
|
+
|
114
|
+
/* Dots */
|
115
|
+
.slick-slider
|
116
|
+
{
|
117
|
+
margin-bottom: 30px;
|
118
|
+
}
|
119
|
+
|
120
|
+
.slick-dots
|
121
|
+
{
|
122
|
+
position: absolute;
|
123
|
+
bottom: -45px;
|
124
|
+
|
125
|
+
display: block;
|
126
|
+
|
127
|
+
width: 100%;
|
128
|
+
padding: 0;
|
129
|
+
|
130
|
+
list-style: none;
|
131
|
+
|
132
|
+
text-align: center;
|
133
|
+
}
|
134
|
+
.slick-dots li
|
135
|
+
{
|
136
|
+
position: relative;
|
137
|
+
|
138
|
+
display: inline-block;
|
139
|
+
|
140
|
+
width: 20px;
|
141
|
+
height: 20px;
|
142
|
+
margin: 0 5px;
|
143
|
+
padding: 0;
|
144
|
+
|
145
|
+
cursor: pointer;
|
146
|
+
}
|
147
|
+
.slick-dots li button
|
148
|
+
{
|
149
|
+
font-size: 0;
|
150
|
+
line-height: 0;
|
151
|
+
|
152
|
+
display: block;
|
153
|
+
|
154
|
+
width: 20px;
|
155
|
+
height: 20px;
|
156
|
+
padding: 5px;
|
157
|
+
|
158
|
+
cursor: pointer;
|
159
|
+
|
160
|
+
color: transparent;
|
161
|
+
border: 0;
|
162
|
+
outline: none;
|
163
|
+
background: transparent;
|
164
|
+
}
|
165
|
+
.slick-dots li button:hover,
|
166
|
+
.slick-dots li button:focus
|
167
|
+
{
|
168
|
+
outline: none;
|
169
|
+
}
|
170
|
+
.slick-dots li button:hover:before,
|
171
|
+
.slick-dots li button:focus:before
|
172
|
+
{
|
173
|
+
opacity: 1;
|
174
|
+
}
|
175
|
+
.slick-dots li button:before
|
176
|
+
{
|
177
|
+
font-family: 'slick';
|
178
|
+
font-size: 6px;
|
179
|
+
line-height: 20px;
|
180
|
+
|
181
|
+
position: absolute;
|
182
|
+
top: 0;
|
183
|
+
left: 0;
|
184
|
+
|
185
|
+
width: 20px;
|
186
|
+
height: 20px;
|
187
|
+
|
188
|
+
content: '•';
|
189
|
+
text-align: center;
|
190
|
+
|
191
|
+
opacity: .25;
|
192
|
+
color: black;
|
193
|
+
|
194
|
+
-webkit-font-smoothing: antialiased;
|
195
|
+
-moz-osx-font-smoothing: grayscale;
|
196
|
+
}
|
197
|
+
.slick-dots li.slick-active button:before
|
198
|
+
{
|
199
|
+
opacity: .75;
|
200
|
+
color: black;
|
201
|
+
}
|
@@ -0,0 +1,119 @@
|
|
1
|
+
/* Slider */
|
2
|
+
.slick-slider
|
3
|
+
{
|
4
|
+
position: relative;
|
5
|
+
|
6
|
+
display: block;
|
7
|
+
|
8
|
+
-moz-box-sizing: border-box;
|
9
|
+
box-sizing: border-box;
|
10
|
+
|
11
|
+
-webkit-user-select: none;
|
12
|
+
-moz-user-select: none;
|
13
|
+
-ms-user-select: none;
|
14
|
+
user-select: none;
|
15
|
+
|
16
|
+
-webkit-touch-callout: none;
|
17
|
+
-khtml-user-select: none;
|
18
|
+
-ms-touch-action: pan-y;
|
19
|
+
touch-action: pan-y;
|
20
|
+
-webkit-tap-highlight-color: transparent;
|
21
|
+
}
|
22
|
+
|
23
|
+
.slick-list
|
24
|
+
{
|
25
|
+
position: relative;
|
26
|
+
|
27
|
+
display: block;
|
28
|
+
overflow: hidden;
|
29
|
+
|
30
|
+
margin: 0;
|
31
|
+
padding: 0;
|
32
|
+
}
|
33
|
+
.slick-list:focus
|
34
|
+
{
|
35
|
+
outline: none;
|
36
|
+
}
|
37
|
+
.slick-list.dragging
|
38
|
+
{
|
39
|
+
cursor: pointer;
|
40
|
+
cursor: hand;
|
41
|
+
}
|
42
|
+
|
43
|
+
.slick-slider .slick-track,
|
44
|
+
.slick-slider .slick-list
|
45
|
+
{
|
46
|
+
-webkit-transform: translate3d(0, 0, 0);
|
47
|
+
-moz-transform: translate3d(0, 0, 0);
|
48
|
+
-ms-transform: translate3d(0, 0, 0);
|
49
|
+
-o-transform: translate3d(0, 0, 0);
|
50
|
+
transform: translate3d(0, 0, 0);
|
51
|
+
}
|
52
|
+
|
53
|
+
.slick-track
|
54
|
+
{
|
55
|
+
position: relative;
|
56
|
+
top: 0;
|
57
|
+
left: 0;
|
58
|
+
|
59
|
+
display: block;
|
60
|
+
}
|
61
|
+
.slick-track:before,
|
62
|
+
.slick-track:after
|
63
|
+
{
|
64
|
+
display: table;
|
65
|
+
|
66
|
+
content: '';
|
67
|
+
}
|
68
|
+
.slick-track:after
|
69
|
+
{
|
70
|
+
clear: both;
|
71
|
+
}
|
72
|
+
.slick-loading .slick-track
|
73
|
+
{
|
74
|
+
visibility: hidden;
|
75
|
+
}
|
76
|
+
|
77
|
+
.slick-slide
|
78
|
+
{
|
79
|
+
display: none;
|
80
|
+
float: left;
|
81
|
+
|
82
|
+
height: 100%;
|
83
|
+
min-height: 1px;
|
84
|
+
}
|
85
|
+
[dir='rtl'] .slick-slide
|
86
|
+
{
|
87
|
+
float: right;
|
88
|
+
}
|
89
|
+
.slick-slide img
|
90
|
+
{
|
91
|
+
display: block;
|
92
|
+
}
|
93
|
+
.slick-slide.slick-loading img
|
94
|
+
{
|
95
|
+
display: none;
|
96
|
+
}
|
97
|
+
.slick-slide.dragging img
|
98
|
+
{
|
99
|
+
pointer-events: none;
|
100
|
+
}
|
101
|
+
.slick-initialized .slick-slide
|
102
|
+
{
|
103
|
+
display: block;
|
104
|
+
}
|
105
|
+
.slick-loading .slick-slide
|
106
|
+
{
|
107
|
+
visibility: hidden;
|
108
|
+
}
|
109
|
+
.slick-vertical .slick-slide
|
110
|
+
{
|
111
|
+
display: block;
|
112
|
+
|
113
|
+
height: auto;
|
114
|
+
|
115
|
+
border: 1px solid transparent;
|
116
|
+
}
|
117
|
+
.slick-arrow.slick-hidden {
|
118
|
+
display: none;
|
119
|
+
}
|
@@ -0,0 +1,715 @@
|
|
1
|
+
body.stop-scrolling {
|
2
|
+
height: 100%;
|
3
|
+
overflow: hidden; }
|
4
|
+
|
5
|
+
.sweet-overlay {
|
6
|
+
background-color: black;
|
7
|
+
/* IE8 */
|
8
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
9
|
+
/* IE8 */
|
10
|
+
background-color: rgba(0, 0, 0, 0.4);
|
11
|
+
position: fixed;
|
12
|
+
left: 0;
|
13
|
+
right: 0;
|
14
|
+
top: 0;
|
15
|
+
bottom: 0;
|
16
|
+
display: none;
|
17
|
+
z-index: 10000; }
|
18
|
+
|
19
|
+
.sweet-alert {
|
20
|
+
background-color: white;
|
21
|
+
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
22
|
+
width: 478px;
|
23
|
+
padding: 17px;
|
24
|
+
border-radius: 5px;
|
25
|
+
text-align: center;
|
26
|
+
position: fixed;
|
27
|
+
left: 50%;
|
28
|
+
top: 50%;
|
29
|
+
margin-left: -256px;
|
30
|
+
margin-top: -200px;
|
31
|
+
overflow: hidden;
|
32
|
+
display: none;
|
33
|
+
z-index: 99999; }
|
34
|
+
@media all and (max-width: 540px) {
|
35
|
+
.sweet-alert {
|
36
|
+
width: auto;
|
37
|
+
margin-left: 0;
|
38
|
+
margin-right: 0;
|
39
|
+
left: 15px;
|
40
|
+
right: 15px; } }
|
41
|
+
.sweet-alert h2 {
|
42
|
+
color: #575757;
|
43
|
+
font-size: 30px;
|
44
|
+
text-align: center;
|
45
|
+
font-weight: 600;
|
46
|
+
text-transform: none;
|
47
|
+
position: relative;
|
48
|
+
margin: 25px 0;
|
49
|
+
padding: 0;
|
50
|
+
line-height: 40px;
|
51
|
+
display: block; }
|
52
|
+
.sweet-alert p {
|
53
|
+
color: #797979;
|
54
|
+
font-size: 16px;
|
55
|
+
text-align: center;
|
56
|
+
font-weight: 300;
|
57
|
+
position: relative;
|
58
|
+
text-align: inherit;
|
59
|
+
float: none;
|
60
|
+
margin: 0;
|
61
|
+
padding: 0;
|
62
|
+
line-height: normal; }
|
63
|
+
.sweet-alert fieldset {
|
64
|
+
border: none;
|
65
|
+
position: relative; }
|
66
|
+
.sweet-alert .sa-error-container {
|
67
|
+
background-color: #f1f1f1;
|
68
|
+
margin-left: -17px;
|
69
|
+
margin-right: -17px;
|
70
|
+
overflow: hidden;
|
71
|
+
padding: 0 10px;
|
72
|
+
max-height: 0;
|
73
|
+
webkit-transition: padding 0.15s, max-height 0.15s;
|
74
|
+
transition: padding 0.15s, max-height 0.15s; }
|
75
|
+
.sweet-alert .sa-error-container.show {
|
76
|
+
padding: 10px 0;
|
77
|
+
max-height: 100px;
|
78
|
+
webkit-transition: padding 0.2s, max-height 0.2s;
|
79
|
+
transition: padding 0.25s, max-height 0.25s; }
|
80
|
+
.sweet-alert .sa-error-container .icon {
|
81
|
+
display: inline-block;
|
82
|
+
width: 24px;
|
83
|
+
height: 24px;
|
84
|
+
border-radius: 50%;
|
85
|
+
background-color: #ea7d7d;
|
86
|
+
color: white;
|
87
|
+
line-height: 24px;
|
88
|
+
text-align: center;
|
89
|
+
margin-right: 3px; }
|
90
|
+
.sweet-alert .sa-error-container p {
|
91
|
+
display: inline-block; }
|
92
|
+
.sweet-alert .sa-input-error {
|
93
|
+
position: absolute;
|
94
|
+
top: 29px;
|
95
|
+
right: 26px;
|
96
|
+
width: 20px;
|
97
|
+
height: 20px;
|
98
|
+
opacity: 0;
|
99
|
+
-webkit-transform: scale(0.5);
|
100
|
+
transform: scale(0.5);
|
101
|
+
-webkit-transform-origin: 50% 50%;
|
102
|
+
transform-origin: 50% 50%;
|
103
|
+
-webkit-transition: all 0.1s;
|
104
|
+
transition: all 0.1s; }
|
105
|
+
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
|
106
|
+
content: "";
|
107
|
+
width: 20px;
|
108
|
+
height: 6px;
|
109
|
+
background-color: #f06e57;
|
110
|
+
border-radius: 3px;
|
111
|
+
position: absolute;
|
112
|
+
top: 50%;
|
113
|
+
margin-top: -4px;
|
114
|
+
left: 50%;
|
115
|
+
margin-left: -9px; }
|
116
|
+
.sweet-alert .sa-input-error::before {
|
117
|
+
-webkit-transform: rotate(-45deg);
|
118
|
+
transform: rotate(-45deg); }
|
119
|
+
.sweet-alert .sa-input-error::after {
|
120
|
+
-webkit-transform: rotate(45deg);
|
121
|
+
transform: rotate(45deg); }
|
122
|
+
.sweet-alert .sa-input-error.show {
|
123
|
+
opacity: 1;
|
124
|
+
-webkit-transform: scale(1);
|
125
|
+
transform: scale(1); }
|
126
|
+
.sweet-alert input {
|
127
|
+
width: 100%;
|
128
|
+
box-sizing: border-box;
|
129
|
+
border-radius: 3px;
|
130
|
+
border: 1px solid #d7d7d7;
|
131
|
+
height: 43px;
|
132
|
+
margin-top: 10px;
|
133
|
+
margin-bottom: 17px;
|
134
|
+
font-size: 18px;
|
135
|
+
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
|
136
|
+
padding: 0 12px;
|
137
|
+
display: none;
|
138
|
+
-webkit-transition: all 0.3s;
|
139
|
+
transition: all 0.3s; }
|
140
|
+
.sweet-alert input:focus {
|
141
|
+
outline: none;
|
142
|
+
box-shadow: 0px 0px 3px #c4e6f5;
|
143
|
+
border: 1px solid #b4dbed; }
|
144
|
+
.sweet-alert input:focus::-moz-placeholder {
|
145
|
+
transition: opacity 0.3s 0.03s ease;
|
146
|
+
opacity: 0.5; }
|
147
|
+
.sweet-alert input:focus:-ms-input-placeholder {
|
148
|
+
transition: opacity 0.3s 0.03s ease;
|
149
|
+
opacity: 0.5; }
|
150
|
+
.sweet-alert input:focus::-webkit-input-placeholder {
|
151
|
+
transition: opacity 0.3s 0.03s ease;
|
152
|
+
opacity: 0.5; }
|
153
|
+
.sweet-alert input::-moz-placeholder {
|
154
|
+
color: #bdbdbd; }
|
155
|
+
.sweet-alert input:-ms-input-placeholder {
|
156
|
+
color: #bdbdbd; }
|
157
|
+
.sweet-alert input::-webkit-input-placeholder {
|
158
|
+
color: #bdbdbd; }
|
159
|
+
.sweet-alert.show-input input {
|
160
|
+
display: block; }
|
161
|
+
.sweet-alert button {
|
162
|
+
background-color: #AEDEF4;
|
163
|
+
color: white;
|
164
|
+
border: none;
|
165
|
+
box-shadow: none;
|
166
|
+
font-size: 17px;
|
167
|
+
font-weight: 500;
|
168
|
+
-webkit-border-radius: 4px;
|
169
|
+
border-radius: 5px;
|
170
|
+
padding: 10px 32px;
|
171
|
+
margin: 26px 5px 0 5px;
|
172
|
+
cursor: pointer; }
|
173
|
+
.sweet-alert button:focus {
|
174
|
+
outline: none;
|
175
|
+
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
|
176
|
+
.sweet-alert button:hover {
|
177
|
+
background-color: #a1d9f2; }
|
178
|
+
.sweet-alert button:active {
|
179
|
+
background-color: #81ccee; }
|
180
|
+
.sweet-alert button.cancel {
|
181
|
+
background-color: #D0D0D0; }
|
182
|
+
.sweet-alert button.cancel:hover {
|
183
|
+
background-color: #c8c8c8; }
|
184
|
+
.sweet-alert button.cancel:active {
|
185
|
+
background-color: #b6b6b6; }
|
186
|
+
.sweet-alert button.cancel:focus {
|
187
|
+
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
|
188
|
+
.sweet-alert button::-moz-focus-inner {
|
189
|
+
border: 0; }
|
190
|
+
.sweet-alert[data-has-cancel-button=false] button {
|
191
|
+
box-shadow: none !important; }
|
192
|
+
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
|
193
|
+
padding-bottom: 40px; }
|
194
|
+
.sweet-alert .sa-icon {
|
195
|
+
width: 80px;
|
196
|
+
height: 80px;
|
197
|
+
border: 4px solid gray;
|
198
|
+
-webkit-border-radius: 40px;
|
199
|
+
border-radius: 40px;
|
200
|
+
border-radius: 50%;
|
201
|
+
margin: 20px auto;
|
202
|
+
padding: 0;
|
203
|
+
position: relative;
|
204
|
+
box-sizing: content-box; }
|
205
|
+
.sweet-alert .sa-icon.sa-error {
|
206
|
+
border-color: #F27474; }
|
207
|
+
.sweet-alert .sa-icon.sa-error .sa-x-mark {
|
208
|
+
position: relative;
|
209
|
+
display: block; }
|
210
|
+
.sweet-alert .sa-icon.sa-error .sa-line {
|
211
|
+
position: absolute;
|
212
|
+
height: 5px;
|
213
|
+
width: 47px;
|
214
|
+
background-color: #F27474;
|
215
|
+
display: block;
|
216
|
+
top: 37px;
|
217
|
+
border-radius: 2px; }
|
218
|
+
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
219
|
+
-webkit-transform: rotate(45deg);
|
220
|
+
transform: rotate(45deg);
|
221
|
+
left: 17px; }
|
222
|
+
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
223
|
+
-webkit-transform: rotate(-45deg);
|
224
|
+
transform: rotate(-45deg);
|
225
|
+
right: 16px; }
|
226
|
+
.sweet-alert .sa-icon.sa-warning {
|
227
|
+
border-color: #F8BB86; }
|
228
|
+
.sweet-alert .sa-icon.sa-warning .sa-body {
|
229
|
+
position: absolute;
|
230
|
+
width: 5px;
|
231
|
+
height: 47px;
|
232
|
+
left: 50%;
|
233
|
+
top: 10px;
|
234
|
+
-webkit-border-radius: 2px;
|
235
|
+
border-radius: 2px;
|
236
|
+
margin-left: -2px;
|
237
|
+
background-color: #F8BB86; }
|
238
|
+
.sweet-alert .sa-icon.sa-warning .sa-dot {
|
239
|
+
position: absolute;
|
240
|
+
width: 7px;
|
241
|
+
height: 7px;
|
242
|
+
-webkit-border-radius: 50%;
|
243
|
+
border-radius: 50%;
|
244
|
+
margin-left: -3px;
|
245
|
+
left: 50%;
|
246
|
+
bottom: 10px;
|
247
|
+
background-color: #F8BB86; }
|
248
|
+
.sweet-alert .sa-icon.sa-info {
|
249
|
+
border-color: #C9DAE1; }
|
250
|
+
.sweet-alert .sa-icon.sa-info::before {
|
251
|
+
content: "";
|
252
|
+
position: absolute;
|
253
|
+
width: 5px;
|
254
|
+
height: 29px;
|
255
|
+
left: 50%;
|
256
|
+
bottom: 17px;
|
257
|
+
border-radius: 2px;
|
258
|
+
margin-left: -2px;
|
259
|
+
background-color: #C9DAE1; }
|
260
|
+
.sweet-alert .sa-icon.sa-info::after {
|
261
|
+
content: "";
|
262
|
+
position: absolute;
|
263
|
+
width: 7px;
|
264
|
+
height: 7px;
|
265
|
+
border-radius: 50%;
|
266
|
+
margin-left: -3px;
|
267
|
+
top: 19px;
|
268
|
+
background-color: #C9DAE1; }
|
269
|
+
.sweet-alert .sa-icon.sa-success {
|
270
|
+
border-color: #A5DC86; }
|
271
|
+
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
|
272
|
+
content: '';
|
273
|
+
-webkit-border-radius: 40px;
|
274
|
+
border-radius: 40px;
|
275
|
+
border-radius: 50%;
|
276
|
+
position: absolute;
|
277
|
+
width: 60px;
|
278
|
+
height: 120px;
|
279
|
+
background: white;
|
280
|
+
-webkit-transform: rotate(45deg);
|
281
|
+
transform: rotate(45deg); }
|
282
|
+
.sweet-alert .sa-icon.sa-success::before {
|
283
|
+
-webkit-border-radius: 120px 0 0 120px;
|
284
|
+
border-radius: 120px 0 0 120px;
|
285
|
+
top: -7px;
|
286
|
+
left: -33px;
|
287
|
+
-webkit-transform: rotate(-45deg);
|
288
|
+
transform: rotate(-45deg);
|
289
|
+
-webkit-transform-origin: 60px 60px;
|
290
|
+
transform-origin: 60px 60px; }
|
291
|
+
.sweet-alert .sa-icon.sa-success::after {
|
292
|
+
-webkit-border-radius: 0 120px 120px 0;
|
293
|
+
border-radius: 0 120px 120px 0;
|
294
|
+
top: -11px;
|
295
|
+
left: 30px;
|
296
|
+
-webkit-transform: rotate(-45deg);
|
297
|
+
transform: rotate(-45deg);
|
298
|
+
-webkit-transform-origin: 0px 60px;
|
299
|
+
transform-origin: 0px 60px; }
|
300
|
+
.sweet-alert .sa-icon.sa-success .sa-placeholder {
|
301
|
+
width: 80px;
|
302
|
+
height: 80px;
|
303
|
+
border: 4px solid rgba(165, 220, 134, 0.2);
|
304
|
+
-webkit-border-radius: 40px;
|
305
|
+
border-radius: 40px;
|
306
|
+
border-radius: 50%;
|
307
|
+
box-sizing: content-box;
|
308
|
+
position: absolute;
|
309
|
+
left: -4px;
|
310
|
+
top: -4px;
|
311
|
+
z-index: 2; }
|
312
|
+
.sweet-alert .sa-icon.sa-success .sa-fix {
|
313
|
+
width: 5px;
|
314
|
+
height: 90px;
|
315
|
+
background-color: white;
|
316
|
+
position: absolute;
|
317
|
+
left: 28px;
|
318
|
+
top: 8px;
|
319
|
+
z-index: 1;
|
320
|
+
-webkit-transform: rotate(-45deg);
|
321
|
+
transform: rotate(-45deg); }
|
322
|
+
.sweet-alert .sa-icon.sa-success .sa-line {
|
323
|
+
height: 5px;
|
324
|
+
background-color: #A5DC86;
|
325
|
+
display: block;
|
326
|
+
border-radius: 2px;
|
327
|
+
position: absolute;
|
328
|
+
z-index: 2; }
|
329
|
+
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
330
|
+
width: 25px;
|
331
|
+
left: 14px;
|
332
|
+
top: 46px;
|
333
|
+
-webkit-transform: rotate(45deg);
|
334
|
+
transform: rotate(45deg); }
|
335
|
+
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
336
|
+
width: 47px;
|
337
|
+
right: 8px;
|
338
|
+
top: 38px;
|
339
|
+
-webkit-transform: rotate(-45deg);
|
340
|
+
transform: rotate(-45deg); }
|
341
|
+
.sweet-alert .sa-icon.sa-custom {
|
342
|
+
background-size: contain;
|
343
|
+
border-radius: 0;
|
344
|
+
border: none;
|
345
|
+
background-position: center center;
|
346
|
+
background-repeat: no-repeat; }
|
347
|
+
|
348
|
+
/*
|
349
|
+
* Animations
|
350
|
+
*/
|
351
|
+
@-webkit-keyframes showSweetAlert {
|
352
|
+
0% {
|
353
|
+
transform: scale(0.7);
|
354
|
+
-webkit-transform: scale(0.7); }
|
355
|
+
45% {
|
356
|
+
transform: scale(1.05);
|
357
|
+
-webkit-transform: scale(1.05); }
|
358
|
+
80% {
|
359
|
+
transform: scale(0.95);
|
360
|
+
-webkit-transform: scale(0.95); }
|
361
|
+
100% {
|
362
|
+
transform: scale(1);
|
363
|
+
-webkit-transform: scale(1); } }
|
364
|
+
|
365
|
+
@keyframes showSweetAlert {
|
366
|
+
0% {
|
367
|
+
transform: scale(0.7);
|
368
|
+
-webkit-transform: scale(0.7); }
|
369
|
+
45% {
|
370
|
+
transform: scale(1.05);
|
371
|
+
-webkit-transform: scale(1.05); }
|
372
|
+
80% {
|
373
|
+
transform: scale(0.95);
|
374
|
+
-webkit-transform: scale(0.95); }
|
375
|
+
100% {
|
376
|
+
transform: scale(1);
|
377
|
+
-webkit-transform: scale(1); } }
|
378
|
+
|
379
|
+
@-webkit-keyframes hideSweetAlert {
|
380
|
+
0% {
|
381
|
+
transform: scale(1);
|
382
|
+
-webkit-transform: scale(1); }
|
383
|
+
100% {
|
384
|
+
transform: scale(0.5);
|
385
|
+
-webkit-transform: scale(0.5); } }
|
386
|
+
|
387
|
+
@keyframes hideSweetAlert {
|
388
|
+
0% {
|
389
|
+
transform: scale(1);
|
390
|
+
-webkit-transform: scale(1); }
|
391
|
+
100% {
|
392
|
+
transform: scale(0.5);
|
393
|
+
-webkit-transform: scale(0.5); } }
|
394
|
+
|
395
|
+
@-webkit-keyframes slideFromTop {
|
396
|
+
0% {
|
397
|
+
top: 0%; }
|
398
|
+
100% {
|
399
|
+
top: 50%; } }
|
400
|
+
|
401
|
+
@keyframes slideFromTop {
|
402
|
+
0% {
|
403
|
+
top: 0%; }
|
404
|
+
100% {
|
405
|
+
top: 50%; } }
|
406
|
+
|
407
|
+
@-webkit-keyframes slideToTop {
|
408
|
+
0% {
|
409
|
+
top: 50%; }
|
410
|
+
100% {
|
411
|
+
top: 0%; } }
|
412
|
+
|
413
|
+
@keyframes slideToTop {
|
414
|
+
0% {
|
415
|
+
top: 50%; }
|
416
|
+
100% {
|
417
|
+
top: 0%; } }
|
418
|
+
|
419
|
+
@-webkit-keyframes slideFromBottom {
|
420
|
+
0% {
|
421
|
+
top: 70%; }
|
422
|
+
100% {
|
423
|
+
top: 50%; } }
|
424
|
+
|
425
|
+
@keyframes slideFromBottom {
|
426
|
+
0% {
|
427
|
+
top: 70%; }
|
428
|
+
100% {
|
429
|
+
top: 50%; } }
|
430
|
+
|
431
|
+
@-webkit-keyframes slideToBottom {
|
432
|
+
0% {
|
433
|
+
top: 50%; }
|
434
|
+
100% {
|
435
|
+
top: 70%; } }
|
436
|
+
|
437
|
+
@keyframes slideToBottom {
|
438
|
+
0% {
|
439
|
+
top: 50%; }
|
440
|
+
100% {
|
441
|
+
top: 70%; } }
|
442
|
+
|
443
|
+
.showSweetAlert[data-animation=pop] {
|
444
|
+
-webkit-animation: showSweetAlert 0.3s;
|
445
|
+
animation: showSweetAlert 0.3s; }
|
446
|
+
|
447
|
+
.showSweetAlert[data-animation=none] {
|
448
|
+
-webkit-animation: none;
|
449
|
+
animation: none; }
|
450
|
+
|
451
|
+
.showSweetAlert[data-animation=slide-from-top] {
|
452
|
+
-webkit-animation: slideFromTop 0.3s;
|
453
|
+
animation: slideFromTop 0.3s; }
|
454
|
+
|
455
|
+
.showSweetAlert[data-animation=slide-from-bottom] {
|
456
|
+
-webkit-animation: slideFromBottom 0.3s;
|
457
|
+
animation: slideFromBottom 0.3s; }
|
458
|
+
|
459
|
+
.hideSweetAlert[data-animation=pop] {
|
460
|
+
-webkit-animation: hideSweetAlert 0.2s;
|
461
|
+
animation: hideSweetAlert 0.2s; }
|
462
|
+
|
463
|
+
.hideSweetAlert[data-animation=none] {
|
464
|
+
-webkit-animation: none;
|
465
|
+
animation: none; }
|
466
|
+
|
467
|
+
.hideSweetAlert[data-animation=slide-from-top] {
|
468
|
+
-webkit-animation: slideToTop 0.4s;
|
469
|
+
animation: slideToTop 0.4s; }
|
470
|
+
|
471
|
+
.hideSweetAlert[data-animation=slide-from-bottom] {
|
472
|
+
-webkit-animation: slideToBottom 0.3s;
|
473
|
+
animation: slideToBottom 0.3s; }
|
474
|
+
|
475
|
+
@-webkit-keyframes animateSuccessTip {
|
476
|
+
0% {
|
477
|
+
width: 0;
|
478
|
+
left: 1px;
|
479
|
+
top: 19px; }
|
480
|
+
54% {
|
481
|
+
width: 0;
|
482
|
+
left: 1px;
|
483
|
+
top: 19px; }
|
484
|
+
70% {
|
485
|
+
width: 50px;
|
486
|
+
left: -8px;
|
487
|
+
top: 37px; }
|
488
|
+
84% {
|
489
|
+
width: 17px;
|
490
|
+
left: 21px;
|
491
|
+
top: 48px; }
|
492
|
+
100% {
|
493
|
+
width: 25px;
|
494
|
+
left: 14px;
|
495
|
+
top: 45px; } }
|
496
|
+
|
497
|
+
@keyframes animateSuccessTip {
|
498
|
+
0% {
|
499
|
+
width: 0;
|
500
|
+
left: 1px;
|
501
|
+
top: 19px; }
|
502
|
+
54% {
|
503
|
+
width: 0;
|
504
|
+
left: 1px;
|
505
|
+
top: 19px; }
|
506
|
+
70% {
|
507
|
+
width: 50px;
|
508
|
+
left: -8px;
|
509
|
+
top: 37px; }
|
510
|
+
84% {
|
511
|
+
width: 17px;
|
512
|
+
left: 21px;
|
513
|
+
top: 48px; }
|
514
|
+
100% {
|
515
|
+
width: 25px;
|
516
|
+
left: 14px;
|
517
|
+
top: 45px; } }
|
518
|
+
|
519
|
+
@-webkit-keyframes animateSuccessLong {
|
520
|
+
0% {
|
521
|
+
width: 0;
|
522
|
+
right: 46px;
|
523
|
+
top: 54px; }
|
524
|
+
65% {
|
525
|
+
width: 0;
|
526
|
+
right: 46px;
|
527
|
+
top: 54px; }
|
528
|
+
84% {
|
529
|
+
width: 55px;
|
530
|
+
right: 0px;
|
531
|
+
top: 35px; }
|
532
|
+
100% {
|
533
|
+
width: 47px;
|
534
|
+
right: 8px;
|
535
|
+
top: 38px; } }
|
536
|
+
|
537
|
+
@keyframes animateSuccessLong {
|
538
|
+
0% {
|
539
|
+
width: 0;
|
540
|
+
right: 46px;
|
541
|
+
top: 54px; }
|
542
|
+
65% {
|
543
|
+
width: 0;
|
544
|
+
right: 46px;
|
545
|
+
top: 54px; }
|
546
|
+
84% {
|
547
|
+
width: 55px;
|
548
|
+
right: 0px;
|
549
|
+
top: 35px; }
|
550
|
+
100% {
|
551
|
+
width: 47px;
|
552
|
+
right: 8px;
|
553
|
+
top: 38px; } }
|
554
|
+
|
555
|
+
@-webkit-keyframes rotatePlaceholder {
|
556
|
+
0% {
|
557
|
+
transform: rotate(-45deg);
|
558
|
+
-webkit-transform: rotate(-45deg); }
|
559
|
+
5% {
|
560
|
+
transform: rotate(-45deg);
|
561
|
+
-webkit-transform: rotate(-45deg); }
|
562
|
+
12% {
|
563
|
+
transform: rotate(-405deg);
|
564
|
+
-webkit-transform: rotate(-405deg); }
|
565
|
+
100% {
|
566
|
+
transform: rotate(-405deg);
|
567
|
+
-webkit-transform: rotate(-405deg); } }
|
568
|
+
|
569
|
+
@keyframes rotatePlaceholder {
|
570
|
+
0% {
|
571
|
+
transform: rotate(-45deg);
|
572
|
+
-webkit-transform: rotate(-45deg); }
|
573
|
+
5% {
|
574
|
+
transform: rotate(-45deg);
|
575
|
+
-webkit-transform: rotate(-45deg); }
|
576
|
+
12% {
|
577
|
+
transform: rotate(-405deg);
|
578
|
+
-webkit-transform: rotate(-405deg); }
|
579
|
+
100% {
|
580
|
+
transform: rotate(-405deg);
|
581
|
+
-webkit-transform: rotate(-405deg); } }
|
582
|
+
|
583
|
+
.animateSuccessTip {
|
584
|
+
-webkit-animation: animateSuccessTip 0.75s;
|
585
|
+
animation: animateSuccessTip 0.75s; }
|
586
|
+
|
587
|
+
.animateSuccessLong {
|
588
|
+
-webkit-animation: animateSuccessLong 0.75s;
|
589
|
+
animation: animateSuccessLong 0.75s; }
|
590
|
+
|
591
|
+
.sa-icon.sa-success.animate::after {
|
592
|
+
-webkit-animation: rotatePlaceholder 4.25s ease-in;
|
593
|
+
animation: rotatePlaceholder 4.25s ease-in; }
|
594
|
+
|
595
|
+
@-webkit-keyframes animateErrorIcon {
|
596
|
+
0% {
|
597
|
+
transform: rotateX(100deg);
|
598
|
+
-webkit-transform: rotateX(100deg);
|
599
|
+
opacity: 0; }
|
600
|
+
100% {
|
601
|
+
transform: rotateX(0deg);
|
602
|
+
-webkit-transform: rotateX(0deg);
|
603
|
+
opacity: 1; } }
|
604
|
+
|
605
|
+
@keyframes animateErrorIcon {
|
606
|
+
0% {
|
607
|
+
transform: rotateX(100deg);
|
608
|
+
-webkit-transform: rotateX(100deg);
|
609
|
+
opacity: 0; }
|
610
|
+
100% {
|
611
|
+
transform: rotateX(0deg);
|
612
|
+
-webkit-transform: rotateX(0deg);
|
613
|
+
opacity: 1; } }
|
614
|
+
|
615
|
+
.animateErrorIcon {
|
616
|
+
-webkit-animation: animateErrorIcon 0.5s;
|
617
|
+
animation: animateErrorIcon 0.5s; }
|
618
|
+
|
619
|
+
@-webkit-keyframes animateXMark {
|
620
|
+
0% {
|
621
|
+
transform: scale(0.4);
|
622
|
+
-webkit-transform: scale(0.4);
|
623
|
+
margin-top: 26px;
|
624
|
+
opacity: 0; }
|
625
|
+
50% {
|
626
|
+
transform: scale(0.4);
|
627
|
+
-webkit-transform: scale(0.4);
|
628
|
+
margin-top: 26px;
|
629
|
+
opacity: 0; }
|
630
|
+
80% {
|
631
|
+
transform: scale(1.15);
|
632
|
+
-webkit-transform: scale(1.15);
|
633
|
+
margin-top: -6px; }
|
634
|
+
100% {
|
635
|
+
transform: scale(1);
|
636
|
+
-webkit-transform: scale(1);
|
637
|
+
margin-top: 0;
|
638
|
+
opacity: 1; } }
|
639
|
+
|
640
|
+
@keyframes animateXMark {
|
641
|
+
0% {
|
642
|
+
transform: scale(0.4);
|
643
|
+
-webkit-transform: scale(0.4);
|
644
|
+
margin-top: 26px;
|
645
|
+
opacity: 0; }
|
646
|
+
50% {
|
647
|
+
transform: scale(0.4);
|
648
|
+
-webkit-transform: scale(0.4);
|
649
|
+
margin-top: 26px;
|
650
|
+
opacity: 0; }
|
651
|
+
80% {
|
652
|
+
transform: scale(1.15);
|
653
|
+
-webkit-transform: scale(1.15);
|
654
|
+
margin-top: -6px; }
|
655
|
+
100% {
|
656
|
+
transform: scale(1);
|
657
|
+
-webkit-transform: scale(1);
|
658
|
+
margin-top: 0;
|
659
|
+
opacity: 1; } }
|
660
|
+
|
661
|
+
.animateXMark {
|
662
|
+
-webkit-animation: animateXMark 0.5s;
|
663
|
+
animation: animateXMark 0.5s; }
|
664
|
+
|
665
|
+
@-webkit-keyframes pulseWarning {
|
666
|
+
0% {
|
667
|
+
border-color: #F8D486; }
|
668
|
+
100% {
|
669
|
+
border-color: #F8BB86; } }
|
670
|
+
|
671
|
+
@keyframes pulseWarning {
|
672
|
+
0% {
|
673
|
+
border-color: #F8D486; }
|
674
|
+
100% {
|
675
|
+
border-color: #F8BB86; } }
|
676
|
+
|
677
|
+
.pulseWarning {
|
678
|
+
-webkit-animation: pulseWarning 0.75s infinite alternate;
|
679
|
+
animation: pulseWarning 0.75s infinite alternate; }
|
680
|
+
|
681
|
+
@-webkit-keyframes pulseWarningIns {
|
682
|
+
0% {
|
683
|
+
background-color: #F8D486; }
|
684
|
+
100% {
|
685
|
+
background-color: #F8BB86; } }
|
686
|
+
|
687
|
+
@keyframes pulseWarningIns {
|
688
|
+
0% {
|
689
|
+
background-color: #F8D486; }
|
690
|
+
100% {
|
691
|
+
background-color: #F8BB86; } }
|
692
|
+
|
693
|
+
.pulseWarningIns {
|
694
|
+
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
|
695
|
+
animation: pulseWarningIns 0.75s infinite alternate; }
|
696
|
+
|
697
|
+
/* Internet Explorer 9 has some special quirks that are fixed here */
|
698
|
+
/* The icons are not animated. */
|
699
|
+
/* This file is automatically merged into sweet-alert.min.js through Gulp */
|
700
|
+
/* Error icon */
|
701
|
+
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
|
702
|
+
-ms-transform: rotate(45deg) \9; }
|
703
|
+
|
704
|
+
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
|
705
|
+
-ms-transform: rotate(-45deg) \9; }
|
706
|
+
|
707
|
+
/* Success icon */
|
708
|
+
.sweet-alert .sa-icon.sa-success {
|
709
|
+
border-color: transparent\9; }
|
710
|
+
|
711
|
+
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
|
712
|
+
-ms-transform: rotate(45deg) \9; }
|
713
|
+
|
714
|
+
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
|
715
|
+
-ms-transform: rotate(-45deg) \9; }
|