keppler 2.1.18 → 2.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -6
- data/installer/core/.rspec +1 -0
- data/installer/core/Gemfile +2 -0
- data/installer/core/Gemfile.lock +3 -0
- data/installer/core/app/assets/stylesheets/admin/utils/_theme.scss +9 -0
- data/installer/core/app/controllers/admin/admin_controller.rb +7 -3
- data/installer/core/app/controllers/admin/settings_controller.rb +17 -17
- data/installer/core/app/controllers/application_controller.rb +1 -0
- data/installer/core/app/controllers/devise/keppler_sessions_controller.rb +116 -0
- data/installer/core/app/helpers/sessions_helper.rb +12 -0
- data/installer/core/app/views/admin/layouts/_navigation.html.haml +1 -1
- data/installer/core/app/views/admin/layouts/_sidebar.html.haml +4 -1
- data/installer/core/app/views/admin/settings/fields/_appearance.html.haml +0 -8
- data/installer/core/app/views/admin/settings/fields/_configuration.html.haml +28 -0
- data/installer/core/app/views/devise/keppler_sessions/new.html.haml +35 -0
- data/installer/core/app/views/errors/internal_server_error.html.haml +1 -1
- data/installer/core/app/views/errors/not_found.html.haml +1 -1
- data/installer/core/app/views/errors/unprocessable.html.haml +1 -1
- data/installer/core/config/application.rb +1 -1
- data/installer/core/config/initializers/keppler_configuration.rb +1 -1
- data/installer/core/config/locales/en.yml +3 -1
- data/installer/core/config/locales/es.yml +3 -1
- data/installer/core/config/routes.rb +14 -4
- data/installer/core/db/migrate/20160201210520_create_appearances.rb +1 -0
- data/installer/core/db/seeds.rb +0 -56
- data/installer/core/node_modules/.yarn-integrity +12 -0
- data/installer/core/public/assets/.sprockets-manifest-877f022ba780399cd6a445cb823e8e72.json +1 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js +69621 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js.gz +0 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css +35768 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/astronauta_keppler.svg → installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg} +0 -0
- data/installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/avatar_keppler.svg → installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg} +0 -0
- data/installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/gss.html → installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/index.html → installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/less.html → installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/scss.html → installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/index.html → installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/index.html → installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/index.html → installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/index.html → installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/json-ld.html → installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/typescript.html → installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/index.html → installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/index.html → installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/index.html → installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/index.html → installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/index.html → installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/en.png → installer/core/public/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/es.png → installer/core/public/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/favicon.png → installer/core/public/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2 → installer/core/public/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu-930d66533ab5afb83f852c6e3ae10a1bacc46e97dfd92ddcb905b5556205d677.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-104673f4859604362a18fc6294197d8fffb8cb24ad3211e92eb04f655e18cf4a.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-14b825d7785bf7f90bab8b02c6df6f22863c639cab02038a8ba3e682ab7d2752.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.svg → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-34b356ebfc024ecb1f42ecc4020ce1f9e0e40dfa569de7e24db7ff746774f904.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-4db228a5fbed38f7046bcecafb5839a49b39756b48c4bec7a4c13d44ccb41b91.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/image_default.png → installer/core/public/assets/admin/image_default-be1d557511976c97715fc6215fc6c861f00a86c33654ef2ded273027182168b9.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo.png → installer/core/public/assets/admin/logo-6fc9f869f19a13f29ea006362e0a3be5fdf2c37c144a0ccac184c8e4b1e9bb28.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo2.png → installer/core/public/assets/admin/logo2-0b42a0f73a5f567a52100fea42cd88764a90ace1f2b0b76df3fdaca41a960421.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/profile-menu.jpg → installer/core/public/assets/admin/profile-menu-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.jpg} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/search.png → installer/core/public/assets/admin/search-1ad39e363da0eb5ec86508ea61bd7c1198aad27e35c9f083466bda731c30f62d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice.png → installer/core/public/assets/admin/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon.png → installer/core/public/assets/admin/slice-icon-54a0271ab483f5ed561a4f9e608bbc07ff76ad142d7462e9853f7c8cc1e39ad3.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon-orange.png → installer/core/public/assets/admin/slice-icon-orange-7cdaf53dd3ec3822fe4d7e266766d2527d7f0e95fad681b3b38e000c80eca26f.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice_white.png → installer/core/public/assets/admin/slice_white-3396dde6fa31d2140341e38bfe39044f9f087294373fb75c53b1284387e0ac88.png} +0 -0
- data/installer/core/public/assets/adminlte/dist/img/boxed-bg-5487391fa5db6155709522886beebc00fd7433ffb7ae5f63e585497cd5174ae5.jpg +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Cohete_nubes_new.png → installer/core/public/assets/app/Cohete_nubes_new-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler.png → installer/core/public/assets/app/Home_Keppler-2f69e6ff6073f785b8253e9fc23dfd06b210881bb611bdb8915c2d07993b90f6.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler2.png → installer/core/public/assets/app/Home_Keppler2-09a96f8ea6f6ed972ce18747f308d02859c6bb076ab62812e2857389df8f3fab.png} +0 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css +17575 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css.gz +0 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js +19866 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/fondo.svg → installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg} +0 -0
- data/installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/keppler-front.png → installer/core/public/assets/app/keppler-front-a4b24e51b3249bc6cc06f3fd4b17cab6af17018629ec1110b14f6f769749a78e.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice.png → installer/core/public/assets/app/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice-front.png → installer/core/public/assets/app/slice-front-366ab15723861e1b74139461053806b21c5d6e9d5f52baa24fd399fdbea23d70.png} +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg +288 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2 +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css +225 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js +2221 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.css +225 -0
- data/installer/core/public/assets/ckeditor/application.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.js +2221 -0
- data/installer/core/public/assets/ckeditor/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js +131 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config.js +131 -0
- data/installer/core/public/assets/ckeditor/config.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css +209 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents.css +209 -0
- data/installer/core/public/assets/ckeditor/contents.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add-e97dc0969bf9a7b88d048bcc2e4eb28a2f9ae75763e7076b4c68ee2e7de3ea05.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del-5103ec7de60473f8c5bafa0208257dca3a993edb783a766666edbc606fd6c531.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more-93d8887361f4dd7f757c20a186a2dae6e5cc6698da238814eacbff7b19a43f51.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader-3799a3e41d7787a31dac5796ebccc242951da2f2b57eb088326ab3bffe15056a.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader.gif +0 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js +1193 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/init.js +1193 -0
- data/installer/core/public/assets/ckeditor/init.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor-227a0aade8e648c3ab3977ce9e66b9491baa9aa7376082c652fdb76230adffdd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-954605bb634dae9f4d15ca33057d86eb62e34ae3bc57dfd5877b6d3356067413.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder-3693431ff1695c9691d5b29bed1c2e30be843edb77bc45ef25effe3eb776a7d9.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield-2314846c5b4071dec60aaa00f5a1bb10496adcfc1f084eb84a76ff2280b00aee.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder-992092e4bcca197097e9fe917441f710b8ef07b9450705ecd514eb8789384d76.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage-bd8c0e93d7bc89b0c36085672424fe2f698dac0e680a1b278f00a152579f2a93.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor-cddc8927dfdd672d655b96b551ba1ad1599c5f13d13deb2b09a28b54c853a25c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor-b5b952c9dbf47ff88b4904b99cf673cf6ec94cd65f4c66b55eaea5dbb911f4db.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-92dfb414e7a31e632288097db347e272ecfd001f9825423a16c623dcaeb968b8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl-4046986f6904328c9d470b44c95f1f50ef82d9e470915ea471e1f4dcc0f06618.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-db2f77571f3e9cb69096a5da21af65b0eacf5eaef08492bb831999504a3e115a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl-9510f6245b266712f0ec4159e5fc5a97e1ad5c667e65b7fb97c5d1f20cfd7ba5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-5db8cbdaf997d012baa522bb75816a70c9ca15017fc170d63392b74958198846.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address-d896b164eb70e2a22f0521131188b185bb7e404d6e0a0d0f55d11d585d28caa3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-30d5929384e0a68850cd667f70779b8464b6f2b1bececf01526eda3e2b191073.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div-34ea88912f128e162de10370b7eadd91e7a0c07f8728693494c1479e95525f56.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1-40d4a2cd8e2737607867d95948972475ff478e0efaf510cbf17a52b511ef0fc3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2-6e3acd9cd6b16dcfce92ade07cb8a8d1929103f3a9a7dcd83c49cc52ec72cdea.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3-3d26b01e2687763a9a00205d749fc9991de1a75f3f346a3dec473ce2141b693a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4-5c6807bb4bb7024c89b8364b5dd0f20ef1961e924db31fa338b39998b677a3f0.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5-148c02c6a115c4d568604f72126dfe2e27ee8ca3a6a4a7d7ae72b2523e27db77.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6-85384f22c9128004409679694aeb38ba858ca77fa0f85ef52a61b8f289191df5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p-68e9e5a80bed810ad2bd0fc9273756fcdb7e7b940fa52cc19a38911ca50ee4f3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre-4168bf89d34fac97391bffbd82339ee79125edf2c6d50c153f3fc30efbf536c8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-7b227fc3a29cb0a99e105bbf5065c6086d744bfd8a79b1511bf43184aaf3a0b9.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-8e2aaced8635d70dff8eb5a269cb2ff071115b965cfea30f31275f3aea88529a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-aeb431608cf1496216f2c94995d7d568481e32e3cc075e45f12a66a303d2e29d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-b4fc95418415fe8999f252649af9541c8f77234f57abc2cf8ee99abd56cc19e3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-4e8286aacd60df65e9995d8f2afaf4666fc0b0c3be935c441700b5e572e75c5a.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-7a2005c6a4ee561393b6bb9e37dd0a0080b837f2dc938b10ec7ae305a9681825.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-09953a3738bd6df32e93261f32aa9b8300a05fdd24445f501f55ac468659ef66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-2de21fd594b102ab9ed8cd4e5b005c45c4e2ff34bf30e5dacea437a959162d6e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-7bd254c99e3ff1d1f3e1a832b1564f3e47f9cbdf54f3fca73a91525912ddb38e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-a2d235ad7d007a6f80c920cbd5e85006a2a42c39e178691e29babe96a03e3d63.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-2bc850da71b5f9b78a3ed26f03f08869a825e2b40d3e50e2442307361a39dc9f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-d433e5ef97e9fe9c73b2e36f1a9be76171fa1f4d2464789a1fe440387495dd6c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-ce9a77bf015b4c90b27312f4214684460fde4d2d805d44ddc1871082334d3432.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-0f1546e9abb9b5bc1cf37b2da74606800cb12b64f001553e7fb5ade49df4d29c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-489cf811c9835fef32e06696e3893093f9cda5520b5eac65855bb00fa13e804b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-4cf4c3ab6c1b894d721b59b2acb0686c832bab5bb03192471ac6548a4bddf92b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-fd3b59c7dd52b24ee0614169ff7a06ce1b2a6d49fa7098aecbb9f7c4197107e7.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-21c801e1e6371e57bdba6ecb16609a627c75a4ec294f9580a03ff498c3099c66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-f142944550a855cb698db1d35723e56ce063c8a6a8088a5dfbe99c62b9a00856.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-98347f12145eb2987104a5e04bb78ce8f2a154a1347e422f66327d0def3fc75d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-ac296632601de086f7aff2c97cbc123dd6a589a2031d1524a28d6222fb005668.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-628c7bb0d4386f901c2690e5a9ad90ee3e9252ef49a7a708f672b9cbb81aa43b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-a4ebdb8d59ff587b38a762fa4c97ab7a5fd585d7b0722bb503884f8961e45917.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-7eb86259f47ef5faf89ccbb9648ba0e93d4e9c48588509048f97156634aac3fb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-8d3049e853d5fab5e1de160f471649edb6b0d9ffbf791d390d1c2152838ad2c3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-34b38077abd9f18ecaad2fa65b3158d61465462875592c4ba62b9a12bf154caf.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-aa4692a6fdec3f45f0eb55243c3371e01bab3fc04d61715b6a9171e70b72e257.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-8af43d1ee5729b8f6e14f831a63fa64430ad54be488c7a57e0da0f45789bc64d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-9fd924ea50cb2915ce2863ac5576409b37d9ba9cc7b33832ad3e3b963b2df02c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-ab4d093812a347b70126ac79e0cfc16cae45c1d32fd4437da99b2ea22311c0d6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-b1f571f9a46641a3cfb78e3319faa37dcb685bc69ed45dfbea3e1e1fd3b71b1f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-571de749810a2b8c5ee078a30be1c872eefb933c5e2a8c33ded5b304787e7ebe.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-ec8d8c4a49a38597888bee7971c49b25355d1b8ae59a1c6d224608ee7112055d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-26ac57c9f26ec725511c7c97a9e0e005aa46710311033eb3f5f23ba355f80cc7.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-b6359e23c088a020df03ab8e0cd7a5046a3954736426c3cf8370210afc1496cb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-9c9ad82d7fdf34d3aef1c92ec4001146348bd4405c9b9252e21047c12a30b5d3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-305e959c2c304a31a052a60ac972df52fdb7819945a10a3a1a1f1a7ee5fecf57.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-e2a8446ea58800515e9e27a49e56518a8b05597df32b2a10d998f6380f293f2b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-3ec65841e54db291aa0335c7c2083451f7cb92062744ed8831e08e9660d45ec3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-95de89ce230bc6cbdb5d7881bf9f646e1a0935ca59e5a1ba43526637e1af3d6a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1-0e5b3ea58bdf1ccf7f8aa1d50c86e03832d0e89056f266b1e938e4872f298a1b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2-3f7cea1cac236e2732feb9eb9f7e5e70bb4b05eced144fc90ebbbce9856c1ddf.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3-91987500818e6fa63f868eea61db15178180a11ef09eebd87a295722590efe05.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow-b2277bbb26fff842ebf687d4e0db0011c97ce2ad5150e20ebd63cd15a2c9550b.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close-0d5aab99d91cdf9451203c690d1b681efac0e247873137c2e4b254f5eaed0250.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close-31ca8328e53f548322e8d6cb9b889e1fe6d918e3f944910b905a3c3a9b97f616.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-590115a32954f2bf27bdad510aa986ab4790616b3838ed840d36707c37d2e549.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open-0f89da48392084c2b92f1184b20cd15a82b00f76369619827f0c256e4d064a84.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh-0afa815ccda8e98ab0c53b7f84405e7af5926a2f674f294ab7e0636eab8d59bc.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-591538a3e1c27b0666fbea0e16e5fd35c37824711bf843bd42e692886cd34a87.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open-76f7cea49f5c9c3a33ebe05a241e5278530887fe7669529a04accf237ef491ae.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh-908ab5420bc35b3dbb1408cba105349ba1f47334ca98be08d0607410353d033a.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner-fe605d83531314abeaec1f47b43c86a4a48c86e3f332ad01b5a9ed2558b8b41f.gif +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js +137 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/styles.js +137 -0
- data/installer/core/public/assets/ckeditor/styles.js.gz +0 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js +117 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js.gz +0 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css +187 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg +1011 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-a25479bdac618c6b4f32a3f60bedee6b4fe759db1500c790eab5f94fdeb59f92.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg +366 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-b2bb708d78f9ce7490251f676f8f8f6dadc7e8d7e4b3d1ab560a4c1130b0c460.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-e4d56ba6fcd7b99e7e83ee13aa2cecbf6391bc9965d18f43a13bec2957ecd851.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg +1644 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-e20ab4de8913d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css.gz +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css +485 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js +885 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js +34345 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css +352 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css +21 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js +15 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js.gz +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot.gz +0 -0
- data/installer/core/public/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf.gz +0 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg +14 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg.gz +0 -0
- data/installer/core/public/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif +0 -0
- data/installer/core/rockets/keppler_capsules/app/controllers/keppler_capsules/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_capsules/lib/generators/keppler_capsule_scaffold/templates/models/model.rb +2 -0
- data/installer/core/rockets/keppler_frontend/app/assets/stylesheets/keppler_frontend/admin/frontend.scss +68 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/multimedia_controller.rb +7 -7
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/themes_controller.rb +0 -15
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/views_controller.rb +49 -218
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/app_controller.rb +5 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/concerns/services.rb +10 -2
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/theme.rb +12 -14
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/theme_policy.rb +12 -4
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/editor/resources_format.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/assets.rb +4 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/add.rb +58 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remove.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/routes_handler.rb +45 -38
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/theme_views.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/views.rb +78 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml +0 -3
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml +59 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_new_view.html.haml +25 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml +32 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_views_listing.html.haml +43 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/generate.js.erb +7 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml +47 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/refresh.js.erb +1 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/remove.js.erb +2 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml +4 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/_devise_login.html.erb +1 -1
- data/installer/core/rockets/keppler_frontend/config/locales/en.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/locales/es.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/menu.yml +9 -24
- data/installer/core/rockets/keppler_frontend/config/routes.rb +8 -108
- data/installer/core/rockets/keppler_frontend/config/themes.yml +4 -4
- data/installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb +1 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/controllers/keppler_ga_dashboard/admin/dashboard_controller.rb +7 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml +0 -1
- data/installer/core/rockets/keppler_languages/app/controllers/keppler_languages/application_controller.rb +1 -1
- data/installer/core/spec/controllers/admin/admin_controller_spec.rb +8 -1
- data/installer/core/spec/controllers/admin/settings_controller_spec.rb +34 -0
- data/installer/core/spec/routing/setting_spec.rb +12 -0
- data/installer/core/vendor/cache/html-to-haml-0.0.6.gem +0 -0
- data/installer/core/yarn.lock +4 -0
- data/keppler.gemspec +3 -3
- data/lib/keppler/version.rb +1 -1
- metadata +585 -15216
- data/installer/core/app/controllers/devise/sessions_controller.rb +0 -108
- data/installer/core/app/views/devise/sessions/new.html.haml +0 -35
- data/installer/core/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/installer/core/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/installer/core/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/installer/core/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/callback_functions_controller.rb +0 -194
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/functions_controller.rb +0 -205
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/parameters_controller.rb +0 -165
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/partials_controller.rb +0 -187
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/callback_function.rb +0 -52
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/function.rb +0 -59
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/parameter.rb +0 -43
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/partial.rb +0 -102
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view.rb +0 -93
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view_callback.rb +0 -29
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/callback_function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/parameter_policy.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/partial_policy.rb +0 -16
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/view_policy.rb +0 -39
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_handler.rb +0 -115
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb +0 -74
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/functions/code_handler.rb +0 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/actions_handler.rb +0 -120
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/css_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/html_handler.rb +0 -85
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/install.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/js_handler.rb +0 -67
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/output.rb +0 -49
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remote_js_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/save.rb +0 -25
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/uninstall.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/update.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml +0 -48
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml +0 -47
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml +0 -80
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_form.html.haml +0 -51
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields.html.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields_edit.html.haml +0 -6
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/editor.html.haml +0 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml +0 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml +0 -65
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_listing.html.haml +0 -41
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/index.html.haml +0 -79
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_editor_assets.html.haml +0 -129
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_form.html.haml +0 -29
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml +0 -37
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml +0 -76
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/show.html.haml +0 -87
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/editor.html.haml +0 -82
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml +0 -132
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml +0 -62
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml +0 -103
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml +0 -66
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml +0 -60
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml +0 -7
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml +0 -91
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_only_action.html.haml +0 -40
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_view_js_editor.html.haml +0 -56
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/conf +0 -0
- data/installer/core/rockets/keppler_frontend/config/data/callback_functions.yml +0 -15
- data/installer/core/rockets/keppler_frontend/config/data/view_callbacks.yml +0 -1
- data/installer/core/rockets/keppler_frontend/config/data/views.yml +0 -18
- data/installer/core/rockets/keppler_frontend/db/migrate/20180717160248_create_keppler_frontend_views.rb +0 -17
- data/installer/core/rockets/keppler_frontend/db/migrate/20180806203329_create_keppler_frontend_partials.rb +0 -12
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827120734_create_keppler_frontend_callback_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827154249_create_keppler_frontend_view_callbacks.rb +0 -11
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830153029_create_keppler_frontend_parameters.rb +0 -12
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/create_view_spec.rb +0 -35
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/editor_spec.rb +0 -20
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/views_list_spec.rb +0 -30
- data/installer/core/spec/factories/keppler_frontend/callback_function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view_callback.rb +0 -6
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.png +0 -0
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_1.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_2.html +0 -0
- data/installer/core/spec/models/keppler_frontend/callback/calbacks_handler_spec.rb +0 -61
- data/installer/core/spec/models/keppler_frontend/callback/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/callback_view_spec.rb +0 -38
- data/installer/core/spec/models/keppler_frontend/view/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/view_files_handler_spec.rb +0 -64
- data/installer/core/spec/routing/keppler_frontend/callbacks_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/functions_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/views_spec.rb +0 -68
- data/installer/core/spec/services/keppler_frontend/callbacks/callback_view_spec.rb +0 -104
- data/installer/core/spec/services/keppler_frontend/callbacks/code_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/editor/file_format_spec.rb +0 -35
- data/installer/core/spec/services/keppler_frontend/editor/resources_format_spec.rb +0 -45
- data/installer/core/spec/services/keppler_frontend/editor/resources_spec.rb +0 -44
- data/installer/core/spec/services/keppler_frontend/urls/assets_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/config_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/front_spec.rb +0 -38
- data/installer/core/spec/services/keppler_frontend/urls/roots_spec.rb +0 -22
- data/installer/core/spec/services/keppler_frontend/utils/code_search_spec.rb +0 -29
- data/installer/core/spec/services/keppler_frontend/utils/file_format_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/utils/yml_handle_spec.rb +0 -42
- data/installer/core/spec/services/keppler_frontend/views/actions_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/css_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/format_html_spec.rb +0 -99
- data/installer/core/spec/services/keppler_frontend/views/format_only_action_spec.rb +0 -91
- data/installer/core/spec/services/keppler_frontend/views/format_remote_js_spec.rb +0 -101
- data/installer/core/spec/services/keppler_frontend/views/html_handler_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/views/js_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/output_code_spec.rb +0 -39
- data/installer/core/spec/services/keppler_frontend/views/remote_js_handler_spec.rb +0 -55
- data/installer/core/spec/services/keppler_frontend/views/routes_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/views/save_code_spec.rb +0 -53
- data/testing-with-2.1.18/.gitignore +0 -88
- data/testing-with-2.1.18/.ruby-version +0 -1
- data/testing-with-2.1.18/Gemfile +0 -149
- data/testing-with-2.1.18/Gemfile.lock +0 -645
- data/testing-with-2.1.18/Guardfile +0 -18
- data/testing-with-2.1.18/LICENSE +0 -674
- data/testing-with-2.1.18/README.md +0 -134
- data/testing-with-2.1.18/Rakefile +0 -6
- data/testing-with-2.1.18/_config.yml +0 -1
- data/testing-with-2.1.18/app/assets/images/.keep +0 -0
- data/testing-with-2.1.18/app/assets/javascripts/admin/application.coffee +0 -25
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-colorpicker.js +0 -1322
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/fileinput.js +0 -4463
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/LANG.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/es.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.js +0 -2471
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.js +0 -812
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.js +0 -1590
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/code_editor.js +0 -94
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/loadmode.js +0 -64
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/multiplex.js +0 -131
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/overlay.js +0 -90
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/simple.js +0 -216
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/codemirror.js +0 -9683
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/keymap/sublime.js +0 -691
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/css.js +0 -832
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/haml.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/htmlmixed.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/javascript.js +0 -896
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/ruby.js +0 -296
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/vue.js +0 -77
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/xml.js +0 -402
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -68
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/yaml.js +0 -119
- data/testing-with-2.1.18/app/assets/javascripts/admin/file_uploader.coffee +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/img_preview.js +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/jscolor.js +0 -1855
- data/testing-with-2.1.18/app/assets/javascripts/admin/main.coffee +0 -58
- data/testing-with-2.1.18/app/assets/javascripts/admin/notification.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/ruby_console.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/sidebar.js +0 -24
- data/testing-with-2.1.18/app/assets/javascripts/admin/sort.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/swal.js +0 -39
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/delete-confirm.js +0 -118
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/sweetalert2.all.min.js +0 -2
- data/testing-with-2.1.18/app/assets/javascripts/admin/switch.js +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/tooltips.coffee +0 -4
- data/testing-with-2.1.18/app/assets/javascripts/admin/upload_records.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/app/application.js.coffee +0 -9
- data/testing-with-2.1.18/app/assets/javascripts/app/google_analytics.js.coffee +0 -5
- data/testing-with-2.1.18/app/assets/javascripts/ckeditor/config.js +0 -130
- data/testing-with-2.1.18/app/assets/javascripts/errors/application.js.coffee +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/errors/errors.js +0 -113
- data/testing-with-2.1.18/app/assets/javascripts/vue_admin/index.js +0 -111
- data/testing-with-2.1.18/app/assets/stylesheets/admin/application.scss +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput-rtl.scss +0 -133
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput.scss +0 -760
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fa/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fas/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/codemirror.css +0 -366
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/theme/monokai.css +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_footer.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_settings.scss +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_navbar.scss +0 -187
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_sidebar.scss +0 -207
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_turbolinks.scss +0 -4
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/paginator/_paginator.scss +0 -53
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/boxicons.css +0 -2918
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/icons.css +0 -778
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_appearance.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_bootstrap-colorpicker.scss +0 -269
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_customize.scss +0 -22
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_datepicker.scss +0 -1086
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_devise.scss +0 -189
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_files.scss +0 -229
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_form.scss +0 -190
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_index.scss +0 -466
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_listing.scss +0 -40
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_preloader.scss +0 -224
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_rockets.scss +0 -13
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_roles.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_search.scss +0 -244
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_show.scss +0 -23
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_switchs.scss +0 -143
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_themes.scss +0 -45
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_timepicker.scss +0 -14
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_user.scss +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_base.scss +0 -65
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_mixins.scss +0 -26
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_theme.scss +0 -124
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_variables.scss +0 -109
- data/testing-with-2.1.18/app/assets/stylesheets/app/application.scss +0 -30
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_base_project.scss +0 -17
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_typography.scss +0 -1
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_buttons.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_inputs.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_navbar.scss +0 -21
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_container.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_footer.scss +0 -15
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_header.scss +0 -39
- data/testing-with-2.1.18/app/assets/stylesheets/app/pages/_front.sass +0 -83
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_bootstrap_override.scss +0 -37
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_font_awesome.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_keppler.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_npogress.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_mixins.scss +0 -18
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_variables.scss +0 -28
- data/testing-with-2.1.18/app/assets/stylesheets/errors/application.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/errors/errors.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/admin-lte/_skin-blue.scss +0 -141
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/sweetalert2/sweetalert2.scss +0 -11
- data/testing-with-2.1.18/app/controllers/admin/admin_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/meta_tags_controller.rb +0 -118
- data/testing-with-2.1.18/app/controllers/admin/permissions_controller.rb +0 -55
- data/testing-with-2.1.18/app/controllers/admin/rockets_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/roles_controller.rb +0 -124
- data/testing-with-2.1.18/app/controllers/admin/scripts_controller.rb +0 -104
- data/testing-with-2.1.18/app/controllers/admin/seos_controller.rb +0 -31
- data/testing-with-2.1.18/app/controllers/admin/settings_controller.rb +0 -131
- data/testing-with-2.1.18/app/controllers/admin/users_controller.rb +0 -122
- data/testing-with-2.1.18/app/controllers/app/app_controller.rb +0 -38
- data/testing-with-2.1.18/app/controllers/app/front_controller.rb +0 -8
- data/testing-with-2.1.18/app/controllers/application_controller.rb +0 -151
- data/testing-with-2.1.18/app/controllers/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/controllers/concerns/devise_params.rb +0 -33
- data/testing-with-2.1.18/app/controllers/concerns/mailer_config.rb +0 -37
- data/testing-with-2.1.18/app/controllers/concerns/object_query.rb +0 -50
- data/testing-with-2.1.18/app/controllers/concerns/settings.rb +0 -105
- data/testing-with-2.1.18/app/controllers/devise/sessions_controller.rb +0 -108
- data/testing-with-2.1.18/app/controllers/errors_controller.rb +0 -30
- data/testing-with-2.1.18/app/helpers/admin_helper.rb +0 -138
- data/testing-with-2.1.18/app/helpers/application_helper.rb +0 -33
- data/testing-with-2.1.18/app/helpers/fronts_helper.rb +0 -38
- data/testing-with-2.1.18/app/helpers/rockets_helper.rb +0 -8
- data/testing-with-2.1.18/app/helpers/roles_helper.rb +0 -5
- data/testing-with-2.1.18/app/helpers/scaffolds_helper.rb +0 -5
- data/testing-with-2.1.18/app/inputs/keppler_boolean_input.rb +0 -52
- data/testing-with-2.1.18/app/inputs/keppler_file_input.rb +0 -124
- data/testing-with-2.1.18/app/mailers/.keep +0 -0
- data/testing-with-2.1.18/app/mailers/application_mailer.rb +0 -42
- data/testing-with-2.1.18/app/models/.keep +0 -0
- data/testing-with-2.1.18/app/models/appearance.rb +0 -7
- data/testing-with-2.1.18/app/models/application_record.rb +0 -6
- data/testing-with-2.1.18/app/models/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/models/concerns/activity_history.rb +0 -11
- data/testing-with-2.1.18/app/models/concerns/clone_record.rb +0 -14
- data/testing-with-2.1.18/app/models/concerns/downloadable.rb +0 -16
- data/testing-with-2.1.18/app/models/concerns/searchable.rb +0 -27
- data/testing-with-2.1.18/app/models/concerns/sortable.rb +0 -13
- data/testing-with-2.1.18/app/models/concerns/uploadable.rb +0 -13
- data/testing-with-2.1.18/app/models/front.rb +0 -5
- data/testing-with-2.1.18/app/models/google_analytics_setting.rb +0 -6
- data/testing-with-2.1.18/app/models/meta_tag.rb +0 -54
- data/testing-with-2.1.18/app/models/permission.rb +0 -6
- data/testing-with-2.1.18/app/models/rocket.rb +0 -105
- data/testing-with-2.1.18/app/models/role.rb +0 -134
- data/testing-with-2.1.18/app/models/script.rb +0 -21
- data/testing-with-2.1.18/app/models/seo.rb +0 -49
- data/testing-with-2.1.18/app/models/setting.rb +0 -19
- data/testing-with-2.1.18/app/models/smtp_setting.rb +0 -7
- data/testing-with-2.1.18/app/models/social_account.rb +0 -6
- data/testing-with-2.1.18/app/models/user.rb +0 -75
- data/testing-with-2.1.18/app/policies/application_policy.rb +0 -18
- data/testing-with-2.1.18/app/policies/controller_policy.rb +0 -59
- data/testing-with-2.1.18/app/policies/meta_tag_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/permission_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/rocket_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/role_policy.rb +0 -31
- data/testing-with-2.1.18/app/policies/script_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/seo_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/setting_policy.rb +0 -15
- data/testing-with-2.1.18/app/policies/user_policy.rb +0 -19
- data/testing-with-2.1.18/app/services/admin/appearance_service.rb +0 -49
- data/testing-with-2.1.18/app/services/admin/git_handler.rb +0 -28
- data/testing-with-2.1.18/app/uploaders/attachment_uploader.rb +0 -61
- data/testing-with-2.1.18/app/uploaders/ckeditor_attachment_file_uploader.rb +0 -38
- data/testing-with-2.1.18/app/uploaders/ckeditor_picture_uploader.rb +0 -49
- data/testing-with-2.1.18/app/uploaders/template_uploader.rb +0 -44
- data/testing-with-2.1.18/app/views/admin/layouts/_footer.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/layouts/_git_info.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/layouts/_head.html.haml +0 -7
- data/testing-with-2.1.18/app/views/admin/layouts/_keppler_boolean_script.haml +0 -12
- data/testing-with-2.1.18/app/views/admin/layouts/_listing_preloader.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_messages.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_navigation.html.haml +0 -59
- data/testing-with-2.1.18/app/views/admin/layouts/_preloader.html.haml +0 -14
- data/testing-with-2.1.18/app/views/admin/layouts/_sidebar.html.haml +0 -83
- data/testing-with-2.1.18/app/views/admin/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/app/views/admin/layouts/index/remote_messages.js.haml +0 -9
- data/testing-with-2.1.18/app/views/admin/meta_tags/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/meta_tags/_form.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/meta_tags/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/meta_tags/edit.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/meta_tags/new.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/meta_tags/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/permissions/_switch.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/permissions/add.html.haml +0 -95
- data/testing-with-2.1.18/app/views/admin/permissions/create.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/permissions/create.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/show.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/toggle_permissions.js.erb +0 -6
- data/testing-with-2.1.18/app/views/admin/rockets/_create_rocket.haml +0 -61
- data/testing-with-2.1.18/app/views/admin/rockets/_install_rocket.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/rockets/rockets.haml +0 -54
- data/testing-with-2.1.18/app/views/admin/roles/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/roles/_form.html.haml +0 -27
- data/testing-with-2.1.18/app/views/admin/roles/_listing.html.haml +0 -42
- data/testing-with-2.1.18/app/views/admin/roles/_switch.html.haml +0 -24
- data/testing-with-2.1.18/app/views/admin/roles/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/index.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/roles/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/roles/show.html.haml +0 -29
- data/testing-with-2.1.18/app/views/admin/scripts/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/scripts/_form.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/scripts/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/scripts/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/index.html.haml +0 -70
- data/testing-with-2.1.18/app/views/admin/scripts/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/scripts/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/seos/robots.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/seos/sitemap.html.haml +0 -36
- data/testing-with-2.1.18/app/views/admin/settings/_form.html.haml +0 -10
- data/testing-with-2.1.18/app/views/admin/settings/components/_preview.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/settings/edit.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/settings/fields/_appearance.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/settings/fields/_basic_information.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/settings/fields/_email_setting.html.haml +0 -18
- data/testing-with-2.1.18/app/views/admin/settings/fields/_google_analytics_setting.html.haml +0 -21
- data/testing-with-2.1.18/app/views/admin/settings/fields/_social_accounts.html.haml +0 -43
- data/testing-with-2.1.18/app/views/admin/users/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/users/_form.html.haml +0 -45
- data/testing-with-2.1.18/app/views/admin/users/_listing.html.haml +0 -47
- data/testing-with-2.1.18/app/views/admin/users/delete_avatar.js.haml +0 -3
- data/testing-with-2.1.18/app/views/admin/users/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/filter_by_role.js.erb +0 -9
- data/testing-with-2.1.18/app/views/admin/users/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/users/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/users/show.html.haml +0 -34
- data/testing-with-2.1.18/app/views/app/front/index.html.haml +0 -223
- data/testing-with-2.1.18/app/views/app/front/message.haml +0 -1
- data/testing-with-2.1.18/app/views/app/layouts/_footer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/app/layouts/_google_analytics.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_head.html.haml +0 -15
- data/testing-with-2.1.18/app/views/app/layouts/_messages.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/_meta_tags.html.haml +0 -40
- data/testing-with-2.1.18/app/views/app/layouts/_navigation.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_navigation_links.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/application.html.haml +0 -10
- data/testing-with-2.1.18/app/views/application_mailer/testing.html.haml +0 -1
- data/testing-with-2.1.18/app/views/devise/confirmations/new.html.erb +0 -16
- data/testing-with-2.1.18/app/views/devise/mailer/reset_password_instructions.html.haml +0 -6
- data/testing-with-2.1.18/app/views/devise/passwords/edit.html.haml +0 -31
- data/testing-with-2.1.18/app/views/devise/passwords/new.html.haml +0 -27
- data/testing-with-2.1.18/app/views/devise/registrations/edit.html.erb +0 -48
- data/testing-with-2.1.18/app/views/devise/registrations/new.html.erb +0 -19
- data/testing-with-2.1.18/app/views/devise/sessions/new.html.haml +0 -35
- data/testing-with-2.1.18/app/views/devise/shared/_links.html.erb +0 -21
- data/testing-with-2.1.18/app/views/errors/internal_server_error.html.haml +0 -50
- data/testing-with-2.1.18/app/views/errors/not_authorized.html.haml +0 -76
- data/testing-with-2.1.18/app/views/errors/not_found.html.haml +0 -101
- data/testing-with-2.1.18/app/views/errors/unprocessable.html.haml +0 -50
- data/testing-with-2.1.18/app/views/kaminari/_first_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/kaminari/_last_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_next_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/kaminari/_prev_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/errors/_head.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/errors/application.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.text.haml +0 -1
- data/testing-with-2.1.18/app/views/layouts/templates/application.html.haml +0 -1
- data/testing-with-2.1.18/app/views/public_activity/layout/_create.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/layout/_destroy.html.haml +0 -15
- data/testing-with-2.1.18/app/views/public_activity/layout/_update.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/session/_create.html.haml +0 -13
- data/testing-with-2.1.18/app/views/public_activity/session/_destroy.html.haml +0 -13
- data/testing-with-2.1.18/app/views/templates/kaminari/_first_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/templates/kaminari/_last_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_next_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/templates/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/templates/kaminari/_prev_page.html.haml +0 -9
- data/testing-with-2.1.18/bin/bundle +0 -3
- data/testing-with-2.1.18/bin/rails +0 -4
- data/testing-with-2.1.18/bin/rake +0 -4
- data/testing-with-2.1.18/bin/setup +0 -29
- data/testing-with-2.1.18/bin/spring +0 -15
- data/testing-with-2.1.18/bin/update +0 -31
- data/testing-with-2.1.18/bin/yarn +0 -11
- data/testing-with-2.1.18/config.ru +0 -4
- data/testing-with-2.1.18/config/application.rb +0 -46
- data/testing-with-2.1.18/config/attachments.yml +0 -24
- data/testing-with-2.1.18/config/boot.rb +0 -7
- data/testing-with-2.1.18/config/circleci/db_config.yml +0 -51
- data/testing-with-2.1.18/config/database.yml +0 -25
- data/testing-with-2.1.18/config/environment.rb +0 -10
- data/testing-with-2.1.18/config/environments/development.rb +0 -61
- data/testing-with-2.1.18/config/environments/production.rb +0 -109
- data/testing-with-2.1.18/config/environments/test.rb +0 -45
- data/testing-with-2.1.18/config/gaAuth/gauth_key.p12 +0 -0
- data/testing-with-2.1.18/config/initializers/assets.rb +0 -14
- data/testing-with-2.1.18/config/initializers/carrierwave.rb +0 -12
- data/testing-with-2.1.18/config/initializers/compression.rb +0 -47
- data/testing-with-2.1.18/config/initializers/cookies_serializer.rb +0 -3
- data/testing-with-2.1.18/config/initializers/date_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/devise.rb +0 -259
- data/testing-with-2.1.18/config/initializers/filter_parameter_logging.rb +0 -5
- data/testing-with-2.1.18/config/initializers/inflections.rb +0 -16
- data/testing-with-2.1.18/config/initializers/keppler_configuration.rb +0 -9
- data/testing-with-2.1.18/config/initializers/mime_types.rb +0 -6
- data/testing-with-2.1.18/config/initializers/paginate_kaminari_configuration.rb +0 -12
- data/testing-with-2.1.18/config/initializers/ransack.rb +0 -7
- data/testing-with-2.1.18/config/initializers/rolify.rb +0 -10
- data/testing-with-2.1.18/config/initializers/route_traslator.rb +0 -3
- data/testing-with-2.1.18/config/initializers/session_store.rb +0 -5
- data/testing-with-2.1.18/config/initializers/simple_form.rb +0 -170
- data/testing-with-2.1.18/config/initializers/simple_form_bootstrap.rb +0 -174
- data/testing-with-2.1.18/config/initializers/simple_form_components.rb +0 -61
- data/testing-with-2.1.18/config/initializers/time_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/wrap_parameters.rb +0 -15
- data/testing-with-2.1.18/config/jshint.yml +0 -21
- data/testing-with-2.1.18/config/locales/devise.en.yml +0 -61
- data/testing-with-2.1.18/config/locales/devise.es.yml +0 -62
- data/testing-with-2.1.18/config/locales/en.yml +0 -477
- data/testing-with-2.1.18/config/locales/es.yml +0 -510
- data/testing-with-2.1.18/config/locales/routes.en.yml +0 -4
- data/testing-with-2.1.18/config/locales/routes.es.yml +0 -5
- data/testing-with-2.1.18/config/locales/simple_form.en.yml +0 -46
- data/testing-with-2.1.18/config/locales/simple_form.es.yml +0 -96
- data/testing-with-2.1.18/config/locales/social_share_button.es.yml +0 -10
- data/testing-with-2.1.18/config/menu.yml +0 -58
- data/testing-with-2.1.18/config/permissions.yml +0 -39
- data/testing-with-2.1.18/config/puma.rb +0 -56
- data/testing-with-2.1.18/config/roles.yml +0 -2
- data/testing-with-2.1.18/config/routes.rb +0 -191
- data/testing-with-2.1.18/config/settings.yml +0 -30
- data/testing-with-2.1.18/config/sitemap.rb +0 -30
- data/testing-with-2.1.18/config/spring.rb +0 -6
- data/testing-with-2.1.18/db/migrate/20140812203549_devise_create_users.rb +0 -50
- data/testing-with-2.1.18/db/migrate/20140812210925_rolify_create_roles.rb +0 -21
- data/testing-with-2.1.18/db/migrate/20151221173228_create_activities.rb +0 -23
- data/testing-with-2.1.18/db/migrate/20160122201215_create_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160126141856_create_smtp_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160128131802_create_scripts.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20160128151351_create_google_analytics_settings.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160128193740_create_social_accounts.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20160201134918_create_meta_tags.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160201210520_create_appearances.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20171225023933_create_scaffolds.rb +0 -10
- data/testing-with-2.1.18/db/migrate/20180503174351_create_permissions.rb +0 -11
- data/testing-with-2.1.18/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/testing-with-2.1.18/db/migrate/20180730194655_create_keppler_frontend_themes.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184429_create_keppler_capsules_capsules.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184430_create_keppler_capsules_capsule_fields.keppler_capsules.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180806192023_create_keppler_capsules_capsule_validations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180807204310_create_keppler_capsules_capsule_associations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180813160624_create_keppler_languages_languages.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180813160625_create_keppler_languages_fields.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180827154647_add_position_to_users_table.rb +0 -5
- data/testing-with-2.1.18/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180904144238_create_seos.rb +0 -11
- data/testing-with-2.1.18/db/seeds.rb +0 -162
- data/testing-with-2.1.18/docs/diagrams/keppler_core/config +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/editor/resources_editor.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/create_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia.autosave +0 -0
- data/testing-with-2.1.18/lib/generators/install_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/install_rocket/install_rocket_generator.rb +0 -107
- data/testing-with-2.1.18/lib/generators/keppler_add_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/keppler_add_module_generator.rb +0 -324
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/controllers/controller.rb +0 -106
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/policies/policy.rb +0 -11
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/index.haml +0 -70
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/keppler_delete_module_generator.rb +0 -305
- data/testing-with-2.1.18/lib/generators/keppler_front/keppler_front_generator.rb +0 -139
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/controllers/controller.rb +0 -17
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/views/template.html.haml +0 -225
- data/testing-with-2.1.18/lib/generators/keppler_relation/keppler_relation_generator.rb +0 -219
- data/testing-with-2.1.18/lib/generators/new_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/new_rocket/new_rocket_generator.rb +0 -258
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/USAGE +0 -32
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/uninstall_rocket_generator.rb +0 -140
- data/testing-with-2.1.18/lib/keppler_configuration.rb +0 -12
- data/testing-with-2.1.18/lib/plugins/config/locales/en.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/locales/es.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/menu.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/permissions.yml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/keppler_scaffold_generator.rb +0 -223
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/controllers/controller.rb +0 -107
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/policies/policy.rb +0 -14
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/index.haml +0 -69
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/plugins/install.rb +0 -151
- data/testing-with-2.1.18/lib/plugins/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/lib/templates/haml/scaffold/_form.html.haml +0 -10
@@ -1,2918 +0,0 @@
|
|
1
|
-
@font-face
|
2
|
-
{
|
3
|
-
font-family: 'boxicons';
|
4
|
-
font-weight: normal;
|
5
|
-
font-style: normal;
|
6
|
-
|
7
|
-
src: url('/assets/admin/fonts-and-icons/fonts/boxicons.eot');
|
8
|
-
src: url('/assets/admin/fonts-and-icons/fonts/boxicons.eot') format('embedded-opentype'),
|
9
|
-
url('/assets/admin/fonts-and-icons/fonts/boxicons.woff2') format('woff2'),
|
10
|
-
url('/assets/admin/fonts-and-icons/fonts/boxicons.woff') format('woff'),
|
11
|
-
url('/assets/admin/fonts-and-icons/fonts/boxicons.ttf') format('truetype'),
|
12
|
-
url('/assets/admin/fonts-and-icons/fonts/boxicons.svg?#boxicons') format('svg');
|
13
|
-
}
|
14
|
-
.bx
|
15
|
-
{
|
16
|
-
font-family: 'boxicons' !important;
|
17
|
-
font-weight: normal;
|
18
|
-
font-style: normal;
|
19
|
-
font-variant: normal;
|
20
|
-
line-height: 1;
|
21
|
-
|
22
|
-
display: inline-block;
|
23
|
-
|
24
|
-
text-transform: none;
|
25
|
-
|
26
|
-
speak: none;
|
27
|
-
-webkit-font-smoothing: antialiased;
|
28
|
-
-moz-osx-font-smoothing: grayscale;
|
29
|
-
}
|
30
|
-
.bx-ul
|
31
|
-
{
|
32
|
-
margin-left: 2em;
|
33
|
-
padding-left: 0;
|
34
|
-
|
35
|
-
list-style: none;
|
36
|
-
}
|
37
|
-
.bx-ul > li
|
38
|
-
{
|
39
|
-
position: relative;
|
40
|
-
}
|
41
|
-
.bx-ul .bx
|
42
|
-
{
|
43
|
-
font-size: inherit;
|
44
|
-
line-height: inherit;
|
45
|
-
|
46
|
-
position: absolute;
|
47
|
-
left: -2em;
|
48
|
-
|
49
|
-
width: 2em;
|
50
|
-
|
51
|
-
text-align: center;
|
52
|
-
}
|
53
|
-
@-webkit-keyframes spin
|
54
|
-
{
|
55
|
-
0%
|
56
|
-
{
|
57
|
-
-webkit-transform: rotate(0);
|
58
|
-
transform: rotate(0);
|
59
|
-
}
|
60
|
-
100%
|
61
|
-
{
|
62
|
-
-webkit-transform: rotate(359deg);
|
63
|
-
transform: rotate(359deg);
|
64
|
-
}
|
65
|
-
}
|
66
|
-
@keyframes spin
|
67
|
-
{
|
68
|
-
0%
|
69
|
-
{
|
70
|
-
-webkit-transform: rotate(0);
|
71
|
-
transform: rotate(0);
|
72
|
-
}
|
73
|
-
100%
|
74
|
-
{
|
75
|
-
-webkit-transform: rotate(359deg);
|
76
|
-
transform: rotate(359deg);
|
77
|
-
}
|
78
|
-
}
|
79
|
-
@-webkit-keyframes burst
|
80
|
-
{
|
81
|
-
0%
|
82
|
-
{
|
83
|
-
-webkit-transform: scale(1);
|
84
|
-
transform: scale(1);
|
85
|
-
|
86
|
-
opacity: 1;
|
87
|
-
}
|
88
|
-
90%
|
89
|
-
{
|
90
|
-
-webkit-transform: scale(1.5);
|
91
|
-
transform: scale(1.5);
|
92
|
-
|
93
|
-
opacity: 0;
|
94
|
-
}
|
95
|
-
}
|
96
|
-
@keyframes burst
|
97
|
-
{
|
98
|
-
0%
|
99
|
-
{
|
100
|
-
-webkit-transform: scale(1);
|
101
|
-
transform: scale(1);
|
102
|
-
|
103
|
-
opacity: 1;
|
104
|
-
}
|
105
|
-
90%
|
106
|
-
{
|
107
|
-
-webkit-transform: scale(1.5);
|
108
|
-
transform: scale(1.5);
|
109
|
-
|
110
|
-
opacity: 0;
|
111
|
-
}
|
112
|
-
}
|
113
|
-
@-webkit-keyframes flashing
|
114
|
-
{
|
115
|
-
0%
|
116
|
-
{
|
117
|
-
opacity: 1;
|
118
|
-
}
|
119
|
-
45%
|
120
|
-
{
|
121
|
-
opacity: 0;
|
122
|
-
}
|
123
|
-
90%
|
124
|
-
{
|
125
|
-
opacity: 1;
|
126
|
-
}
|
127
|
-
}
|
128
|
-
@keyframes flashing
|
129
|
-
{
|
130
|
-
0%
|
131
|
-
{
|
132
|
-
opacity: 1;
|
133
|
-
}
|
134
|
-
45%
|
135
|
-
{
|
136
|
-
opacity: 0;
|
137
|
-
}
|
138
|
-
90%
|
139
|
-
{
|
140
|
-
opacity: 1;
|
141
|
-
}
|
142
|
-
}
|
143
|
-
@-webkit-keyframes fade-left
|
144
|
-
{
|
145
|
-
0%
|
146
|
-
{
|
147
|
-
-webkit-transform: translateX(0);
|
148
|
-
transform: translateX(0);
|
149
|
-
|
150
|
-
opacity: 1;
|
151
|
-
}
|
152
|
-
75%
|
153
|
-
{
|
154
|
-
-webkit-transform: translateX(-20px);
|
155
|
-
transform: translateX(-20px);
|
156
|
-
|
157
|
-
opacity: 0;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
@keyframes fade-left
|
161
|
-
{
|
162
|
-
0%
|
163
|
-
{
|
164
|
-
-webkit-transform: translateX(0);
|
165
|
-
transform: translateX(0);
|
166
|
-
|
167
|
-
opacity: 1;
|
168
|
-
}
|
169
|
-
75%
|
170
|
-
{
|
171
|
-
-webkit-transform: translateX(-20px);
|
172
|
-
transform: translateX(-20px);
|
173
|
-
|
174
|
-
opacity: 0;
|
175
|
-
}
|
176
|
-
}
|
177
|
-
@-webkit-keyframes fade-right
|
178
|
-
{
|
179
|
-
0%
|
180
|
-
{
|
181
|
-
-webkit-transform: translateX(0);
|
182
|
-
transform: translateX(0);
|
183
|
-
|
184
|
-
opacity: 1;
|
185
|
-
}
|
186
|
-
75%
|
187
|
-
{
|
188
|
-
-webkit-transform: translateX(20px);
|
189
|
-
transform: translateX(20px);
|
190
|
-
|
191
|
-
opacity: 0;
|
192
|
-
}
|
193
|
-
}
|
194
|
-
@keyframes fade-right
|
195
|
-
{
|
196
|
-
0%
|
197
|
-
{
|
198
|
-
-webkit-transform: translateX(0);
|
199
|
-
transform: translateX(0);
|
200
|
-
|
201
|
-
opacity: 1;
|
202
|
-
}
|
203
|
-
75%
|
204
|
-
{
|
205
|
-
-webkit-transform: translateX(20px);
|
206
|
-
transform: translateX(20px);
|
207
|
-
|
208
|
-
opacity: 0;
|
209
|
-
}
|
210
|
-
}
|
211
|
-
@-webkit-keyframes fade-up
|
212
|
-
{
|
213
|
-
0%
|
214
|
-
{
|
215
|
-
-webkit-transform: translateY(0);
|
216
|
-
transform: translateY(0);
|
217
|
-
|
218
|
-
opacity: 1;
|
219
|
-
}
|
220
|
-
75%
|
221
|
-
{
|
222
|
-
-webkit-transform: translateY(-20px);
|
223
|
-
transform: translateY(-20px);
|
224
|
-
|
225
|
-
opacity: 0;
|
226
|
-
}
|
227
|
-
}
|
228
|
-
@keyframes fade-up
|
229
|
-
{
|
230
|
-
0%
|
231
|
-
{
|
232
|
-
-webkit-transform: translateY(0);
|
233
|
-
transform: translateY(0);
|
234
|
-
|
235
|
-
opacity: 1;
|
236
|
-
}
|
237
|
-
75%
|
238
|
-
{
|
239
|
-
-webkit-transform: translateY(-20px);
|
240
|
-
transform: translateY(-20px);
|
241
|
-
|
242
|
-
opacity: 0;
|
243
|
-
}
|
244
|
-
}
|
245
|
-
@-webkit-keyframes fade-down
|
246
|
-
{
|
247
|
-
0%
|
248
|
-
{
|
249
|
-
-webkit-transform: translateY(0);
|
250
|
-
transform: translateY(0);
|
251
|
-
|
252
|
-
opacity: 1;
|
253
|
-
}
|
254
|
-
75%
|
255
|
-
{
|
256
|
-
-webkit-transform: translateY(20px);
|
257
|
-
transform: translateY(20px);
|
258
|
-
|
259
|
-
opacity: 0;
|
260
|
-
}
|
261
|
-
}
|
262
|
-
@keyframes fade-down
|
263
|
-
{
|
264
|
-
0%
|
265
|
-
{
|
266
|
-
-webkit-transform: translateY(0);
|
267
|
-
transform: translateY(0);
|
268
|
-
|
269
|
-
opacity: 1;
|
270
|
-
}
|
271
|
-
75%
|
272
|
-
{
|
273
|
-
-webkit-transform: translateY(20px);
|
274
|
-
transform: translateY(20px);
|
275
|
-
|
276
|
-
opacity: 0;
|
277
|
-
}
|
278
|
-
}
|
279
|
-
@-webkit-keyframes tada
|
280
|
-
{
|
281
|
-
from
|
282
|
-
{
|
283
|
-
-webkit-transform: scale3d(1, 1, 1);
|
284
|
-
transform: scale3d(1, 1, 1);
|
285
|
-
}
|
286
|
-
|
287
|
-
10%,
|
288
|
-
20%
|
289
|
-
{
|
290
|
-
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
|
291
|
-
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
|
292
|
-
}
|
293
|
-
|
294
|
-
30%,
|
295
|
-
50%,
|
296
|
-
70%,
|
297
|
-
90%
|
298
|
-
{
|
299
|
-
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
|
300
|
-
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
|
301
|
-
}
|
302
|
-
|
303
|
-
40%,
|
304
|
-
60%,
|
305
|
-
80%
|
306
|
-
{
|
307
|
-
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
|
308
|
-
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
|
309
|
-
}
|
310
|
-
|
311
|
-
to
|
312
|
-
{
|
313
|
-
-webkit-transform: scale3d(1, 1, 1);
|
314
|
-
transform: scale3d(1, 1, 1);
|
315
|
-
}
|
316
|
-
}
|
317
|
-
|
318
|
-
@keyframes tada
|
319
|
-
{
|
320
|
-
from
|
321
|
-
{
|
322
|
-
-webkit-transform: scale3d(1, 1, 1);
|
323
|
-
transform: scale3d(1, 1, 1);
|
324
|
-
}
|
325
|
-
|
326
|
-
10%,
|
327
|
-
20%
|
328
|
-
{
|
329
|
-
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
|
330
|
-
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
|
331
|
-
}
|
332
|
-
|
333
|
-
30%,
|
334
|
-
50%,
|
335
|
-
70%,
|
336
|
-
90%
|
337
|
-
{
|
338
|
-
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
|
339
|
-
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
|
340
|
-
}
|
341
|
-
|
342
|
-
40%,
|
343
|
-
60%,
|
344
|
-
80%
|
345
|
-
{
|
346
|
-
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
347
|
-
transform: rotate3d(0, 0, 1, -10deg);
|
348
|
-
}
|
349
|
-
|
350
|
-
to
|
351
|
-
{
|
352
|
-
-webkit-transform: scale3d(1, 1, 1);
|
353
|
-
transform: scale3d(1, 1, 1);
|
354
|
-
}
|
355
|
-
}
|
356
|
-
.bx-spin
|
357
|
-
{
|
358
|
-
-webkit-animation: spin 2s linear infinite;
|
359
|
-
animation: spin 2s linear infinite;
|
360
|
-
}
|
361
|
-
.bx-spin-hover:hover
|
362
|
-
{
|
363
|
-
-webkit-animation: spin 2s linear infinite;
|
364
|
-
animation: spin 2s linear infinite;
|
365
|
-
}
|
366
|
-
|
367
|
-
.bx-tada
|
368
|
-
{
|
369
|
-
-webkit-animation: tada 1.5s ease infinite;
|
370
|
-
animation: tada 1.5s ease infinite;
|
371
|
-
}
|
372
|
-
.bx-tada-hover:hover
|
373
|
-
{
|
374
|
-
-webkit-animation: tada 1.5s ease infinite;
|
375
|
-
animation: tada 1.5s ease infinite;
|
376
|
-
}
|
377
|
-
|
378
|
-
.bx-flashing
|
379
|
-
{
|
380
|
-
-webkit-animation: flashing 1.5s infinite linear;
|
381
|
-
animation: flashing 1.5s infinite linear;
|
382
|
-
}
|
383
|
-
.bx-flashing-hover:hover
|
384
|
-
{
|
385
|
-
-webkit-animation: flashing 1.5s infinite linear;
|
386
|
-
animation: flashing 1.5s infinite linear;
|
387
|
-
}
|
388
|
-
|
389
|
-
.bx-burst
|
390
|
-
{
|
391
|
-
-webkit-animation: burst 1.5s infinite linear;
|
392
|
-
animation: burst 1.5s infinite linear;
|
393
|
-
}
|
394
|
-
.bx-burst-hover:hover
|
395
|
-
{
|
396
|
-
-webkit-animation: burst 1.5s infinite linear;
|
397
|
-
animation: burst 1.5s infinite linear;
|
398
|
-
}
|
399
|
-
.bx-fade-up
|
400
|
-
{
|
401
|
-
-webkit-animation: fade-up 1.5s infinite linear;
|
402
|
-
animation: fade-up 1.5s infinite linear;
|
403
|
-
}
|
404
|
-
.bx-fade-up-hover:hover
|
405
|
-
{
|
406
|
-
-webkit-animation: fade-up 1.5s infinite linear;
|
407
|
-
animation: fade-up 1.5s infinite linear;
|
408
|
-
}
|
409
|
-
.bx-fade-down
|
410
|
-
{
|
411
|
-
-webkit-animation: fade-down 1.5s infinite linear;
|
412
|
-
animation: fade-down 1.5s infinite linear;
|
413
|
-
}
|
414
|
-
.bx-fade-down-hover:hover
|
415
|
-
{
|
416
|
-
-webkit-animation: fade-down 1.5s infinite linear;
|
417
|
-
animation: fade-down 1.5s infinite linear;
|
418
|
-
}
|
419
|
-
.bx-fade-left
|
420
|
-
{
|
421
|
-
-webkit-animation: fade-left 1.5s infinite linear;
|
422
|
-
animation: fade-left 1.5s infinite linear;
|
423
|
-
}
|
424
|
-
.bx-fade-left-hover:hover
|
425
|
-
{
|
426
|
-
-webkit-animation: fade-left 1.5s infinite linear;
|
427
|
-
animation: fade-left 1.5s infinite linear;
|
428
|
-
}
|
429
|
-
.bx-fade-right
|
430
|
-
{
|
431
|
-
-webkit-animation: fade-right 1.5s infinite linear;
|
432
|
-
animation: fade-right 1.5s infinite linear;
|
433
|
-
}
|
434
|
-
.bx-fade-right-hover:hover
|
435
|
-
{
|
436
|
-
-webkit-animation: fade-right 1.5s infinite linear;
|
437
|
-
animation: fade-right 1.5s infinite linear;
|
438
|
-
}
|
439
|
-
.bx-xs
|
440
|
-
{
|
441
|
-
font-size: 1rem!important;
|
442
|
-
}
|
443
|
-
.bx-sm
|
444
|
-
{
|
445
|
-
font-size: 1.55rem!important;
|
446
|
-
}
|
447
|
-
.bx-md
|
448
|
-
{
|
449
|
-
font-size: 2.25rem!important;
|
450
|
-
}
|
451
|
-
.bx-fw
|
452
|
-
{
|
453
|
-
font-size: 1.2857142857em;
|
454
|
-
line-height: .8em;
|
455
|
-
|
456
|
-
width: 1.2857142857em;
|
457
|
-
height: .8em;
|
458
|
-
margin-top: -.2em!important;
|
459
|
-
|
460
|
-
vertical-align: middle;
|
461
|
-
}
|
462
|
-
|
463
|
-
.bx-lg
|
464
|
-
{
|
465
|
-
font-size: 3.0rem!important;
|
466
|
-
}
|
467
|
-
.bx-pull-left
|
468
|
-
{
|
469
|
-
float: left;
|
470
|
-
|
471
|
-
margin-right: .3em!important;
|
472
|
-
}
|
473
|
-
|
474
|
-
.bx-pull-right
|
475
|
-
{
|
476
|
-
float: right;
|
477
|
-
|
478
|
-
margin-left: .3em!important;
|
479
|
-
}
|
480
|
-
.bx-rotate-90
|
481
|
-
{
|
482
|
-
transform: rotate(90deg);
|
483
|
-
|
484
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
|
485
|
-
}
|
486
|
-
.bx-rotate-180
|
487
|
-
{
|
488
|
-
transform: rotate(180deg);
|
489
|
-
|
490
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
|
491
|
-
}
|
492
|
-
.bx-rotate-270
|
493
|
-
{
|
494
|
-
transform: rotate(270deg);
|
495
|
-
|
496
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
|
497
|
-
}
|
498
|
-
.bx-flip-horizontal
|
499
|
-
{
|
500
|
-
transform: scaleX(-1);
|
501
|
-
|
502
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
|
503
|
-
}
|
504
|
-
.bx-flip-vertical
|
505
|
-
{
|
506
|
-
transform: scaleY(-1);
|
507
|
-
|
508
|
-
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
|
509
|
-
}
|
510
|
-
.bx-border
|
511
|
-
{
|
512
|
-
padding: .25em;
|
513
|
-
|
514
|
-
border: .07em solid rgba(0,0,0,.1);
|
515
|
-
border-radius: .25em;
|
516
|
-
}
|
517
|
-
.bx-border-circle
|
518
|
-
{
|
519
|
-
padding: .25em;
|
520
|
-
|
521
|
-
border: .07em solid rgba(0,0,0,.1);
|
522
|
-
border-radius: 50%;
|
523
|
-
}
|
524
|
-
|
525
|
-
.bxl-android:before {
|
526
|
-
content: "\e900";
|
527
|
-
}
|
528
|
-
.bxl-apple:before {
|
529
|
-
content: "\e901";
|
530
|
-
}
|
531
|
-
.bxl-behance:before {
|
532
|
-
content: "\e902";
|
533
|
-
}
|
534
|
-
.bxl-bitcoin:before {
|
535
|
-
content: "\e903";
|
536
|
-
}
|
537
|
-
.bxl-blogger:before {
|
538
|
-
content: "\e904";
|
539
|
-
}
|
540
|
-
.bxl-discord:before {
|
541
|
-
content: "\e905";
|
542
|
-
}
|
543
|
-
.bxl-dribbble:before {
|
544
|
-
content: "\e906";
|
545
|
-
}
|
546
|
-
.bxl-facebook:before {
|
547
|
-
content: "\e907";
|
548
|
-
}
|
549
|
-
.bxl-facebook-square:before {
|
550
|
-
content: "\e908";
|
551
|
-
}
|
552
|
-
.bxl-github:before {
|
553
|
-
content: "\e909";
|
554
|
-
}
|
555
|
-
.bxl-google:before {
|
556
|
-
content: "\e90a";
|
557
|
-
}
|
558
|
-
.bxl-google-plus:before {
|
559
|
-
content: "\e90b";
|
560
|
-
}
|
561
|
-
.bxl-google-plus-circle:before {
|
562
|
-
content: "\e90c";
|
563
|
-
}
|
564
|
-
.bxl-instagram:before {
|
565
|
-
content: "\e90d";
|
566
|
-
}
|
567
|
-
.bxl-linkedin:before {
|
568
|
-
content: "\e90e";
|
569
|
-
}
|
570
|
-
.bxl-linkedin-square:before {
|
571
|
-
content: "\e90f";
|
572
|
-
}
|
573
|
-
.bxl-medium:before {
|
574
|
-
content: "\e910";
|
575
|
-
}
|
576
|
-
.bxl-medium-square:before {
|
577
|
-
content: "\e911";
|
578
|
-
}
|
579
|
-
.bxl-messenger:before {
|
580
|
-
content: "\e912";
|
581
|
-
}
|
582
|
-
.bxl-pinterest:before {
|
583
|
-
content: "\e913";
|
584
|
-
}
|
585
|
-
.bxl-play-store:before {
|
586
|
-
content: "\e914";
|
587
|
-
}
|
588
|
-
.bxl-pocket:before {
|
589
|
-
content: "\e915";
|
590
|
-
}
|
591
|
-
.bxl-reddit:before {
|
592
|
-
content: "\e916";
|
593
|
-
}
|
594
|
-
.bxl-skype:before {
|
595
|
-
content: "\e917";
|
596
|
-
}
|
597
|
-
.bxl-slack:before {
|
598
|
-
content: "\e918";
|
599
|
-
}
|
600
|
-
.bxl-slack-rounded:before {
|
601
|
-
content: "\e919";
|
602
|
-
}
|
603
|
-
.bxl-tumblr:before {
|
604
|
-
content: "\e91a";
|
605
|
-
}
|
606
|
-
.bxl-twitch:before {
|
607
|
-
content: "\e91b";
|
608
|
-
}
|
609
|
-
.bxl-twitter:before {
|
610
|
-
content: "\e91c";
|
611
|
-
}
|
612
|
-
.bxl-twitter-square:before {
|
613
|
-
content: "\e91d";
|
614
|
-
}
|
615
|
-
.bxl-vimeo:before {
|
616
|
-
content: "\e91e";
|
617
|
-
}
|
618
|
-
.bxl-vk:before {
|
619
|
-
content: "\e91f";
|
620
|
-
}
|
621
|
-
.bxl-whatsapp:before {
|
622
|
-
content: "\e920";
|
623
|
-
}
|
624
|
-
.bxl-windows:before {
|
625
|
-
content: "\e921";
|
626
|
-
}
|
627
|
-
.bxl-youtube:before {
|
628
|
-
content: "\e922";
|
629
|
-
}
|
630
|
-
.bxs-adjust:before {
|
631
|
-
content: "\e923";
|
632
|
-
}
|
633
|
-
.bxs-alarm:before {
|
634
|
-
content: "\e924";
|
635
|
-
}
|
636
|
-
.bxs-alarm-off:before {
|
637
|
-
content: "\e925";
|
638
|
-
}
|
639
|
-
.bxs-album:before {
|
640
|
-
content: "\e926";
|
641
|
-
}
|
642
|
-
.bxs-archive:before {
|
643
|
-
content: "\e927";
|
644
|
-
}
|
645
|
-
.bxs-archive-in:before {
|
646
|
-
content: "\e928";
|
647
|
-
}
|
648
|
-
.bxs-archive-out:before {
|
649
|
-
content: "\e929";
|
650
|
-
}
|
651
|
-
.bxs-area:before {
|
652
|
-
content: "\e92a";
|
653
|
-
}
|
654
|
-
.bxs-award:before {
|
655
|
-
content: "\e92b";
|
656
|
-
}
|
657
|
-
.bxs-ball:before {
|
658
|
-
content: "\e92c";
|
659
|
-
}
|
660
|
-
.bxs-bar-chart-square:before {
|
661
|
-
content: "\e92d";
|
662
|
-
}
|
663
|
-
.bxs-barcode:before {
|
664
|
-
content: "\e92e";
|
665
|
-
}
|
666
|
-
.bxs-bath:before {
|
667
|
-
content: "\e92f";
|
668
|
-
}
|
669
|
-
.bxs-battery:before {
|
670
|
-
content: "\e930";
|
671
|
-
}
|
672
|
-
.bxs-battery-charging:before {
|
673
|
-
content: "\e931";
|
674
|
-
}
|
675
|
-
.bxs-battery-full:before {
|
676
|
-
content: "\e932";
|
677
|
-
}
|
678
|
-
.bxs-battery-low:before {
|
679
|
-
content: "\e933";
|
680
|
-
}
|
681
|
-
.bxs-bed:before {
|
682
|
-
content: "\e934";
|
683
|
-
}
|
684
|
-
.bxs-bell:before {
|
685
|
-
content: "\e935";
|
686
|
-
}
|
687
|
-
.bxs-bell-minus:before {
|
688
|
-
content: "\e936";
|
689
|
-
}
|
690
|
-
.bxs-bell-off:before {
|
691
|
-
content: "\e937";
|
692
|
-
}
|
693
|
-
.bxs-bell-plus:before {
|
694
|
-
content: "\e938";
|
695
|
-
}
|
696
|
-
.bxs-bell-ring:before {
|
697
|
-
content: "\e939";
|
698
|
-
}
|
699
|
-
.bxs-bolt:before {
|
700
|
-
content: "\e93a";
|
701
|
-
}
|
702
|
-
.bxs-book:before {
|
703
|
-
content: "\e93b";
|
704
|
-
}
|
705
|
-
.bxs-book-bookmark:before {
|
706
|
-
content: "\e93c";
|
707
|
-
}
|
708
|
-
.bxs-bookmark:before {
|
709
|
-
content: "\e93d";
|
710
|
-
}
|
711
|
-
.bxs-bookmark-minus:before {
|
712
|
-
content: "\e93e";
|
713
|
-
}
|
714
|
-
.bxs-bookmark-plus:before {
|
715
|
-
content: "\e93f";
|
716
|
-
}
|
717
|
-
.bxs-bookmarks:before {
|
718
|
-
content: "\e940";
|
719
|
-
}
|
720
|
-
.bxs-bookmark-star:before {
|
721
|
-
content: "\e941";
|
722
|
-
}
|
723
|
-
.bxs-book-open:before {
|
724
|
-
content: "\e942";
|
725
|
-
}
|
726
|
-
.bxs-bot:before {
|
727
|
-
content: "\e943";
|
728
|
-
}
|
729
|
-
.bxs-box:before {
|
730
|
-
content: "\e944";
|
731
|
-
}
|
732
|
-
.bxs-briefcase:before {
|
733
|
-
content: "\e945";
|
734
|
-
}
|
735
|
-
.bxs-briefcase-alt:before {
|
736
|
-
content: "\e946";
|
737
|
-
}
|
738
|
-
.bxs-bug:before {
|
739
|
-
content: "\e947";
|
740
|
-
}
|
741
|
-
.bxs-building:before {
|
742
|
-
content: "\e948";
|
743
|
-
}
|
744
|
-
.bxs-bulb:before {
|
745
|
-
content: "\e949";
|
746
|
-
}
|
747
|
-
.bxs-buoy:before {
|
748
|
-
content: "\e94a";
|
749
|
-
}
|
750
|
-
.bxs-bus:before {
|
751
|
-
content: "\e94b";
|
752
|
-
}
|
753
|
-
.bxs-calculator:before {
|
754
|
-
content: "\e94c";
|
755
|
-
}
|
756
|
-
.bxs-calendar:before {
|
757
|
-
content: "\e94d";
|
758
|
-
}
|
759
|
-
.bxs-calendar-alt:before {
|
760
|
-
content: "\e94e";
|
761
|
-
}
|
762
|
-
.bxs-calendar-check:before {
|
763
|
-
content: "\e94f";
|
764
|
-
}
|
765
|
-
.bxs-calendar-minus:before {
|
766
|
-
content: "\e950";
|
767
|
-
}
|
768
|
-
.bxs-calendar-plus:before {
|
769
|
-
content: "\e951";
|
770
|
-
}
|
771
|
-
.bxs-calendar-x:before {
|
772
|
-
content: "\e952";
|
773
|
-
}
|
774
|
-
.bxs-camera:before {
|
775
|
-
content: "\e953";
|
776
|
-
}
|
777
|
-
.bxs-camera-alt:before {
|
778
|
-
content: "\e954";
|
779
|
-
}
|
780
|
-
.bxs-camera-off:before {
|
781
|
-
content: "\e955";
|
782
|
-
}
|
783
|
-
.bxs-capsule:before {
|
784
|
-
content: "\e956";
|
785
|
-
}
|
786
|
-
.bxs-captions:before {
|
787
|
-
content: "\e957";
|
788
|
-
}
|
789
|
-
.bxs-car:before {
|
790
|
-
content: "\e958";
|
791
|
-
}
|
792
|
-
.bxs-carousel:before {
|
793
|
-
content: "\e959";
|
794
|
-
}
|
795
|
-
.bxs-cart:before {
|
796
|
-
content: "\e95a";
|
797
|
-
}
|
798
|
-
.bxs-cart-alt:before {
|
799
|
-
content: "\e95b";
|
800
|
-
}
|
801
|
-
.bxs-categories:before {
|
802
|
-
content: "\e95c";
|
803
|
-
}
|
804
|
-
.bxs-certification:before {
|
805
|
-
content: "\e95d";
|
806
|
-
}
|
807
|
-
.bxs-chart:before {
|
808
|
-
content: "\e95e";
|
809
|
-
}
|
810
|
-
.bxs-checkbox:before {
|
811
|
-
content: "\e95f";
|
812
|
-
}
|
813
|
-
.bxs-checkbox-checked:before {
|
814
|
-
content: "\e960";
|
815
|
-
}
|
816
|
-
.bxs-check-circle:before {
|
817
|
-
content: "\e961";
|
818
|
-
}
|
819
|
-
.bxs-chip:before {
|
820
|
-
content: "\e962";
|
821
|
-
}
|
822
|
-
.bxs-circle:before {
|
823
|
-
content: "\e963";
|
824
|
-
}
|
825
|
-
.bxs-clipboard:before {
|
826
|
-
content: "\e964";
|
827
|
-
}
|
828
|
-
.bxs-cloud:before {
|
829
|
-
content: "\e965";
|
830
|
-
}
|
831
|
-
.bxs-cloud-download:before {
|
832
|
-
content: "\e966";
|
833
|
-
}
|
834
|
-
.bxs-cloud-upload:before {
|
835
|
-
content: "\e967";
|
836
|
-
}
|
837
|
-
.bxs-code-block:before {
|
838
|
-
content: "\e968";
|
839
|
-
}
|
840
|
-
.bxs-coffee:before {
|
841
|
-
content: "\e969";
|
842
|
-
}
|
843
|
-
.bxs-cog:before {
|
844
|
-
content: "\e96a";
|
845
|
-
}
|
846
|
-
.bxs-collection:before {
|
847
|
-
content: "\e96b";
|
848
|
-
}
|
849
|
-
.bxs-columns:before {
|
850
|
-
content: "\e96c";
|
851
|
-
}
|
852
|
-
.bxs-compass:before {
|
853
|
-
content: "\e96d";
|
854
|
-
}
|
855
|
-
.bxs-contact:before {
|
856
|
-
content: "\e96e";
|
857
|
-
}
|
858
|
-
.bxs-conversation:before {
|
859
|
-
content: "\e96f";
|
860
|
-
}
|
861
|
-
.bxs-copy:before {
|
862
|
-
content: "\e970";
|
863
|
-
}
|
864
|
-
.bxs-copyright:before {
|
865
|
-
content: "\e971";
|
866
|
-
}
|
867
|
-
.bxs-coupon:before {
|
868
|
-
content: "\e972";
|
869
|
-
}
|
870
|
-
.bxs-credit-card:before {
|
871
|
-
content: "\e973";
|
872
|
-
}
|
873
|
-
.bxs-crown:before {
|
874
|
-
content: "\e974";
|
875
|
-
}
|
876
|
-
.bxs-cube:before {
|
877
|
-
content: "\e975";
|
878
|
-
}
|
879
|
-
.bxs-dashboard:before {
|
880
|
-
content: "\e976";
|
881
|
-
}
|
882
|
-
.bxs-detail:before {
|
883
|
-
content: "\e977";
|
884
|
-
}
|
885
|
-
.bxs-diamond:before {
|
886
|
-
content: "\e978";
|
887
|
-
}
|
888
|
-
.bxs-directions:before {
|
889
|
-
content: "\e979";
|
890
|
-
}
|
891
|
-
.bxs-discount:before {
|
892
|
-
content: "\e97a";
|
893
|
-
}
|
894
|
-
.bxs-dislike:before {
|
895
|
-
content: "\e97b";
|
896
|
-
}
|
897
|
-
.bxs-dock-bottom:before {
|
898
|
-
content: "\e97c";
|
899
|
-
}
|
900
|
-
.bxs-dock-left:before {
|
901
|
-
content: "\e97d";
|
902
|
-
}
|
903
|
-
.bxs-dock-right:before {
|
904
|
-
content: "\e97e";
|
905
|
-
}
|
906
|
-
.bxs-dock-top:before {
|
907
|
-
content: "\e97f";
|
908
|
-
}
|
909
|
-
.bxs-documentation:before {
|
910
|
-
content: "\e980";
|
911
|
-
}
|
912
|
-
.bxs-dollar-circle:before {
|
913
|
-
content: "\e981";
|
914
|
-
}
|
915
|
-
.bxs-down-arrow:before {
|
916
|
-
content: "\e982";
|
917
|
-
}
|
918
|
-
.bxs-down-arrow-circle:before {
|
919
|
-
content: "\e983";
|
920
|
-
}
|
921
|
-
.bxs-download-alt:before {
|
922
|
-
content: "\e984";
|
923
|
-
}
|
924
|
-
.bxs-downvote:before {
|
925
|
-
content: "\e985";
|
926
|
-
}
|
927
|
-
.bxs-drink:before {
|
928
|
-
content: "\e986";
|
929
|
-
}
|
930
|
-
.bxs-droplet:before {
|
931
|
-
content: "\e987";
|
932
|
-
}
|
933
|
-
.bxs-duplicate:before {
|
934
|
-
content: "\e988";
|
935
|
-
}
|
936
|
-
.bxs-edit:before {
|
937
|
-
content: "\e989";
|
938
|
-
}
|
939
|
-
.bxs-eject:before {
|
940
|
-
content: "\e98a";
|
941
|
-
}
|
942
|
-
.bxs-envelope:before {
|
943
|
-
content: "\e98b";
|
944
|
-
}
|
945
|
-
.bxs-eraser:before {
|
946
|
-
content: "\e98c";
|
947
|
-
}
|
948
|
-
.bxs-error:before {
|
949
|
-
content: "\e98d";
|
950
|
-
}
|
951
|
-
.bxs-error-circle:before {
|
952
|
-
content: "\e98e";
|
953
|
-
}
|
954
|
-
.bxs-fast-forward-circle:before {
|
955
|
-
content: "\e98f";
|
956
|
-
}
|
957
|
-
.bxs-file:before {
|
958
|
-
content: "\e990";
|
959
|
-
}
|
960
|
-
.bxs-file-blank:before {
|
961
|
-
content: "\e991";
|
962
|
-
}
|
963
|
-
.bxs-file-image:before {
|
964
|
-
content: "\e992";
|
965
|
-
}
|
966
|
-
.bxs-file-plus:before {
|
967
|
-
content: "\e993";
|
968
|
-
}
|
969
|
-
.bxs-files:before {
|
970
|
-
content: "\e994";
|
971
|
-
}
|
972
|
-
.bxs-film:before {
|
973
|
-
content: "\e995";
|
974
|
-
}
|
975
|
-
.bxs-filter-alt:before {
|
976
|
-
content: "\e996";
|
977
|
-
}
|
978
|
-
.bxs-first-aid:before {
|
979
|
-
content: "\e997";
|
980
|
-
}
|
981
|
-
.bxs-flag:before {
|
982
|
-
content: "\e998";
|
983
|
-
}
|
984
|
-
.bxs-flag-alt:before {
|
985
|
-
content: "\e999";
|
986
|
-
}
|
987
|
-
.bxs-flask:before {
|
988
|
-
content: "\e99a";
|
989
|
-
}
|
990
|
-
.bxs-folder:before {
|
991
|
-
content: "\e99b";
|
992
|
-
}
|
993
|
-
.bxs-folder-minus:before {
|
994
|
-
content: "\e99c";
|
995
|
-
}
|
996
|
-
.bxs-folder-open:before {
|
997
|
-
content: "\e99d";
|
998
|
-
}
|
999
|
-
.bxs-folder-plus:before {
|
1000
|
-
content: "\e99e";
|
1001
|
-
}
|
1002
|
-
.bxs-gift:before {
|
1003
|
-
content: "\e99f";
|
1004
|
-
}
|
1005
|
-
.bxs-globe-alt:before {
|
1006
|
-
content: "\e9a0";
|
1007
|
-
}
|
1008
|
-
.bxs-grid-alt:before {
|
1009
|
-
content: "\e9a1";
|
1010
|
-
}
|
1011
|
-
.bxs-hdd:before {
|
1012
|
-
content: "\e9a2";
|
1013
|
-
}
|
1014
|
-
.bxs-heart:before {
|
1015
|
-
content: "\e9a3";
|
1016
|
-
}
|
1017
|
-
.bxs-hexagon:before {
|
1018
|
-
content: "\e9a4";
|
1019
|
-
}
|
1020
|
-
.bxs-hide:before {
|
1021
|
-
content: "\e9a5";
|
1022
|
-
}
|
1023
|
-
.bxs-home:before {
|
1024
|
-
content: "\e9a6";
|
1025
|
-
}
|
1026
|
-
.bxs-home-alt:before {
|
1027
|
-
content: "\e9a7";
|
1028
|
-
}
|
1029
|
-
.bxs-hot:before {
|
1030
|
-
content: "\e9a8";
|
1031
|
-
}
|
1032
|
-
.bxs-hotel:before {
|
1033
|
-
content: "\e9a9";
|
1034
|
-
}
|
1035
|
-
.bxs-hourglass:before {
|
1036
|
-
content: "\e9aa";
|
1037
|
-
}
|
1038
|
-
.bxs-idea:before {
|
1039
|
-
content: "\e9ab";
|
1040
|
-
}
|
1041
|
-
.bxs-image:before {
|
1042
|
-
content: "\e9ac";
|
1043
|
-
}
|
1044
|
-
.bxs-inbox:before {
|
1045
|
-
content: "\e9ad";
|
1046
|
-
}
|
1047
|
-
.bxs-info-circle:before {
|
1048
|
-
content: "\e9ae";
|
1049
|
-
}
|
1050
|
-
.bxs-joystick:before {
|
1051
|
-
content: "\e9af";
|
1052
|
-
}
|
1053
|
-
.bxs-joystick-alt:before {
|
1054
|
-
content: "\e9b0";
|
1055
|
-
}
|
1056
|
-
.bxs-key:before {
|
1057
|
-
content: "\e9b1";
|
1058
|
-
}
|
1059
|
-
.bxs-layer:before {
|
1060
|
-
content: "\e9b2";
|
1061
|
-
}
|
1062
|
-
.bxs-layout:before {
|
1063
|
-
content: "\e9b3";
|
1064
|
-
}
|
1065
|
-
.bxs-left-arrow:before {
|
1066
|
-
content: "\e9b4";
|
1067
|
-
}
|
1068
|
-
.bxs-left-arrow-circle:before {
|
1069
|
-
content: "\e9b5";
|
1070
|
-
}
|
1071
|
-
.bxs-left-bottom-arrow-circle:before {
|
1072
|
-
content: "\e9b6";
|
1073
|
-
}
|
1074
|
-
.bxs-left-top-arrow-circle:before {
|
1075
|
-
content: "\e9b7";
|
1076
|
-
}
|
1077
|
-
.bxs-like:before {
|
1078
|
-
content: "\e9b8";
|
1079
|
-
}
|
1080
|
-
.bxs-lock:before {
|
1081
|
-
content: "\e9b9";
|
1082
|
-
}
|
1083
|
-
.bxs-lock-open:before {
|
1084
|
-
content: "\e9ba";
|
1085
|
-
}
|
1086
|
-
.bxs-magic-wand:before {
|
1087
|
-
content: "\e9bb";
|
1088
|
-
}
|
1089
|
-
.bxs-map:before {
|
1090
|
-
content: "\e9bc";
|
1091
|
-
}
|
1092
|
-
.bxs-map-alt:before {
|
1093
|
-
content: "\e9bd";
|
1094
|
-
}
|
1095
|
-
.bxs-message:before {
|
1096
|
-
content: "\e9be";
|
1097
|
-
}
|
1098
|
-
.bxs-message-alt:before {
|
1099
|
-
content: "\e9bf";
|
1100
|
-
}
|
1101
|
-
.bxs-message-detail:before {
|
1102
|
-
content: "\e9c0";
|
1103
|
-
}
|
1104
|
-
.bxs-message-rounded:before {
|
1105
|
-
content: "\e9c1";
|
1106
|
-
}
|
1107
|
-
.bxs-microphone:before {
|
1108
|
-
content: "\e9c2";
|
1109
|
-
}
|
1110
|
-
.bxs-microphone-off:before {
|
1111
|
-
content: "\e9c3";
|
1112
|
-
}
|
1113
|
-
.bxs-minus-circle:before {
|
1114
|
-
content: "\e9c4";
|
1115
|
-
}
|
1116
|
-
.bxs-mobile-alt:before {
|
1117
|
-
content: "\e9c5";
|
1118
|
-
}
|
1119
|
-
.bxs-mobile-message:before {
|
1120
|
-
content: "\e9c6";
|
1121
|
-
}
|
1122
|
-
.bxs-moon:before {
|
1123
|
-
content: "\e9c7";
|
1124
|
-
}
|
1125
|
-
.bxs-mouse:before {
|
1126
|
-
content: "\e9c8";
|
1127
|
-
}
|
1128
|
-
.bxs-movie:before {
|
1129
|
-
content: "\e9c9";
|
1130
|
-
}
|
1131
|
-
.bxs-music:before {
|
1132
|
-
content: "\e9ca";
|
1133
|
-
}
|
1134
|
-
.bxs-navigation:before {
|
1135
|
-
content: "\e9cb";
|
1136
|
-
}
|
1137
|
-
.bxs-news:before {
|
1138
|
-
content: "\e9cc";
|
1139
|
-
}
|
1140
|
-
.bxs-newsletter:before {
|
1141
|
-
content: "\e9cd";
|
1142
|
-
}
|
1143
|
-
.bxs-notification:before {
|
1144
|
-
content: "\e9ce";
|
1145
|
-
}
|
1146
|
-
.bxs-notification-off:before {
|
1147
|
-
content: "\e9cf";
|
1148
|
-
}
|
1149
|
-
.bxs-octagon:before {
|
1150
|
-
content: "\e9d0";
|
1151
|
-
}
|
1152
|
-
.bxs-package:before {
|
1153
|
-
content: "\e9d1";
|
1154
|
-
}
|
1155
|
-
.bxs-paper-plane:before {
|
1156
|
-
content: "\e9d2";
|
1157
|
-
}
|
1158
|
-
.bxs-paste:before {
|
1159
|
-
content: "\e9d3";
|
1160
|
-
}
|
1161
|
-
.bxs-pause-circle:before {
|
1162
|
-
content: "\e9d4";
|
1163
|
-
}
|
1164
|
-
.bxs-pen:before {
|
1165
|
-
content: "\e9d5";
|
1166
|
-
}
|
1167
|
-
.bxs-pencil:before {
|
1168
|
-
content: "\e9d6";
|
1169
|
-
}
|
1170
|
-
.bxs-phone:before {
|
1171
|
-
content: "\e9d7";
|
1172
|
-
}
|
1173
|
-
.bxs-phone-call:before {
|
1174
|
-
content: "\e9d8";
|
1175
|
-
}
|
1176
|
-
.bxs-phone-incoming:before {
|
1177
|
-
content: "\e9d9";
|
1178
|
-
}
|
1179
|
-
.bxs-phone-outgoing:before {
|
1180
|
-
content: "\e9da";
|
1181
|
-
}
|
1182
|
-
.bxs-photo-album:before {
|
1183
|
-
content: "\e9db";
|
1184
|
-
}
|
1185
|
-
.bxs-pie-chart:before {
|
1186
|
-
content: "\e9dc";
|
1187
|
-
}
|
1188
|
-
.bxs-pie-chart-alt:before {
|
1189
|
-
content: "\e9dd";
|
1190
|
-
}
|
1191
|
-
.bxs-pin:before {
|
1192
|
-
content: "\e9de";
|
1193
|
-
}
|
1194
|
-
.bxs-planet:before {
|
1195
|
-
content: "\e9df";
|
1196
|
-
}
|
1197
|
-
.bxs-play-circle:before {
|
1198
|
-
content: "\e9e0";
|
1199
|
-
}
|
1200
|
-
.bxs-playlist:before {
|
1201
|
-
content: "\e9e1";
|
1202
|
-
}
|
1203
|
-
.bxs-plug:before {
|
1204
|
-
content: "\e9e2";
|
1205
|
-
}
|
1206
|
-
.bxs-plus-circle:before {
|
1207
|
-
content: "\e9e3";
|
1208
|
-
}
|
1209
|
-
.bxs-printer:before {
|
1210
|
-
content: "\e9e4";
|
1211
|
-
}
|
1212
|
-
.bxs-purchase-tag:before {
|
1213
|
-
content: "\e9e5";
|
1214
|
-
}
|
1215
|
-
.bxs-quote-left:before {
|
1216
|
-
content: "\e9e6";
|
1217
|
-
}
|
1218
|
-
.bxs-quote-right:before {
|
1219
|
-
content: "\e9e7";
|
1220
|
-
}
|
1221
|
-
.bxs-radio:before {
|
1222
|
-
content: "\e9e8";
|
1223
|
-
}
|
1224
|
-
.bxs-rectangle:before {
|
1225
|
-
content: "\e9e9";
|
1226
|
-
}
|
1227
|
-
.bxs-rename:before {
|
1228
|
-
content: "\e9ea";
|
1229
|
-
}
|
1230
|
-
.bxs-report:before {
|
1231
|
-
content: "\e9eb";
|
1232
|
-
}
|
1233
|
-
.bxs-right-arrow:before {
|
1234
|
-
content: "\e9ec";
|
1235
|
-
}
|
1236
|
-
.bxs-right-arrow-circle:before {
|
1237
|
-
content: "\e9ed";
|
1238
|
-
}
|
1239
|
-
.bxs-right-down-arrow-circle:before {
|
1240
|
-
content: "\e9ee";
|
1241
|
-
}
|
1242
|
-
.bxs-right-top-arrow-circle:before {
|
1243
|
-
content: "\e9ef";
|
1244
|
-
}
|
1245
|
-
.bxs-rocket:before {
|
1246
|
-
content: "\e9f0";
|
1247
|
-
}
|
1248
|
-
.bxs-ruler:before {
|
1249
|
-
content: "\e9f1";
|
1250
|
-
}
|
1251
|
-
.bxs-save:before {
|
1252
|
-
content: "\e9f2";
|
1253
|
-
}
|
1254
|
-
.bxs-select-arrows:before {
|
1255
|
-
content: "\e9f3";
|
1256
|
-
}
|
1257
|
-
.bxs-select-multiple:before {
|
1258
|
-
content: "\e9f4";
|
1259
|
-
}
|
1260
|
-
.bxs-send:before {
|
1261
|
-
content: "\e9f5";
|
1262
|
-
}
|
1263
|
-
.bxs-server:before {
|
1264
|
-
content: "\e9f6";
|
1265
|
-
}
|
1266
|
-
.bxs-share:before {
|
1267
|
-
content: "\e9f7";
|
1268
|
-
}
|
1269
|
-
.bxs-share-alt:before {
|
1270
|
-
content: "\e9f8";
|
1271
|
-
}
|
1272
|
-
.bxs-shield:before {
|
1273
|
-
content: "\e9f9";
|
1274
|
-
}
|
1275
|
-
.bxs-shield-alt:before {
|
1276
|
-
content: "\e9fa";
|
1277
|
-
}
|
1278
|
-
.bxs-shopping-bag:before {
|
1279
|
-
content: "\e9fb";
|
1280
|
-
}
|
1281
|
-
.bxs-shopping-bag-alt:before {
|
1282
|
-
content: "\e9fc";
|
1283
|
-
}
|
1284
|
-
.bxs-show:before {
|
1285
|
-
content: "\e9fd";
|
1286
|
-
}
|
1287
|
-
.bxs-sidebar:before {
|
1288
|
-
content: "\e9fe";
|
1289
|
-
}
|
1290
|
-
.bxs-sitemap:before {
|
1291
|
-
content: "\e9ff";
|
1292
|
-
}
|
1293
|
-
.bxs-skip-next-circle:before {
|
1294
|
-
content: "\ea00";
|
1295
|
-
}
|
1296
|
-
.bxs-skip-previous-circle:before {
|
1297
|
-
content: "\ea01";
|
1298
|
-
}
|
1299
|
-
.bxs-skull:before {
|
1300
|
-
content: "\ea02";
|
1301
|
-
}
|
1302
|
-
.bxs-slider-alt:before {
|
1303
|
-
content: "\ea03";
|
1304
|
-
}
|
1305
|
-
.bxs-smiley-happy:before {
|
1306
|
-
content: "\ea04";
|
1307
|
-
}
|
1308
|
-
.bxs-smiley-meh:before {
|
1309
|
-
content: "\ea05";
|
1310
|
-
}
|
1311
|
-
.bxs-smiley-sad:before {
|
1312
|
-
content: "\ea06";
|
1313
|
-
}
|
1314
|
-
.bxs-spreadsheet:before {
|
1315
|
-
content: "\ea07";
|
1316
|
-
}
|
1317
|
-
.bxs-star:before {
|
1318
|
-
content: "\ea08";
|
1319
|
-
}
|
1320
|
-
.bxs-star-half:before {
|
1321
|
-
content: "\ea09";
|
1322
|
-
}
|
1323
|
-
.bxs-stop-circle:before {
|
1324
|
-
content: "\ea0a";
|
1325
|
-
}
|
1326
|
-
.bxs-stopwatch:before {
|
1327
|
-
content: "\ea0b";
|
1328
|
-
}
|
1329
|
-
.bxs-store:before {
|
1330
|
-
content: "\ea0c";
|
1331
|
-
}
|
1332
|
-
.bxs-sun:before {
|
1333
|
-
content: "\ea0d";
|
1334
|
-
}
|
1335
|
-
.bxs-table:before {
|
1336
|
-
content: "\ea0e";
|
1337
|
-
}
|
1338
|
-
.bxs-tag:before {
|
1339
|
-
content: "\ea0f";
|
1340
|
-
}
|
1341
|
-
.bxs-tag-x:before {
|
1342
|
-
content: "\ea10";
|
1343
|
-
}
|
1344
|
-
.bxs-task:before {
|
1345
|
-
content: "\ea11";
|
1346
|
-
}
|
1347
|
-
.bxs-taxi:before {
|
1348
|
-
content: "\ea12";
|
1349
|
-
}
|
1350
|
-
.bxs-tennis-ball:before {
|
1351
|
-
content: "\ea13";
|
1352
|
-
}
|
1353
|
-
.bxs-terminal:before {
|
1354
|
-
content: "\ea14";
|
1355
|
-
}
|
1356
|
-
.bxs-thermometer:before {
|
1357
|
-
content: "\ea15";
|
1358
|
-
}
|
1359
|
-
.bxs-time:before {
|
1360
|
-
content: "\ea16";
|
1361
|
-
}
|
1362
|
-
.bxs-timer:before {
|
1363
|
-
content: "\ea17";
|
1364
|
-
}
|
1365
|
-
.bxs-toggle:before {
|
1366
|
-
content: "\ea18";
|
1367
|
-
}
|
1368
|
-
.bxs-toggle-left:before {
|
1369
|
-
content: "\ea19";
|
1370
|
-
}
|
1371
|
-
.bxs-toggle-right:before {
|
1372
|
-
content: "\ea1a";
|
1373
|
-
}
|
1374
|
-
.bxs-torch:before {
|
1375
|
-
content: "\ea1b";
|
1376
|
-
}
|
1377
|
-
.bxs-to-top:before {
|
1378
|
-
content: "\ea1c";
|
1379
|
-
}
|
1380
|
-
.bxs-train:before {
|
1381
|
-
content: "\ea1d";
|
1382
|
-
}
|
1383
|
-
.bxs-trash:before {
|
1384
|
-
content: "\ea1e";
|
1385
|
-
}
|
1386
|
-
.bxs-trash-alt:before {
|
1387
|
-
content: "\ea1f";
|
1388
|
-
}
|
1389
|
-
.bxs-triangle:before {
|
1390
|
-
content: "\ea20";
|
1391
|
-
}
|
1392
|
-
.bxs-trophy:before {
|
1393
|
-
content: "\ea21";
|
1394
|
-
}
|
1395
|
-
.bxs-trophy-star:before {
|
1396
|
-
content: "\ea22";
|
1397
|
-
}
|
1398
|
-
.bxs-truck:before {
|
1399
|
-
content: "\ea23";
|
1400
|
-
}
|
1401
|
-
.bxs-t-shirt:before {
|
1402
|
-
content: "\ea24";
|
1403
|
-
}
|
1404
|
-
.bxs-tv:before {
|
1405
|
-
content: "\ea25";
|
1406
|
-
}
|
1407
|
-
.bxs-umbrella:before {
|
1408
|
-
content: "\ea26";
|
1409
|
-
}
|
1410
|
-
.bxs-up-arrow:before {
|
1411
|
-
content: "\ea27";
|
1412
|
-
}
|
1413
|
-
.bxs-up-arrow-circle:before {
|
1414
|
-
content: "\ea28";
|
1415
|
-
}
|
1416
|
-
.bxs-upvote:before {
|
1417
|
-
content: "\ea29";
|
1418
|
-
}
|
1419
|
-
.bxs-user:before {
|
1420
|
-
content: "\ea2a";
|
1421
|
-
}
|
1422
|
-
.bxs-user-check:before {
|
1423
|
-
content: "\ea2b";
|
1424
|
-
}
|
1425
|
-
.bxs-user-circle:before {
|
1426
|
-
content: "\ea2c";
|
1427
|
-
}
|
1428
|
-
.bxs-user-detail:before {
|
1429
|
-
content: "\ea2d";
|
1430
|
-
}
|
1431
|
-
.bxs-user-group:before {
|
1432
|
-
content: "\ea2e";
|
1433
|
-
}
|
1434
|
-
.bxs-user-minus:before {
|
1435
|
-
content: "\ea2f";
|
1436
|
-
}
|
1437
|
-
.bxs-user-plus:before {
|
1438
|
-
content: "\ea30";
|
1439
|
-
}
|
1440
|
-
.bxs-user-x:before {
|
1441
|
-
content: "\ea31";
|
1442
|
-
}
|
1443
|
-
.bxs-video:before {
|
1444
|
-
content: "\ea32";
|
1445
|
-
}
|
1446
|
-
.bxs-video-off:before {
|
1447
|
-
content: "\ea33";
|
1448
|
-
}
|
1449
|
-
.bxs-video-plus:before {
|
1450
|
-
content: "\ea34";
|
1451
|
-
}
|
1452
|
-
.bxs-videos:before {
|
1453
|
-
content: "\ea35";
|
1454
|
-
}
|
1455
|
-
.bxs-volume:before {
|
1456
|
-
content: "\ea36";
|
1457
|
-
}
|
1458
|
-
.bxs-volume-full:before {
|
1459
|
-
content: "\ea37";
|
1460
|
-
}
|
1461
|
-
.bxs-volume-low:before {
|
1462
|
-
content: "\ea38";
|
1463
|
-
}
|
1464
|
-
.bxs-volume-mute:before {
|
1465
|
-
content: "\ea39";
|
1466
|
-
}
|
1467
|
-
.bxs-wallet:before {
|
1468
|
-
content: "\ea3a";
|
1469
|
-
}
|
1470
|
-
.bxs-watch:before {
|
1471
|
-
content: "\ea3b";
|
1472
|
-
}
|
1473
|
-
.bxs-watch-alt:before {
|
1474
|
-
content: "\ea3c";
|
1475
|
-
}
|
1476
|
-
.bxs-widget:before {
|
1477
|
-
content: "\ea3d";
|
1478
|
-
}
|
1479
|
-
.bxs-window:before {
|
1480
|
-
content: "\ea3e";
|
1481
|
-
}
|
1482
|
-
.bxs-window-close:before {
|
1483
|
-
content: "\ea3f";
|
1484
|
-
}
|
1485
|
-
.bxs-window-open:before {
|
1486
|
-
content: "\ea40";
|
1487
|
-
}
|
1488
|
-
.bxs-windows:before {
|
1489
|
-
content: "\ea41";
|
1490
|
-
}
|
1491
|
-
.bxs-world:before {
|
1492
|
-
content: "\ea42";
|
1493
|
-
}
|
1494
|
-
.bxs-wrench:before {
|
1495
|
-
content: "\ea43";
|
1496
|
-
}
|
1497
|
-
.bxs-x-circle:before {
|
1498
|
-
content: "\ea44";
|
1499
|
-
}
|
1500
|
-
.bxs-zap:before {
|
1501
|
-
content: "\ea45";
|
1502
|
-
}
|
1503
|
-
.bxs-zoom-in:before {
|
1504
|
-
content: "\ea46";
|
1505
|
-
}
|
1506
|
-
.bxs-zoom-out:before {
|
1507
|
-
content: "\ea47";
|
1508
|
-
}
|
1509
|
-
.bx-adjust:before {
|
1510
|
-
content: "\ea48";
|
1511
|
-
}
|
1512
|
-
.bx-alarm:before {
|
1513
|
-
content: "\ea49";
|
1514
|
-
}
|
1515
|
-
.bx-alarm-off:before {
|
1516
|
-
content: "\ea4a";
|
1517
|
-
}
|
1518
|
-
.bx-album:before {
|
1519
|
-
content: "\ea4b";
|
1520
|
-
}
|
1521
|
-
.bx-align-justify:before {
|
1522
|
-
content: "\ea4c";
|
1523
|
-
}
|
1524
|
-
.bx-align-left:before {
|
1525
|
-
content: "\ea4d";
|
1526
|
-
}
|
1527
|
-
.bx-align-middle:before {
|
1528
|
-
content: "\ea4e";
|
1529
|
-
}
|
1530
|
-
.bx-align-right:before {
|
1531
|
-
content: "\ea4f";
|
1532
|
-
}
|
1533
|
-
.bx-anchor:before {
|
1534
|
-
content: "\ea50";
|
1535
|
-
}
|
1536
|
-
.bx-aperture:before {
|
1537
|
-
content: "\ea51";
|
1538
|
-
}
|
1539
|
-
.bx-archive:before {
|
1540
|
-
content: "\ea52";
|
1541
|
-
}
|
1542
|
-
.bx-archive-in:before {
|
1543
|
-
content: "\ea53";
|
1544
|
-
}
|
1545
|
-
.bx-archive-out:before {
|
1546
|
-
content: "\ea54";
|
1547
|
-
}
|
1548
|
-
.bx-area:before {
|
1549
|
-
content: "\ea55";
|
1550
|
-
}
|
1551
|
-
.bx-arrow-back:before {
|
1552
|
-
content: "\ea56";
|
1553
|
-
}
|
1554
|
-
.bx-asterisk:before {
|
1555
|
-
content: "\ea57";
|
1556
|
-
}
|
1557
|
-
.bx-at:before {
|
1558
|
-
content: "\ea58";
|
1559
|
-
}
|
1560
|
-
.bx-award:before {
|
1561
|
-
content: "\ea59";
|
1562
|
-
}
|
1563
|
-
.bx-ball:before {
|
1564
|
-
content: "\ea5a";
|
1565
|
-
}
|
1566
|
-
.bx-bar-chart:before {
|
1567
|
-
content: "\ea5b";
|
1568
|
-
}
|
1569
|
-
.bx-bar-chart-alt:before {
|
1570
|
-
content: "\ea5c";
|
1571
|
-
}
|
1572
|
-
.bx-bar-chart-square:before {
|
1573
|
-
content: "\ea5d";
|
1574
|
-
}
|
1575
|
-
.bx-barcode:before {
|
1576
|
-
content: "\ea5e";
|
1577
|
-
}
|
1578
|
-
.bx-basketball:before {
|
1579
|
-
content: "\ea5f";
|
1580
|
-
}
|
1581
|
-
.bx-bath:before {
|
1582
|
-
content: "\ea60";
|
1583
|
-
}
|
1584
|
-
.bx-battery:before {
|
1585
|
-
content: "\ea61";
|
1586
|
-
}
|
1587
|
-
.bx-battery-charging:before {
|
1588
|
-
content: "\ea62";
|
1589
|
-
}
|
1590
|
-
.bx-battery-full:before {
|
1591
|
-
content: "\ea63";
|
1592
|
-
}
|
1593
|
-
.bx-battery-low:before {
|
1594
|
-
content: "\ea64";
|
1595
|
-
}
|
1596
|
-
.bx-bed:before {
|
1597
|
-
content: "\ea65";
|
1598
|
-
}
|
1599
|
-
.bx-bell:before {
|
1600
|
-
content: "\ea66";
|
1601
|
-
}
|
1602
|
-
.bx-bell-minus:before {
|
1603
|
-
content: "\ea67";
|
1604
|
-
}
|
1605
|
-
.bx-bell-off:before {
|
1606
|
-
content: "\ea68";
|
1607
|
-
}
|
1608
|
-
.bx-bell-plus:before {
|
1609
|
-
content: "\ea69";
|
1610
|
-
}
|
1611
|
-
.bx-bell-ring:before {
|
1612
|
-
content: "\ea6a";
|
1613
|
-
}
|
1614
|
-
.bx-bicycle:before {
|
1615
|
-
content: "\ea6b";
|
1616
|
-
}
|
1617
|
-
.bx-block:before {
|
1618
|
-
content: "\ea6c";
|
1619
|
-
}
|
1620
|
-
.bx-bluetooth:before {
|
1621
|
-
content: "\ea6d";
|
1622
|
-
}
|
1623
|
-
.bx-body:before {
|
1624
|
-
content: "\ea6e";
|
1625
|
-
}
|
1626
|
-
.bx-bold:before {
|
1627
|
-
content: "\ea6f";
|
1628
|
-
}
|
1629
|
-
.bx-bolt:before {
|
1630
|
-
content: "\ea70";
|
1631
|
-
}
|
1632
|
-
.bx-book:before {
|
1633
|
-
content: "\ea71";
|
1634
|
-
}
|
1635
|
-
.bx-book-bookmark:before {
|
1636
|
-
content: "\ea72";
|
1637
|
-
}
|
1638
|
-
.bx-bookmark:before {
|
1639
|
-
content: "\ea73";
|
1640
|
-
}
|
1641
|
-
.bx-bookmark-minus:before {
|
1642
|
-
content: "\ea74";
|
1643
|
-
}
|
1644
|
-
.bx-bookmark-plus:before {
|
1645
|
-
content: "\ea75";
|
1646
|
-
}
|
1647
|
-
.bx-bookmarks:before {
|
1648
|
-
content: "\ea76";
|
1649
|
-
}
|
1650
|
-
.bx-bookmark-star:before {
|
1651
|
-
content: "\ea77";
|
1652
|
-
}
|
1653
|
-
.bx-book-open:before {
|
1654
|
-
content: "\ea78";
|
1655
|
-
}
|
1656
|
-
.bx-bot:before {
|
1657
|
-
content: "\ea79";
|
1658
|
-
}
|
1659
|
-
.bx-box:before {
|
1660
|
-
content: "\ea7a";
|
1661
|
-
}
|
1662
|
-
.bx-briefcase:before {
|
1663
|
-
content: "\ea7b";
|
1664
|
-
}
|
1665
|
-
.bx-briefcase-alt:before {
|
1666
|
-
content: "\ea7c";
|
1667
|
-
}
|
1668
|
-
.bx-broadcast:before {
|
1669
|
-
content: "\ea7d";
|
1670
|
-
}
|
1671
|
-
.bx-bug:before {
|
1672
|
-
content: "\ea7e";
|
1673
|
-
}
|
1674
|
-
.bx-building:before {
|
1675
|
-
content: "\ea7f";
|
1676
|
-
}
|
1677
|
-
.bx-bulb:before {
|
1678
|
-
content: "\ea80";
|
1679
|
-
}
|
1680
|
-
.bx-bullseye:before {
|
1681
|
-
content: "\ea81";
|
1682
|
-
}
|
1683
|
-
.bx-buoy:before {
|
1684
|
-
content: "\ea82";
|
1685
|
-
}
|
1686
|
-
.bx-bus:before {
|
1687
|
-
content: "\ea83";
|
1688
|
-
}
|
1689
|
-
.bx-calculator:before {
|
1690
|
-
content: "\ea84";
|
1691
|
-
}
|
1692
|
-
.bx-calendar:before {
|
1693
|
-
content: "\ea85";
|
1694
|
-
}
|
1695
|
-
.bx-calendar-alt:before {
|
1696
|
-
content: "\ea86";
|
1697
|
-
}
|
1698
|
-
.bx-calendar-check:before {
|
1699
|
-
content: "\ea87";
|
1700
|
-
}
|
1701
|
-
.bx-calendar-minus:before {
|
1702
|
-
content: "\ea88";
|
1703
|
-
}
|
1704
|
-
.bx-calendar-plus:before {
|
1705
|
-
content: "\ea89";
|
1706
|
-
}
|
1707
|
-
.bx-calendar-x:before {
|
1708
|
-
content: "\ea8a";
|
1709
|
-
}
|
1710
|
-
.bx-camera:before {
|
1711
|
-
content: "\ea8b";
|
1712
|
-
}
|
1713
|
-
.bx-camera-alt:before {
|
1714
|
-
content: "\ea8c";
|
1715
|
-
}
|
1716
|
-
.bx-camera-off:before {
|
1717
|
-
content: "\ea8d";
|
1718
|
-
}
|
1719
|
-
.bx-capsule:before {
|
1720
|
-
content: "\ea8e";
|
1721
|
-
}
|
1722
|
-
.bx-captions:before {
|
1723
|
-
content: "\ea8f";
|
1724
|
-
}
|
1725
|
-
.bx-car:before {
|
1726
|
-
content: "\ea90";
|
1727
|
-
}
|
1728
|
-
.bx-carousel:before {
|
1729
|
-
content: "\ea91";
|
1730
|
-
}
|
1731
|
-
.bx-cart:before {
|
1732
|
-
content: "\ea92";
|
1733
|
-
}
|
1734
|
-
.bx-cart-alt:before {
|
1735
|
-
content: "\ea93";
|
1736
|
-
}
|
1737
|
-
.bx-cast:before {
|
1738
|
-
content: "\ea94";
|
1739
|
-
}
|
1740
|
-
.bx-categories:before {
|
1741
|
-
content: "\ea95";
|
1742
|
-
}
|
1743
|
-
.bx-certification:before {
|
1744
|
-
content: "\ea96";
|
1745
|
-
}
|
1746
|
-
.bx-chalkboard:before {
|
1747
|
-
content: "\ea97";
|
1748
|
-
}
|
1749
|
-
.bx-chart:before {
|
1750
|
-
content: "\ea98";
|
1751
|
-
}
|
1752
|
-
.bx-check:before {
|
1753
|
-
content: "\ea99";
|
1754
|
-
}
|
1755
|
-
.bx-checkbox:before {
|
1756
|
-
content: "\ea9a";
|
1757
|
-
}
|
1758
|
-
.bx-checkbox-checked:before {
|
1759
|
-
content: "\ea9b";
|
1760
|
-
}
|
1761
|
-
.bx-checkbox-square:before {
|
1762
|
-
content: "\ea9c";
|
1763
|
-
}
|
1764
|
-
.bx-check-circle:before {
|
1765
|
-
content: "\ea9d";
|
1766
|
-
}
|
1767
|
-
.bx-check-double:before {
|
1768
|
-
content: "\ea9e";
|
1769
|
-
}
|
1770
|
-
.bx-chevron-down:before {
|
1771
|
-
content: "\ea9f";
|
1772
|
-
}
|
1773
|
-
.bx-chevron-left:before {
|
1774
|
-
content: "\eaa0";
|
1775
|
-
}
|
1776
|
-
.bx-chevron-right:before {
|
1777
|
-
content: "\eaa1";
|
1778
|
-
}
|
1779
|
-
.bx-chevrons-down:before {
|
1780
|
-
content: "\eaa2";
|
1781
|
-
}
|
1782
|
-
.bx-chevrons-left:before {
|
1783
|
-
content: "\eaa3";
|
1784
|
-
}
|
1785
|
-
.bx-chevrons-right:before {
|
1786
|
-
content: "\eaa4";
|
1787
|
-
}
|
1788
|
-
.bx-chevrons-up:before {
|
1789
|
-
content: "\eaa5";
|
1790
|
-
}
|
1791
|
-
.bx-chevron-up:before {
|
1792
|
-
content: "\eaa6";
|
1793
|
-
}
|
1794
|
-
.bx-chip:before {
|
1795
|
-
content: "\eaa7";
|
1796
|
-
}
|
1797
|
-
.bx-circle:before {
|
1798
|
-
content: "\eaa8";
|
1799
|
-
}
|
1800
|
-
.bx-clipboard:before {
|
1801
|
-
content: "\eaa9";
|
1802
|
-
}
|
1803
|
-
.bx-closet:before {
|
1804
|
-
content: "\eaaa";
|
1805
|
-
}
|
1806
|
-
.bx-cloud:before {
|
1807
|
-
content: "\eaab";
|
1808
|
-
}
|
1809
|
-
.bx-cloud-download:before {
|
1810
|
-
content: "\eaac";
|
1811
|
-
}
|
1812
|
-
.bx-cloud-drizzle:before {
|
1813
|
-
content: "\eaad";
|
1814
|
-
}
|
1815
|
-
.bx-cloud-lightning:before {
|
1816
|
-
content: "\eaae";
|
1817
|
-
}
|
1818
|
-
.bx-cloud-light-rain:before {
|
1819
|
-
content: "\eaaf";
|
1820
|
-
}
|
1821
|
-
.bx-cloud-rain:before {
|
1822
|
-
content: "\eab0";
|
1823
|
-
}
|
1824
|
-
.bx-cloud-snow:before {
|
1825
|
-
content: "\eab1";
|
1826
|
-
}
|
1827
|
-
.bx-cloud-upload:before {
|
1828
|
-
content: "\eab2";
|
1829
|
-
}
|
1830
|
-
.bx-code:before {
|
1831
|
-
content: "\eab3";
|
1832
|
-
}
|
1833
|
-
.bx-code-block:before {
|
1834
|
-
content: "\eab4";
|
1835
|
-
}
|
1836
|
-
.bx-code-curly:before {
|
1837
|
-
content: "\eab5";
|
1838
|
-
}
|
1839
|
-
.bx-coffee:before {
|
1840
|
-
content: "\eab6";
|
1841
|
-
}
|
1842
|
-
.bx-cog:before {
|
1843
|
-
content: "\eab7";
|
1844
|
-
}
|
1845
|
-
.bx-collapse:before {
|
1846
|
-
content: "\eab8";
|
1847
|
-
}
|
1848
|
-
.bx-collection:before {
|
1849
|
-
content: "\eab9";
|
1850
|
-
}
|
1851
|
-
.bx-columns:before {
|
1852
|
-
content: "\eaba";
|
1853
|
-
}
|
1854
|
-
.bx-command:before {
|
1855
|
-
content: "\eabb";
|
1856
|
-
}
|
1857
|
-
.bx-compass:before {
|
1858
|
-
content: "\eabc";
|
1859
|
-
}
|
1860
|
-
.bx-contact:before {
|
1861
|
-
content: "\eabd";
|
1862
|
-
}
|
1863
|
-
.bx-conversation:before {
|
1864
|
-
content: "\eabe";
|
1865
|
-
}
|
1866
|
-
.bx-copy:before {
|
1867
|
-
content: "\eabf";
|
1868
|
-
}
|
1869
|
-
.bx-copyright:before {
|
1870
|
-
content: "\eac0";
|
1871
|
-
}
|
1872
|
-
.bx-coupon:before {
|
1873
|
-
content: "\eac1";
|
1874
|
-
}
|
1875
|
-
.bx-credit-card:before {
|
1876
|
-
content: "\eac2";
|
1877
|
-
}
|
1878
|
-
.bx-crop:before {
|
1879
|
-
content: "\eac3";
|
1880
|
-
}
|
1881
|
-
.bx-crosshair:before {
|
1882
|
-
content: "\eac4";
|
1883
|
-
}
|
1884
|
-
.bx-crown:before {
|
1885
|
-
content: "\eac5";
|
1886
|
-
}
|
1887
|
-
.bx-cube:before {
|
1888
|
-
content: "\eac6";
|
1889
|
-
}
|
1890
|
-
.bx-cut:before {
|
1891
|
-
content: "\eac7";
|
1892
|
-
}
|
1893
|
-
.bx-dashboard:before {
|
1894
|
-
content: "\eac8";
|
1895
|
-
}
|
1896
|
-
.bx-data:before {
|
1897
|
-
content: "\eac9";
|
1898
|
-
}
|
1899
|
-
.bx-desktop:before {
|
1900
|
-
content: "\eaca";
|
1901
|
-
}
|
1902
|
-
.bx-detail:before {
|
1903
|
-
content: "\eacb";
|
1904
|
-
}
|
1905
|
-
.bx-dialpad:before {
|
1906
|
-
content: "\eacc";
|
1907
|
-
}
|
1908
|
-
.bx-diamond:before {
|
1909
|
-
content: "\eacd";
|
1910
|
-
}
|
1911
|
-
.bx-directions:before {
|
1912
|
-
content: "\eace";
|
1913
|
-
}
|
1914
|
-
.bx-discount:before {
|
1915
|
-
content: "\eacf";
|
1916
|
-
}
|
1917
|
-
.bx-dislike:before {
|
1918
|
-
content: "\ead0";
|
1919
|
-
}
|
1920
|
-
.bx-dock-bottom:before {
|
1921
|
-
content: "\ead1";
|
1922
|
-
}
|
1923
|
-
.bx-dock-left:before {
|
1924
|
-
content: "\ead2";
|
1925
|
-
}
|
1926
|
-
.bx-dock-right:before {
|
1927
|
-
content: "\ead3";
|
1928
|
-
}
|
1929
|
-
.bx-dock-top:before {
|
1930
|
-
content: "\ead4";
|
1931
|
-
}
|
1932
|
-
.bx-documentation:before {
|
1933
|
-
content: "\ead5";
|
1934
|
-
}
|
1935
|
-
.bx-dollar:before {
|
1936
|
-
content: "\ead6";
|
1937
|
-
}
|
1938
|
-
.bx-dollar-circle:before {
|
1939
|
-
content: "\ead7";
|
1940
|
-
}
|
1941
|
-
.bx-dots-horizontal:before {
|
1942
|
-
content: "\ead8";
|
1943
|
-
}
|
1944
|
-
.bx-dots-horizontal-rounded:before {
|
1945
|
-
content: "\ead9";
|
1946
|
-
}
|
1947
|
-
.bx-dots-vertical:before {
|
1948
|
-
content: "\eada";
|
1949
|
-
}
|
1950
|
-
.bx-dots-vertical-rounded:before {
|
1951
|
-
content: "\eadb";
|
1952
|
-
}
|
1953
|
-
.bx-down-arrow:before {
|
1954
|
-
content: "\eadc";
|
1955
|
-
}
|
1956
|
-
.bx-down-arrow-circle:before {
|
1957
|
-
content: "\eadd";
|
1958
|
-
}
|
1959
|
-
.bx-download:before {
|
1960
|
-
content: "\eade";
|
1961
|
-
}
|
1962
|
-
.bx-download-alt:before {
|
1963
|
-
content: "\eadf";
|
1964
|
-
}
|
1965
|
-
.bx-downvote:before {
|
1966
|
-
content: "\eae0";
|
1967
|
-
}
|
1968
|
-
.bx-drink:before {
|
1969
|
-
content: "\eae1";
|
1970
|
-
}
|
1971
|
-
.bx-droplet:before {
|
1972
|
-
content: "\eae2";
|
1973
|
-
}
|
1974
|
-
.bx-dumbbell:before {
|
1975
|
-
content: "\eae3";
|
1976
|
-
}
|
1977
|
-
.bx-duplicate:before {
|
1978
|
-
content: "\eae4";
|
1979
|
-
}
|
1980
|
-
.bx-edit:before {
|
1981
|
-
content: "\eae5";
|
1982
|
-
}
|
1983
|
-
.bx-eject:before {
|
1984
|
-
content: "\eae6";
|
1985
|
-
}
|
1986
|
-
.bx-envelope:before {
|
1987
|
-
content: "\eae7";
|
1988
|
-
}
|
1989
|
-
.bx-eraser:before {
|
1990
|
-
content: "\eae8";
|
1991
|
-
}
|
1992
|
-
.bx-error:before {
|
1993
|
-
content: "\eae9";
|
1994
|
-
}
|
1995
|
-
.bx-error-circle:before {
|
1996
|
-
content: "\eaea";
|
1997
|
-
}
|
1998
|
-
.bx-exclamation:before {
|
1999
|
-
content: "\eaeb";
|
2000
|
-
}
|
2001
|
-
.bx-exit-fullscreen:before {
|
2002
|
-
content: "\eaec";
|
2003
|
-
}
|
2004
|
-
.bx-expand:before {
|
2005
|
-
content: "\eaed";
|
2006
|
-
}
|
2007
|
-
.bx-export:before {
|
2008
|
-
content: "\eaee";
|
2009
|
-
}
|
2010
|
-
.bx-eyedropper:before {
|
2011
|
-
content: "\eaef";
|
2012
|
-
}
|
2013
|
-
.bx-fast-forward:before {
|
2014
|
-
content: "\eaf0";
|
2015
|
-
}
|
2016
|
-
.bx-fast-forward-circle:before {
|
2017
|
-
content: "\eaf1";
|
2018
|
-
}
|
2019
|
-
.bx-female:before {
|
2020
|
-
content: "\eaf2";
|
2021
|
-
}
|
2022
|
-
.bx-file:before {
|
2023
|
-
content: "\eaf3";
|
2024
|
-
}
|
2025
|
-
.bx-file-blank:before {
|
2026
|
-
content: "\eaf4";
|
2027
|
-
}
|
2028
|
-
.bx-file-image:before {
|
2029
|
-
content: "\eaf5";
|
2030
|
-
}
|
2031
|
-
.bx-file-plus:before {
|
2032
|
-
content: "\eaf6";
|
2033
|
-
}
|
2034
|
-
.bx-files:before {
|
2035
|
-
content: "\eaf7";
|
2036
|
-
}
|
2037
|
-
.bx-film:before {
|
2038
|
-
content: "\eaf8";
|
2039
|
-
}
|
2040
|
-
.bx-filter:before {
|
2041
|
-
content: "\eaf9";
|
2042
|
-
}
|
2043
|
-
.bx-filter-alt:before {
|
2044
|
-
content: "\eafa";
|
2045
|
-
}
|
2046
|
-
.bx-fingerprint:before {
|
2047
|
-
content: "\eafb";
|
2048
|
-
}
|
2049
|
-
.bx-first-aid:before {
|
2050
|
-
content: "\eafc";
|
2051
|
-
}
|
2052
|
-
.bx-first-page:before {
|
2053
|
-
content: "\eafd";
|
2054
|
-
}
|
2055
|
-
.bx-flag:before {
|
2056
|
-
content: "\eafe";
|
2057
|
-
}
|
2058
|
-
.bx-flag-alt:before {
|
2059
|
-
content: "\eaff";
|
2060
|
-
}
|
2061
|
-
.bx-flask:before {
|
2062
|
-
content: "\eb00";
|
2063
|
-
}
|
2064
|
-
.bx-folder:before {
|
2065
|
-
content: "\eb01";
|
2066
|
-
}
|
2067
|
-
.bx-folder-minus:before {
|
2068
|
-
content: "\eb02";
|
2069
|
-
}
|
2070
|
-
.bx-folder-open:before {
|
2071
|
-
content: "\eb03";
|
2072
|
-
}
|
2073
|
-
.bx-folder-plus:before {
|
2074
|
-
content: "\eb04";
|
2075
|
-
}
|
2076
|
-
.bx-font:before {
|
2077
|
-
content: "\eb05";
|
2078
|
-
}
|
2079
|
-
.bx-font-color:before {
|
2080
|
-
content: "\eb06";
|
2081
|
-
}
|
2082
|
-
.bx-font-size:before {
|
2083
|
-
content: "\eb07";
|
2084
|
-
}
|
2085
|
-
.bx-football:before {
|
2086
|
-
content: "\eb08";
|
2087
|
-
}
|
2088
|
-
.bx-fullscreen:before {
|
2089
|
-
content: "\eb09";
|
2090
|
-
}
|
2091
|
-
.bx-gift:before {
|
2092
|
-
content: "\eb0a";
|
2093
|
-
}
|
2094
|
-
.bx-git-branch:before {
|
2095
|
-
content: "\eb0b";
|
2096
|
-
}
|
2097
|
-
.bx-git-commit:before {
|
2098
|
-
content: "\eb0c";
|
2099
|
-
}
|
2100
|
-
.bx-git-compare:before {
|
2101
|
-
content: "\eb0d";
|
2102
|
-
}
|
2103
|
-
.bx-git-merge:before {
|
2104
|
-
content: "\eb0e";
|
2105
|
-
}
|
2106
|
-
.bx-git-pull-request:before {
|
2107
|
-
content: "\eb0f";
|
2108
|
-
}
|
2109
|
-
.bx-git-repo-forked:before {
|
2110
|
-
content: "\eb10";
|
2111
|
-
}
|
2112
|
-
.bx-globe:before {
|
2113
|
-
content: "\eb11";
|
2114
|
-
}
|
2115
|
-
.bx-globe-alt:before {
|
2116
|
-
content: "\eb12";
|
2117
|
-
}
|
2118
|
-
.bx-grid:before {
|
2119
|
-
content: "\eb13";
|
2120
|
-
}
|
2121
|
-
.bx-grid-alt:before {
|
2122
|
-
content: "\eb14";
|
2123
|
-
}
|
2124
|
-
.bx-handicap:before {
|
2125
|
-
content: "\eb15";
|
2126
|
-
}
|
2127
|
-
.bx-hash:before {
|
2128
|
-
content: "\eb16";
|
2129
|
-
}
|
2130
|
-
.bx-hdd:before {
|
2131
|
-
content: "\eb17";
|
2132
|
-
}
|
2133
|
-
.bx-heading:before {
|
2134
|
-
content: "\eb18";
|
2135
|
-
}
|
2136
|
-
.bx-headphone:before {
|
2137
|
-
content: "\eb19";
|
2138
|
-
}
|
2139
|
-
.bx-heart:before {
|
2140
|
-
content: "\eb1a";
|
2141
|
-
}
|
2142
|
-
.bx-hexagon:before {
|
2143
|
-
content: "\eb1b";
|
2144
|
-
}
|
2145
|
-
.bx-hide:before {
|
2146
|
-
content: "\eb1c";
|
2147
|
-
}
|
2148
|
-
.bx-highlight:before {
|
2149
|
-
content: "\eb1d";
|
2150
|
-
}
|
2151
|
-
.bx-history:before {
|
2152
|
-
content: "\eb1e";
|
2153
|
-
}
|
2154
|
-
.bx-home:before {
|
2155
|
-
content: "\eb1f";
|
2156
|
-
}
|
2157
|
-
.bx-home-alt:before {
|
2158
|
-
content: "\eb20";
|
2159
|
-
}
|
2160
|
-
.bx-horizontal-center:before {
|
2161
|
-
content: "\eb21";
|
2162
|
-
}
|
2163
|
-
.bx-hot:before {
|
2164
|
-
content: "\eb22";
|
2165
|
-
}
|
2166
|
-
.bx-hotel:before {
|
2167
|
-
content: "\eb23";
|
2168
|
-
}
|
2169
|
-
.bx-hourglass:before {
|
2170
|
-
content: "\eb24";
|
2171
|
-
}
|
2172
|
-
.bx-idea:before {
|
2173
|
-
content: "\eb25";
|
2174
|
-
}
|
2175
|
-
.bx-image:before {
|
2176
|
-
content: "\eb26";
|
2177
|
-
}
|
2178
|
-
.bx-image-alt:before {
|
2179
|
-
content: "\eb27";
|
2180
|
-
}
|
2181
|
-
.bx-images:before {
|
2182
|
-
content: "\eb28";
|
2183
|
-
}
|
2184
|
-
.bx-import:before {
|
2185
|
-
content: "\eb29";
|
2186
|
-
}
|
2187
|
-
.bx-inbox:before {
|
2188
|
-
content: "\eb2a";
|
2189
|
-
}
|
2190
|
-
.bx-infinite:before {
|
2191
|
-
content: "\eb2b";
|
2192
|
-
}
|
2193
|
-
.bx-info:before {
|
2194
|
-
content: "\eb2c";
|
2195
|
-
}
|
2196
|
-
.bx-info-circle:before {
|
2197
|
-
content: "\eb2d";
|
2198
|
-
}
|
2199
|
-
.bx-italic:before {
|
2200
|
-
content: "\eb2e";
|
2201
|
-
}
|
2202
|
-
.bx-joystick:before {
|
2203
|
-
content: "\eb2f";
|
2204
|
-
}
|
2205
|
-
.bx-joystick-alt:before {
|
2206
|
-
content: "\eb30";
|
2207
|
-
}
|
2208
|
-
.bx-key:before {
|
2209
|
-
content: "\eb31";
|
2210
|
-
}
|
2211
|
-
.bx-laptop:before {
|
2212
|
-
content: "\eb32";
|
2213
|
-
}
|
2214
|
-
.bx-last-page:before {
|
2215
|
-
content: "\eb33";
|
2216
|
-
}
|
2217
|
-
.bx-layer:before {
|
2218
|
-
content: "\eb34";
|
2219
|
-
}
|
2220
|
-
.bx-layout:before {
|
2221
|
-
content: "\eb35";
|
2222
|
-
}
|
2223
|
-
.bx-left-arrow:before {
|
2224
|
-
content: "\eb36";
|
2225
|
-
}
|
2226
|
-
.bx-left-arrow-circle:before {
|
2227
|
-
content: "\eb37";
|
2228
|
-
}
|
2229
|
-
.bx-left-bottom-arrow-circle:before {
|
2230
|
-
content: "\eb38";
|
2231
|
-
}
|
2232
|
-
.bx-left-indent:before {
|
2233
|
-
content: "\eb39";
|
2234
|
-
}
|
2235
|
-
.bx-left-top-arrow-circle:before {
|
2236
|
-
content: "\eb3a";
|
2237
|
-
}
|
2238
|
-
.bx-like:before {
|
2239
|
-
content: "\eb3b";
|
2240
|
-
}
|
2241
|
-
.bx-link:before {
|
2242
|
-
content: "\eb3c";
|
2243
|
-
}
|
2244
|
-
.bx-link-alt:before {
|
2245
|
-
content: "\eb3d";
|
2246
|
-
}
|
2247
|
-
.bx-link-external:before {
|
2248
|
-
content: "\eb3e";
|
2249
|
-
}
|
2250
|
-
.bx-list:before {
|
2251
|
-
content: "\eb3f";
|
2252
|
-
}
|
2253
|
-
.bx-list-alt:before {
|
2254
|
-
content: "\eb40";
|
2255
|
-
}
|
2256
|
-
.bx-list-check:before {
|
2257
|
-
content: "\eb41";
|
2258
|
-
}
|
2259
|
-
.bx-list-ol:before {
|
2260
|
-
content: "\eb42";
|
2261
|
-
}
|
2262
|
-
.bx-list-plus:before {
|
2263
|
-
content: "\eb43";
|
2264
|
-
}
|
2265
|
-
.bx-list-ul:before {
|
2266
|
-
content: "\eb44";
|
2267
|
-
}
|
2268
|
-
.bx-list-x:before {
|
2269
|
-
content: "\eb45";
|
2270
|
-
}
|
2271
|
-
.bx-loader:before {
|
2272
|
-
content: "\eb46";
|
2273
|
-
}
|
2274
|
-
.bx-loader-alt:before {
|
2275
|
-
content: "\eb47";
|
2276
|
-
}
|
2277
|
-
.bx-loader-circle:before {
|
2278
|
-
content: "\eb48";
|
2279
|
-
}
|
2280
|
-
.bx-lock:before {
|
2281
|
-
content: "\eb49";
|
2282
|
-
}
|
2283
|
-
.bx-lock-open:before {
|
2284
|
-
content: "\eb4a";
|
2285
|
-
}
|
2286
|
-
.bx-log-in:before {
|
2287
|
-
content: "\eb4b";
|
2288
|
-
}
|
2289
|
-
.bx-log-out:before {
|
2290
|
-
content: "\eb4c";
|
2291
|
-
}
|
2292
|
-
.bx-magic-wand:before {
|
2293
|
-
content: "\eb4d";
|
2294
|
-
}
|
2295
|
-
.bx-male:before {
|
2296
|
-
content: "\eb4e";
|
2297
|
-
}
|
2298
|
-
.bx-map:before {
|
2299
|
-
content: "\eb4f";
|
2300
|
-
}
|
2301
|
-
.bx-map-alt:before {
|
2302
|
-
content: "\eb50";
|
2303
|
-
}
|
2304
|
-
.bx-map-pin:before {
|
2305
|
-
content: "\eb51";
|
2306
|
-
}
|
2307
|
-
.bx-menu:before {
|
2308
|
-
content: "\eb52";
|
2309
|
-
}
|
2310
|
-
.bx-menu-alt-left:before {
|
2311
|
-
content: "\eb53";
|
2312
|
-
}
|
2313
|
-
.bx-menu-alt-right:before {
|
2314
|
-
content: "\eb54";
|
2315
|
-
}
|
2316
|
-
.bx-message:before {
|
2317
|
-
content: "\eb55";
|
2318
|
-
}
|
2319
|
-
.bx-message-alt:before {
|
2320
|
-
content: "\eb56";
|
2321
|
-
}
|
2322
|
-
.bx-message-detail:before {
|
2323
|
-
content: "\eb57";
|
2324
|
-
}
|
2325
|
-
.bx-message-rounded:before {
|
2326
|
-
content: "\eb58";
|
2327
|
-
}
|
2328
|
-
.bx-microphone:before {
|
2329
|
-
content: "\eb59";
|
2330
|
-
}
|
2331
|
-
.bx-microphone-off:before {
|
2332
|
-
content: "\eb5a";
|
2333
|
-
}
|
2334
|
-
.bx-minus:before {
|
2335
|
-
content: "\eb5b";
|
2336
|
-
}
|
2337
|
-
.bx-minus-circle:before {
|
2338
|
-
content: "\eb5c";
|
2339
|
-
}
|
2340
|
-
.bx-mobile:before {
|
2341
|
-
content: "\eb5d";
|
2342
|
-
}
|
2343
|
-
.bx-mobile-alt:before {
|
2344
|
-
content: "\eb5e";
|
2345
|
-
}
|
2346
|
-
.bx-mobile-message:before {
|
2347
|
-
content: "\eb5f";
|
2348
|
-
}
|
2349
|
-
.bx-moon:before {
|
2350
|
-
content: "\eb60";
|
2351
|
-
}
|
2352
|
-
.bx-mouse:before {
|
2353
|
-
content: "\eb61";
|
2354
|
-
}
|
2355
|
-
.bx-move:before {
|
2356
|
-
content: "\eb62";
|
2357
|
-
}
|
2358
|
-
.bx-movie:before {
|
2359
|
-
content: "\eb63";
|
2360
|
-
}
|
2361
|
-
.bx-music:before {
|
2362
|
-
content: "\eb64";
|
2363
|
-
}
|
2364
|
-
.bx-navigation:before {
|
2365
|
-
content: "\eb65";
|
2366
|
-
}
|
2367
|
-
.bx-news:before {
|
2368
|
-
content: "\eb66";
|
2369
|
-
}
|
2370
|
-
.bx-newsletter:before {
|
2371
|
-
content: "\eb67";
|
2372
|
-
}
|
2373
|
-
.bx-notification:before {
|
2374
|
-
content: "\eb68";
|
2375
|
-
}
|
2376
|
-
.bx-notification-off:before {
|
2377
|
-
content: "\eb69";
|
2378
|
-
}
|
2379
|
-
.bx-octagon:before {
|
2380
|
-
content: "\eb6a";
|
2381
|
-
}
|
2382
|
-
.bx-package:before {
|
2383
|
-
content: "\eb6b";
|
2384
|
-
}
|
2385
|
-
.bx-paperclip:before {
|
2386
|
-
content: "\eb6c";
|
2387
|
-
}
|
2388
|
-
.bx-paper-plane:before {
|
2389
|
-
content: "\eb6d";
|
2390
|
-
}
|
2391
|
-
.bx-paragraph:before {
|
2392
|
-
content: "\eb6e";
|
2393
|
-
}
|
2394
|
-
.bx-paste:before {
|
2395
|
-
content: "\eb6f";
|
2396
|
-
}
|
2397
|
-
.bx-pause:before {
|
2398
|
-
content: "\eb70";
|
2399
|
-
}
|
2400
|
-
.bx-pause-circle:before {
|
2401
|
-
content: "\eb71";
|
2402
|
-
}
|
2403
|
-
.bx-pen:before {
|
2404
|
-
content: "\eb72";
|
2405
|
-
}
|
2406
|
-
.bx-pencil:before {
|
2407
|
-
content: "\eb73";
|
2408
|
-
}
|
2409
|
-
.bx-phone:before {
|
2410
|
-
content: "\eb74";
|
2411
|
-
}
|
2412
|
-
.bx-phone-call:before {
|
2413
|
-
content: "\eb75";
|
2414
|
-
}
|
2415
|
-
.bx-phone-incoming:before {
|
2416
|
-
content: "\eb76";
|
2417
|
-
}
|
2418
|
-
.bx-phone-outgoing:before {
|
2419
|
-
content: "\eb77";
|
2420
|
-
}
|
2421
|
-
.bx-photo-album:before {
|
2422
|
-
content: "\eb78";
|
2423
|
-
}
|
2424
|
-
.bx-pie-chart:before {
|
2425
|
-
content: "\eb79";
|
2426
|
-
}
|
2427
|
-
.bx-pie-chart-alt:before {
|
2428
|
-
content: "\eb7a";
|
2429
|
-
}
|
2430
|
-
.bx-pin:before {
|
2431
|
-
content: "\eb7b";
|
2432
|
-
}
|
2433
|
-
.bx-planet:before {
|
2434
|
-
content: "\eb7c";
|
2435
|
-
}
|
2436
|
-
.bx-play:before {
|
2437
|
-
content: "\eb7d";
|
2438
|
-
}
|
2439
|
-
.bx-play-circle:before {
|
2440
|
-
content: "\eb7e";
|
2441
|
-
}
|
2442
|
-
.bx-playlist:before {
|
2443
|
-
content: "\eb7f";
|
2444
|
-
}
|
2445
|
-
.bx-plug:before {
|
2446
|
-
content: "\eb80";
|
2447
|
-
}
|
2448
|
-
.bx-plus:before {
|
2449
|
-
content: "\eb81";
|
2450
|
-
}
|
2451
|
-
.bx-plus-circle:before {
|
2452
|
-
content: "\eb82";
|
2453
|
-
}
|
2454
|
-
.bx-poll:before {
|
2455
|
-
content: "\eb83";
|
2456
|
-
}
|
2457
|
-
.bx-popular:before {
|
2458
|
-
content: "\eb84";
|
2459
|
-
}
|
2460
|
-
.bx-power-off:before {
|
2461
|
-
content: "\eb85";
|
2462
|
-
}
|
2463
|
-
.bx-printer:before {
|
2464
|
-
content: "\eb86";
|
2465
|
-
}
|
2466
|
-
.bx-pulse:before {
|
2467
|
-
content: "\eb87";
|
2468
|
-
}
|
2469
|
-
.bx-purchase-tag:before {
|
2470
|
-
content: "\eb88";
|
2471
|
-
}
|
2472
|
-
.bx-question-mark:before {
|
2473
|
-
content: "\eb89";
|
2474
|
-
}
|
2475
|
-
.bx-quote-left:before {
|
2476
|
-
content: "\eb8a";
|
2477
|
-
}
|
2478
|
-
.bx-quote-right:before {
|
2479
|
-
content: "\eb8b";
|
2480
|
-
}
|
2481
|
-
.bx-radar:before {
|
2482
|
-
content: "\eb8c";
|
2483
|
-
}
|
2484
|
-
.bx-radio:before {
|
2485
|
-
content: "\eb8d";
|
2486
|
-
}
|
2487
|
-
.bx-radio-circle:before {
|
2488
|
-
content: "\eb8e";
|
2489
|
-
}
|
2490
|
-
.bx-radio-circle-marked:before {
|
2491
|
-
content: "\eb8f";
|
2492
|
-
}
|
2493
|
-
.bx-rectangle:before {
|
2494
|
-
content: "\eb90";
|
2495
|
-
}
|
2496
|
-
.bx-redo:before {
|
2497
|
-
content: "\eb91";
|
2498
|
-
}
|
2499
|
-
.bx-rename:before {
|
2500
|
-
content: "\eb92";
|
2501
|
-
}
|
2502
|
-
.bx-reply:before {
|
2503
|
-
content: "\eb93";
|
2504
|
-
}
|
2505
|
-
.bx-reply-all:before {
|
2506
|
-
content: "\eb94";
|
2507
|
-
}
|
2508
|
-
.bx-report:before {
|
2509
|
-
content: "\eb95";
|
2510
|
-
}
|
2511
|
-
.bx-repost:before {
|
2512
|
-
content: "\eb96";
|
2513
|
-
}
|
2514
|
-
.bx-reset:before {
|
2515
|
-
content: "\eb97";
|
2516
|
-
}
|
2517
|
-
.bx-restaurant:before {
|
2518
|
-
content: "\eb98";
|
2519
|
-
}
|
2520
|
-
.bx-revision:before {
|
2521
|
-
content: "\eb99";
|
2522
|
-
}
|
2523
|
-
.bx-rewind:before {
|
2524
|
-
content: "\eb9a";
|
2525
|
-
}
|
2526
|
-
.bx-ribbon:before {
|
2527
|
-
content: "\eb9b";
|
2528
|
-
}
|
2529
|
-
.bx-right-arrow:before {
|
2530
|
-
content: "\eb9c";
|
2531
|
-
}
|
2532
|
-
.bx-right-arrow-circle:before {
|
2533
|
-
content: "\eb9d";
|
2534
|
-
}
|
2535
|
-
.bx-right-down-arrow-circle:before {
|
2536
|
-
content: "\eb9e";
|
2537
|
-
}
|
2538
|
-
.bx-right-indent:before {
|
2539
|
-
content: "\eb9f";
|
2540
|
-
}
|
2541
|
-
.bx-right-top-arrow-circle:before {
|
2542
|
-
content: "\eba0";
|
2543
|
-
}
|
2544
|
-
.bx-rocket:before {
|
2545
|
-
content: "\eba1";
|
2546
|
-
}
|
2547
|
-
.bx-rotate:before {
|
2548
|
-
content: "\eba2";
|
2549
|
-
}
|
2550
|
-
.bx-rss:before {
|
2551
|
-
content: "\eba3";
|
2552
|
-
}
|
2553
|
-
.bx-ruler:before {
|
2554
|
-
content: "\eba4";
|
2555
|
-
}
|
2556
|
-
.bx-save:before {
|
2557
|
-
content: "\eba5";
|
2558
|
-
}
|
2559
|
-
.bx-screenshot:before {
|
2560
|
-
content: "\eba6";
|
2561
|
-
}
|
2562
|
-
.bx-search:before {
|
2563
|
-
content: "\eba7";
|
2564
|
-
}
|
2565
|
-
.bx-select-arrows:before {
|
2566
|
-
content: "\eba8";
|
2567
|
-
}
|
2568
|
-
.bx-selection:before {
|
2569
|
-
content: "\eba9";
|
2570
|
-
}
|
2571
|
-
.bx-select-multiple:before {
|
2572
|
-
content: "\ebaa";
|
2573
|
-
}
|
2574
|
-
.bx-send:before {
|
2575
|
-
content: "\ebab";
|
2576
|
-
}
|
2577
|
-
.bx-server:before {
|
2578
|
-
content: "\ebac";
|
2579
|
-
}
|
2580
|
-
.bx-share:before {
|
2581
|
-
content: "\ebad";
|
2582
|
-
}
|
2583
|
-
.bx-share-alt:before {
|
2584
|
-
content: "\ebae";
|
2585
|
-
}
|
2586
|
-
.bx-shield:before {
|
2587
|
-
content: "\ebaf";
|
2588
|
-
}
|
2589
|
-
.bx-shield-alt:before {
|
2590
|
-
content: "\ebb0";
|
2591
|
-
}
|
2592
|
-
.bx-shopping-bag:before {
|
2593
|
-
content: "\ebb1";
|
2594
|
-
}
|
2595
|
-
.bx-shopping-bag-alt:before {
|
2596
|
-
content: "\ebb2";
|
2597
|
-
}
|
2598
|
-
.bx-show:before {
|
2599
|
-
content: "\ebb3";
|
2600
|
-
}
|
2601
|
-
.bx-shuffle:before {
|
2602
|
-
content: "\ebb4";
|
2603
|
-
}
|
2604
|
-
.bx-shuffle-alt:before {
|
2605
|
-
content: "\ebb5";
|
2606
|
-
}
|
2607
|
-
.bx-sidebar:before {
|
2608
|
-
content: "\ebb6";
|
2609
|
-
}
|
2610
|
-
.bx-sitemap:before {
|
2611
|
-
content: "\ebb7";
|
2612
|
-
}
|
2613
|
-
.bx-skip-next:before {
|
2614
|
-
content: "\ebb8";
|
2615
|
-
}
|
2616
|
-
.bx-skip-next-circle:before {
|
2617
|
-
content: "\ebb9";
|
2618
|
-
}
|
2619
|
-
.bx-skip-previous:before {
|
2620
|
-
content: "\ebba";
|
2621
|
-
}
|
2622
|
-
.bx-skip-previous-circle:before {
|
2623
|
-
content: "\ebbb";
|
2624
|
-
}
|
2625
|
-
.bx-skull:before {
|
2626
|
-
content: "\ebbc";
|
2627
|
-
}
|
2628
|
-
.bx-slider:before {
|
2629
|
-
content: "\ebbd";
|
2630
|
-
}
|
2631
|
-
.bx-slider-alt:before {
|
2632
|
-
content: "\ebbe";
|
2633
|
-
}
|
2634
|
-
.bx-smiley-happy:before {
|
2635
|
-
content: "\ebbf";
|
2636
|
-
}
|
2637
|
-
.bx-smiley-meh:before {
|
2638
|
-
content: "\ebc0";
|
2639
|
-
}
|
2640
|
-
.bx-smiley-sad:before {
|
2641
|
-
content: "\ebc1";
|
2642
|
-
}
|
2643
|
-
.bx-snowflake:before {
|
2644
|
-
content: "\ebc2";
|
2645
|
-
}
|
2646
|
-
.bx-sort:before {
|
2647
|
-
content: "\ebc3";
|
2648
|
-
}
|
2649
|
-
.bx-sort-alt:before {
|
2650
|
-
content: "\ebc4";
|
2651
|
-
}
|
2652
|
-
.bx-spectacles:before {
|
2653
|
-
content: "\ebc5";
|
2654
|
-
}
|
2655
|
-
.bx-spreadsheet:before {
|
2656
|
-
content: "\ebc6";
|
2657
|
-
}
|
2658
|
-
.bx-star:before {
|
2659
|
-
content: "\ebc7";
|
2660
|
-
}
|
2661
|
-
.bx-station:before {
|
2662
|
-
content: "\ebc8";
|
2663
|
-
}
|
2664
|
-
.bx-stop:before {
|
2665
|
-
content: "\ebc9";
|
2666
|
-
}
|
2667
|
-
.bx-stop-circle:before {
|
2668
|
-
content: "\ebca";
|
2669
|
-
}
|
2670
|
-
.bx-stopwatch:before {
|
2671
|
-
content: "\ebcb";
|
2672
|
-
}
|
2673
|
-
.bx-store:before {
|
2674
|
-
content: "\ebcc";
|
2675
|
-
}
|
2676
|
-
.bx-strikethrough:before {
|
2677
|
-
content: "\ebcd";
|
2678
|
-
}
|
2679
|
-
.bx-subdirectory-left:before {
|
2680
|
-
content: "\ebce";
|
2681
|
-
}
|
2682
|
-
.bx-subdirectory-right:before {
|
2683
|
-
content: "\ebcf";
|
2684
|
-
}
|
2685
|
-
.bx-sun:before {
|
2686
|
-
content: "\ebd0";
|
2687
|
-
}
|
2688
|
-
.bx-support:before {
|
2689
|
-
content: "\ebd1";
|
2690
|
-
}
|
2691
|
-
.bx-swim:before {
|
2692
|
-
content: "\ebd2";
|
2693
|
-
}
|
2694
|
-
.bx-sync:before {
|
2695
|
-
content: "\ebd3";
|
2696
|
-
}
|
2697
|
-
.bx-tab:before {
|
2698
|
-
content: "\ebd4";
|
2699
|
-
}
|
2700
|
-
.bx-table:before {
|
2701
|
-
content: "\ebd5";
|
2702
|
-
}
|
2703
|
-
.bx-tag:before {
|
2704
|
-
content: "\ebd6";
|
2705
|
-
}
|
2706
|
-
.bx-tag-x:before {
|
2707
|
-
content: "\ebd7";
|
2708
|
-
}
|
2709
|
-
.bx-target-lock:before {
|
2710
|
-
content: "\ebd8";
|
2711
|
-
}
|
2712
|
-
.bx-task:before {
|
2713
|
-
content: "\ebd9";
|
2714
|
-
}
|
2715
|
-
.bx-taxi:before {
|
2716
|
-
content: "\ebda";
|
2717
|
-
}
|
2718
|
-
.bx-tennis-ball:before {
|
2719
|
-
content: "\ebdb";
|
2720
|
-
}
|
2721
|
-
.bx-terminal:before {
|
2722
|
-
content: "\ebdc";
|
2723
|
-
}
|
2724
|
-
.bx-text:before {
|
2725
|
-
content: "\ebdd";
|
2726
|
-
}
|
2727
|
-
.bx-thermometer:before {
|
2728
|
-
content: "\ebde";
|
2729
|
-
}
|
2730
|
-
.bx-time:before {
|
2731
|
-
content: "\ebdf";
|
2732
|
-
}
|
2733
|
-
.bx-timer:before {
|
2734
|
-
content: "\ebe0";
|
2735
|
-
}
|
2736
|
-
.bx-toggle:before {
|
2737
|
-
content: "\ebe1";
|
2738
|
-
}
|
2739
|
-
.bx-toggle-left:before {
|
2740
|
-
content: "\ebe2";
|
2741
|
-
}
|
2742
|
-
.bx-toggle-right:before {
|
2743
|
-
content: "\ebe3";
|
2744
|
-
}
|
2745
|
-
.bx-torch:before {
|
2746
|
-
content: "\ebe4";
|
2747
|
-
}
|
2748
|
-
.bx-to-top:before {
|
2749
|
-
content: "\ebe5";
|
2750
|
-
}
|
2751
|
-
.bx-train:before {
|
2752
|
-
content: "\ebe6";
|
2753
|
-
}
|
2754
|
-
.bx-transfer:before {
|
2755
|
-
content: "\ebe7";
|
2756
|
-
}
|
2757
|
-
.bx-trash:before {
|
2758
|
-
content: "\ebe8";
|
2759
|
-
}
|
2760
|
-
.bx-trash-alt:before {
|
2761
|
-
content: "\ebe9";
|
2762
|
-
}
|
2763
|
-
.bx-trending-down:before {
|
2764
|
-
content: "\ebea";
|
2765
|
-
}
|
2766
|
-
.bx-trending-up:before {
|
2767
|
-
content: "\ebeb";
|
2768
|
-
}
|
2769
|
-
.bx-triangle:before {
|
2770
|
-
content: "\ebec";
|
2771
|
-
}
|
2772
|
-
.bx-trophy:before {
|
2773
|
-
content: "\ebed";
|
2774
|
-
}
|
2775
|
-
.bx-trophy-star:before {
|
2776
|
-
content: "\ebee";
|
2777
|
-
}
|
2778
|
-
.bx-truck:before {
|
2779
|
-
content: "\ebef";
|
2780
|
-
}
|
2781
|
-
.bx-t-shirt:before {
|
2782
|
-
content: "\ebf0";
|
2783
|
-
}
|
2784
|
-
.bx-tv:before {
|
2785
|
-
content: "\ebf1";
|
2786
|
-
}
|
2787
|
-
.bx-umbrella:before {
|
2788
|
-
content: "\ebf2";
|
2789
|
-
}
|
2790
|
-
.bx-underline:before {
|
2791
|
-
content: "\ebf3";
|
2792
|
-
}
|
2793
|
-
.bx-undo:before {
|
2794
|
-
content: "\ebf4";
|
2795
|
-
}
|
2796
|
-
.bx-up-arrow:before {
|
2797
|
-
content: "\ebf5";
|
2798
|
-
}
|
2799
|
-
.bx-up-arrow-circle:before {
|
2800
|
-
content: "\ebf6";
|
2801
|
-
}
|
2802
|
-
.bx-upload:before {
|
2803
|
-
content: "\ebf7";
|
2804
|
-
}
|
2805
|
-
.bx-upvote:before {
|
2806
|
-
content: "\ebf8";
|
2807
|
-
}
|
2808
|
-
.bx-usb:before {
|
2809
|
-
content: "\ebf9";
|
2810
|
-
}
|
2811
|
-
.bx-user:before {
|
2812
|
-
content: "\ebfa";
|
2813
|
-
}
|
2814
|
-
.bx-user-check:before {
|
2815
|
-
content: "\ebfb";
|
2816
|
-
}
|
2817
|
-
.bx-user-circle:before {
|
2818
|
-
content: "\ebfc";
|
2819
|
-
}
|
2820
|
-
.bx-user-detail:before {
|
2821
|
-
content: "\ebfd";
|
2822
|
-
}
|
2823
|
-
.bx-user-group:before {
|
2824
|
-
content: "\ebfe";
|
2825
|
-
}
|
2826
|
-
.bx-user-minus:before {
|
2827
|
-
content: "\ebff";
|
2828
|
-
}
|
2829
|
-
.bx-user-plus:before {
|
2830
|
-
content: "\ec00";
|
2831
|
-
}
|
2832
|
-
.bx-user-x:before {
|
2833
|
-
content: "\ec01";
|
2834
|
-
}
|
2835
|
-
.bx-vertical-center:before {
|
2836
|
-
content: "\ec02";
|
2837
|
-
}
|
2838
|
-
.bx-video:before {
|
2839
|
-
content: "\ec03";
|
2840
|
-
}
|
2841
|
-
.bx-video-off:before {
|
2842
|
-
content: "\ec04";
|
2843
|
-
}
|
2844
|
-
.bx-video-plus:before {
|
2845
|
-
content: "\ec05";
|
2846
|
-
}
|
2847
|
-
.bx-videos:before {
|
2848
|
-
content: "\ec06";
|
2849
|
-
}
|
2850
|
-
.bx-voicemail:before {
|
2851
|
-
content: "\ec07";
|
2852
|
-
}
|
2853
|
-
.bx-volume:before {
|
2854
|
-
content: "\ec08";
|
2855
|
-
}
|
2856
|
-
.bx-volume-full:before {
|
2857
|
-
content: "\ec09";
|
2858
|
-
}
|
2859
|
-
.bx-volume-low:before {
|
2860
|
-
content: "\ec0a";
|
2861
|
-
}
|
2862
|
-
.bx-volume-mute:before {
|
2863
|
-
content: "\ec0b";
|
2864
|
-
}
|
2865
|
-
.bx-wallet:before {
|
2866
|
-
content: "\ec0c";
|
2867
|
-
}
|
2868
|
-
.bx-watch:before {
|
2869
|
-
content: "\ec0d";
|
2870
|
-
}
|
2871
|
-
.bx-watch-alt:before {
|
2872
|
-
content: "\ec0e";
|
2873
|
-
}
|
2874
|
-
.bx-water:before {
|
2875
|
-
content: "\ec0f";
|
2876
|
-
}
|
2877
|
-
.bx-widget:before {
|
2878
|
-
content: "\ec10";
|
2879
|
-
}
|
2880
|
-
.bx-wifi:before {
|
2881
|
-
content: "\ec11";
|
2882
|
-
}
|
2883
|
-
.bx-wind:before {
|
2884
|
-
content: "\ec12";
|
2885
|
-
}
|
2886
|
-
.bx-window:before {
|
2887
|
-
content: "\ec13";
|
2888
|
-
}
|
2889
|
-
.bx-window-close:before {
|
2890
|
-
content: "\ec14";
|
2891
|
-
}
|
2892
|
-
.bx-window-open:before {
|
2893
|
-
content: "\ec15";
|
2894
|
-
}
|
2895
|
-
.bx-windows:before {
|
2896
|
-
content: "\ec16";
|
2897
|
-
}
|
2898
|
-
.bx-world:before {
|
2899
|
-
content: "\ec17";
|
2900
|
-
}
|
2901
|
-
.bx-wrench:before {
|
2902
|
-
content: "\ec18";
|
2903
|
-
}
|
2904
|
-
.bx-x:before {
|
2905
|
-
content: "\ec19";
|
2906
|
-
}
|
2907
|
-
.bx-x-circle:before {
|
2908
|
-
content: "\ec1a";
|
2909
|
-
}
|
2910
|
-
.bx-zap:before {
|
2911
|
-
content: "\ec1b";
|
2912
|
-
}
|
2913
|
-
.bx-zoom-in:before {
|
2914
|
-
content: "\ec1c";
|
2915
|
-
}
|
2916
|
-
.bx-zoom-out:before {
|
2917
|
-
content: "\ec1d";
|
2918
|
-
}
|