Plugin Directory

Changeset 3140708


Ignore:
Timestamp:
08/24/2024 09:56:00 AM (7 months ago)
Author:
yukyhendiawan
Message:

update version 1.2.8

Location:
import-export-menu
Files:
53 added
8 edited

Legend:

Unmodified
Added
Removed
  • import-export-menu/trunk/CHANGELOG.md

    r3139131 r3140708  
    11
     2
     3## [1.2.8](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.7...1.2.8) (2024-08-24)
     4
     5
     6### Bug Fixes
     7
     8* **api:** improve logic for fetching GitHub releases ([eac3a75](https://github.com/yukyhendiawan/import-export-menu/commit/eac3a756dea3fc5a0dfa9a0e0287b1a3503252ab))
     9* linting css ([b663f1e](https://github.com/yukyhendiawan/import-export-menu/commit/b663f1e8926e0321c039d531717c86190dc15400))
     10* text-domain ([5d4d068](https://github.com/yukyhendiawan/import-export-menu/commit/5d4d0685cb1189048cb5507f2ea8bde50389fe92))
     11* wp remote get logic data ([6f1f4d4](https://github.com/yukyhendiawan/import-export-menu/commit/6f1f4d4dc5fe00e240cd35bb6eefcab6bd987ce3))
     12
     13
     14### Code Refactoring
     15
     16* bug reporting link ([ed3a42f](https://github.com/yukyhendiawan/import-export-menu/commit/ed3a42fad804ff43653768a48b77f1dc4b7bc12b))
     17* slug submenu page ([ae8e209](https://github.com/yukyhendiawan/import-export-menu/commit/ae8e209ebe367f2c45a801e54f7239e58997b598))
     18
     19
     20### Build System
     21
     22* add postcss-scss for SCSS linting ([4cde03d](https://github.com/yukyhendiawan/import-export-menu/commit/4cde03d1d6a9ff508dc5e0ee48d0ef5466379c8d))
     23* **lint:** add lint:css:all:fix command to fix CSS issues ([1c4549e](https://github.com/yukyhendiawan/import-export-menu/commit/1c4549e797eaccb71d66b4106c2635b6f0ca13aa))
    224
    325## [1.2.7](https://github.com/yukyhendiawan/import-export-menu/compare/1.2.6...1.2.7) (2024-08-21)
  • import-export-menu/trunk/README.txt

    r3139131 r3140708  
    44Requires at least: 6.0
    55Tested up to:      6.6
    6 Stable tag:        1.2.7
     6Stable tag:        1.2.8
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
  • import-export-menu/trunk/admin/class-import-export-menu-admin.php

    r3138323 r3140708  
    6363
    6464        // Check if the current admin page is the Import Export Menu admin page or the About page.
    65         if ( 'toplevel_page_import-export-menu' === $hook || 'import-export-menu_page_information' === $hook ) {
     65        if ( 'toplevel_page_import-export-menu' === $hook || 'import-export-menu_page_import-export-menu-information' === $hook ) {
    6666            // Enqueue the CSS file for the Import Export Menu admin page.
    6767            wp_enqueue_style(
     
    8888    public function enqueue_scripts( $hook ) {
    8989
    90         if ( 'toplevel_page_import-export-menu' === $hook || 'import-export-menu_page_information' === $hook ) {
     90        if ( 'toplevel_page_import-export-menu' === $hook || 'import-export-menu_page_import-export-menu-information' === $hook ) {
    9191            // Enqueue the SweetAlert JavaScript library.
    9292            wp_enqueue_script( $this->plugin_name . '-sweetalert', plugins_url( 'import-export-menu' ) . '/assets/js/sweetalert.min.js', array(), $this->version, true );
     
    124124        // Check if the current page is in the WordPress admin area.
    125125        if ( is_admin() ) {
    126             if ( 'import-export-menu' === $plugin_page || 'information' === $plugin_page ) {
     126            if ( 'import-export-menu' === $plugin_page || 'import-export-menu-information' === $plugin_page ) {
    127127                remove_all_actions( 'admin_notices' );
    128128            }
     
    167167            __( 'Information', 'import-export-menu' ), // Menu title.
    168168            'manage_options', // Capability required.
    169             'information', // Menu slug.
     169            'import-export-menu-information', // Menu slug.
    170170            array( $this, 'callback_template_for_information_menu' ) // Callback function.
    171171        );
     
    197197    public function callback_template_for_information_menu() {
    198198        // Define the path to the template file.
    199         $template_path = plugin_dir_path( __FILE__ ) . 'partials/content.php';
     199        $template_path = plugin_dir_path( __FILE__ ) . 'partials/information.php';
    200200
    201201        // Check if the template file exists.
  • import-export-menu/trunk/assets/css/import-export-menu-admin.css

    r3138323 r3140708  
    543543
    544544.wrap section.report .mycontainer .myrow .col-left span.email {
    545     display: block;
     545    display: inline-block;
    546546    font-weight: 700;
    547547    text-transform: lowercase;
  • import-export-menu/trunk/assets/css/import-export-menu-admin.min.css

    r3138323 r3140708  
    1 :root{--import-export-menu-bg:#026bc0;--import-export-menu-light-color:#fdfdfd}.wrap h1{margin-bottom:25px}.wrap button{padding:20px;padding:10px;background:var(--import-export-menu-bg);color:var(--import-export-menu-light-color);border:none;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center}.wrap .divider{display:block;margin:50px 0}.wrap .loader{display:flex;display:none;flex-wrap:wrap;column-gap:5px;margin-left:12px}.wrap .dot{height:8px;width:8px;border-radius:50%;background:var(--import-export-menu-light-color);animation:animate .5s ease-in-out infinite alternate}.wrap .dot .dot:nth-child(1){animation-delay:-.25s}.wrap .dot .dot:nth-child(2){animation-delay:-.5s}.wrap .dot .dot:nth-child(3){animation-delay:-.75s}@keyframes animate{0%{transform:translateY(-4px)}100%{transform:translateY(2px)}}.wrap{padding:2%;color:#756275}.wrap ::-webkit-scrollbar{height:10px}.wrap ::-webkit-scrollbar-track{background:#dcdcdc;border-radius:8px}.wrap ::-webkit-scrollbar-thumb{background:#777;border-radius:8px}.wrap a{color:#0060f3}.wrap a:focus{box-shadow:none;outline:0;border:1px dotted;text-decoration:none}.wrap .data-content.hide{display:none}.wrap .data-content.active{display:block}.wrap .col-right.ads{width:330px;text-transform:capitalize}.wrap .col-right.ads .box-sidebar{padding:30px;box-sizing:border-box;background:#fff;background:linear-gradient(50deg,#0bc715,rgba(40,188,106,.5215686275));box-shadow:0 0 30px rgba(246,246,246,.4901960784);border-bottom:1px solid #f7f7f7;border-radius:5px;margin-bottom:30px}.wrap .col-right.ads .box-sidebar h3{font-size:22px;color:#fff;line-height:1.6;margin:0;padding:0}.wrap .col-right.ads .box-sidebar p{font-size:16px;color:#fff;margin-bottom:20px}.wrap .col-right.ads .box-sidebar a{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:10px;background:#0060f3;font-size:14px;border-radius:50px;text-decoration:none;line-height:1.6;margin:0;margin-right:12px;text-transform:capitalize;color:#fff;font-weight:600;width:155px}.wrap .col-right.ads .box-sidebar a svg{width:15px;height:15px;margin:0 10px;fill:#f0ff00}.wrap .col-right.ads .box-support{background:linear-gradient(124deg,#3a26e8,rgba(154,28,255,.82))}.wrap .col-right.ads .box-support a{background:#04f111;color:#2e2e2e}.wrap .col-right.ads .box-support a svg{fill:#bd0000}.wrap .col-right.ads .about-me{background:#fff}.wrap .col-right.ads .about-me h3{font-size:23px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:25px;text-align:center}.wrap .col-right.ads .about-me img.developer{border-radius:100%;margin:0 auto;display:block;margin-bottom:25px}.wrap .col-right.ads .about-me p.desc{color:#756275;font-size:15px;line-height:1.6;margin:0;margin-bottom:1em;text-transform:capitalize}.wrap .col-right.ads .about-me .boxes-sosmed ul li a{display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#756275;background:0 0;font-weight:400;width:auto;text-transform:none;margin:0;padding:0;justify-content:left}.wrap .col-right.ads .about-me .boxes-sosmed ul li a svg{width:17px;height:17px;fill:#222}.wrap .col-right.ads .about-me .boxes-sosmed ul li a span{display:block;margin-left:8px}.wrap header.top .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;background:linear-gradient(49deg,#006ce1,#c100da);align-items:center;padding:6% 3%;border-radius:5px}.wrap header.top .mycontainer .myrow .col-left{text-align:center;margin-bottom:25px}.wrap header.top .mycontainer .myrow .col-left h2{font-size:40px;line-height:1.2;margin:0;text-transform:capitalize;color:#fff;position:relative}.wrap header.top .mycontainer .myrow .col-left h2 span{font-size:13px;position:absolute;text-align:center;background:#222;padding:3px;border-radius:50px;width:45px;top:-5px}.wrap header.top .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;text-transform:capitalize;color:#fff;max-width:70%;margin:0 auto;margin-top:10px}.wrap header.top .mycontainer .myrow .col-right{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.wrap header.top .mycontainer .myrow .col-right a{display:flex;flex-wrap:wrap;align-items:center;padding:10px 20px;background:#4f0d7a;font-size:14px;border-radius:50px;text-decoration:none;line-height:1.6;margin:0;text-transform:capitalize;color:#fff;border:1px solid;border-color:transparent}.wrap header.top .mycontainer .myrow .col-right a:focus{border-color:currentcolor}.wrap header.top .mycontainer .myrow .col-right a svg{width:15px;height:15px;fill:#fff;margin-right:8px}.wrap header.top .mycontainer .myrow .col-right a.buy-plugin-pro{background:linear-gradient(90deg,#0a4dd4,#bb039a,#0a4dd4);background-size:300% 300%;animation:gradient 2s ease infinite;font-weight:600}.wrap header.top .mycontainer .myrow .col-right a.buy-plugin-pro svg{fill:#f0ff00}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.wrap nav.tabs .mycontainer .myrow .box-menu{margin:30px 0;padding:8px 0;border-bottom:2px solid #e3ecf0}.wrap nav.tabs .mycontainer .myrow .box-menu ul{margin:0;padding:0;display:flex;flex-wrap:wrap}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding:15px;margin:0 8px;text-decoration:none;font-size:15px;color:#756275}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a:focus{box-shadow:none;outline:0;border:none}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a.active{border-bottom:2px solid #0060f3;color:#0060f3}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a:first-child{margin-left:0}.wrap section.data-content .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between}.wrap section.data-content .mycontainer .myrow .col-left{border-bottom:1px solid #f7f7f7;border-radius:5px;background:#fff;box-shadow:0 0 30px rgba(246,246,246,.4901960784);padding:30px;box-sizing:border-box;width:calc(100% - 330px - 30px)}.wrap section.data-content .mycontainer .myrow .col-left h2{font-size:35px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:20px}.wrap section.data-content .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;margin:0;text-transform:capitalize}.wrap section.data-content .mycontainer .myrow .col-left table{width:100%}.wrap section.data-content .mycontainer .myrow .col-left table tr{display:flex;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e3ecf0}.wrap section.data-content .mycontainer .myrow .col-left table tr td.one{font-size:15px;line-height:1.7;width:80%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two{text-align:center;width:9%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two svg{font-size:20px;width:20px;height:20px;fill:#cb0000}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two svg.light{fill:#2ada12}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three{text-align:center;width:9%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three svg{font-size:20px;width:20px;height:20px;fill:#2ada12}.wrap section.data-content .mycontainer .myrow .col-left table tr.top{display:flex;border-bottom:2px solid #e3ecf0}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.one{text-align:left;font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.two{font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.three{font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left ol,.wrap section.data-content .mycontainer .myrow .col-left ul{margin:0;margin-left:2em;padding:0}.wrap section.data-content .mycontainer .myrow .col-left ol li,.wrap section.data-content .mycontainer .myrow .col-left ul li{font-size:15px;line-height:1.6;margin:0;margin-bottom:15px;text-transform:capitalize}.wrap section.data-content .mycontainer .myrow .col-left ol li a,.wrap section.data-content .mycontainer .myrow .col-left ul li a{display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;text-transform:lowercase}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg{width:18px;height:18px;margin-right:8px}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.facebook,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.facebook{fill:#1877f2}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.youtube,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.youtube{fill:red}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.twitter,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.twitter{fill:#1da1f2}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.instagram,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.instagram{fill:#c32aa3}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.email,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.email{fill:#444}.wrap section.general .mycontainer .myrow .col-left ol,.wrap section.general .mycontainer .myrow .col-left ul{margin:0;margin-left:1.5em;list-style:disc}.wrap section.general .mycontainer .myrow .col-left h3{text-transform:capitalize;color:#294960;font-size:22px}.wrap section.general .mycontainer .myrow .col-left img{width:100%}.wrap section.report .mycontainer .myrow .col-left span.email{display:block;font-weight:700;text-transform:lowercase}.wrap section.report .mycontainer .myrow .col-left a.support{display:inline-block;text-transform:capitalize}.wrap section.changelog.data-content .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between}.wrap section.changelog.data-content .mycontainer .myrow .col-left{border-bottom:1px solid #f7f7f7;border-radius:5px;background:#fff;box-shadow:0 0 30px rgba(246,246,246,.4901960784)}.wrap section.changelog.data-content .mycontainer .myrow .col-left h2{font-size:35px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:35px}.wrap section.changelog.data-content .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;margin:0;text-transform:capitalize}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul{padding:0;margin:0;padding-bottom:25px;border-bottom:1px solid #e3ecf0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li{margin-right:25px;display:flex;flex-wrap:wrap}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:10px;border-radius:100%}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span::before{color:#fff;font-size:10px;font-weight:600;position:relative;top:1px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.feat{background:#00c513}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.feat::before{content:"F"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.fix{background:#cb0000}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.fix::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.docs{background:#be0095}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.docs::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.style{background:#e68a09}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.style::before{content:"S"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.refactor{background:#0375f4}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.refactor::before{content:"R"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.perf{background:#024578}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.perf::before{content:"P"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li:last-child{margin:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #e3ecf0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section h2{color:#294960;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;font-size:17px;margin:0 0 20px 0;gap:15px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section h2 span{font-size:13px;font-weight:400;color:#888}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul{margin:0;padding:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li{display:flex;flex-wrap:wrap;margin-bottom:15px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span{display:flex;align-items:center;justify-content:center;flex:0 0 21px;width:21px;height:21px;margin-right:12px;border-radius:100%}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span::before{color:#fff;font-size:10px;font-weight:600;position:relative;top:1px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.feat{background:#00c513}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.feat::before{content:"F"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.fix{background:#cb0000}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.fix::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.docs{background:#be0095}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.docs::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.style{background:#e68a09}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.style::before{content:"S"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.refactor{background:#0375f4}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.refactor::before{content:"R"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.perf{background:#024578}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.perf::before{content:"P"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul:last-child li:last-child{margin-bottom:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section:first-child{margin-top:25px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section:last-child{margin-bottom:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list p.no-releases-found{margin:25px 0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list a#view-all-releases{font-size:16px}@media only screen and (max-width:1200px){.wrap .col-right.ads{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.wrap .col-right.ads .box-sidebar{width:100%}.wrap section.data-content .mycontainer .myrow{flex-direction:column-reverse}.wrap section.data-content .mycontainer .myrow .col-left{width:100%}}@media only screen and (max-width:768px){.wrap header.top .mycontainer .myrow{padding:40px 15px}.wrap header.top .mycontainer .myrow .col-left h2 span{top:-15px}.wrap nav.tabs .mycontainer .myrow .box-menu{padding:0}.wrap nav.tabs .mycontainer .myrow .box-menu ul{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;white-space:nowrap;padding-bottom:15px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding:10px 5px;padding-bottom:20px;margin:0 8px}}@media only screen and (max-width:576px){.wrap{padding:0;margin-right:10px}.wrap .col-right.ads .box-sidebar{margin-bottom:20px;padding:20px}.wrap header.top .mycontainer .myrow .col-left h2{margin-bottom:15px}.wrap header.top .mycontainer .myrow .col-left h2 span{left:85%}.wrap header.top .mycontainer .myrow .col-left p{max-width:100%}.wrap header.top .mycontainer .myrow .col-right{flex-direction:column;justify-content:center;width:75%}.wrap nav.tabs .mycontainer .myrow .box-menu ul li{margin-bottom:12px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding-bottom:15px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a.active{border-bottom-width:4px}.wrap section.data-content .mycontainer .myrow .col-left{padding:20px}.wrap section.data-content .mycontainer .myrow .col-left table tr td.one{width:65%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three,.wrap section.data-content .mycontainer .myrow .col-left table tr td.two{width:15%}}
     1:root{--import-export-menu-bg:#026bc0;--import-export-menu-light-color:#fdfdfd}.wrap h1{margin-bottom:25px}.wrap button{padding:20px;padding:10px;background:var(--import-export-menu-bg);color:var(--import-export-menu-light-color);border:none;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center}.wrap .divider{display:block;margin:50px 0}.wrap .loader{display:flex;display:none;flex-wrap:wrap;column-gap:5px;margin-left:12px}.wrap .dot{height:8px;width:8px;border-radius:50%;background:var(--import-export-menu-light-color);animation:animate .5s ease-in-out infinite alternate}.wrap .dot .dot:nth-child(1){animation-delay:-.25s}.wrap .dot .dot:nth-child(2){animation-delay:-.5s}.wrap .dot .dot:nth-child(3){animation-delay:-.75s}@keyframes animate{0%{transform:translateY(-4px)}100%{transform:translateY(2px)}}.wrap{padding:2%;color:#756275}.wrap ::-webkit-scrollbar{height:10px}.wrap ::-webkit-scrollbar-track{background:#dcdcdc;border-radius:8px}.wrap ::-webkit-scrollbar-thumb{background:#777;border-radius:8px}.wrap a{color:#0060f3}.wrap a:focus{box-shadow:none;outline:0;border:1px dotted;text-decoration:none}.wrap .data-content.hide{display:none}.wrap .data-content.active{display:block}.wrap .col-right.ads{width:330px;text-transform:capitalize}.wrap .col-right.ads .box-sidebar{padding:30px;box-sizing:border-box;background:#fff;background:linear-gradient(50deg,#0bc715,rgba(40,188,106,.5215686275));box-shadow:0 0 30px rgba(246,246,246,.4901960784);border-bottom:1px solid #f7f7f7;border-radius:5px;margin-bottom:30px}.wrap .col-right.ads .box-sidebar h3{font-size:22px;color:#fff;line-height:1.6;margin:0;padding:0}.wrap .col-right.ads .box-sidebar p{font-size:16px;color:#fff;margin-bottom:20px}.wrap .col-right.ads .box-sidebar a{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:10px;background:#0060f3;font-size:14px;border-radius:50px;text-decoration:none;line-height:1.6;margin:0;margin-right:12px;text-transform:capitalize;color:#fff;font-weight:600;width:155px}.wrap .col-right.ads .box-sidebar a svg{width:15px;height:15px;margin:0 10px;fill:#f0ff00}.wrap .col-right.ads .box-support{background:linear-gradient(124deg,#3a26e8,rgba(154,28,255,.82))}.wrap .col-right.ads .box-support a{background:#04f111;color:#2e2e2e}.wrap .col-right.ads .box-support a svg{fill:#bd0000}.wrap .col-right.ads .about-me{background:#fff}.wrap .col-right.ads .about-me h3{font-size:23px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:25px;text-align:center}.wrap .col-right.ads .about-me img.developer{border-radius:100%;margin:0 auto;display:block;margin-bottom:25px}.wrap .col-right.ads .about-me p.desc{color:#756275;font-size:15px;line-height:1.6;margin:0;margin-bottom:1em;text-transform:capitalize}.wrap .col-right.ads .about-me .boxes-sosmed ul li a{display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#756275;background:0 0;font-weight:400;width:auto;text-transform:none;margin:0;padding:0;justify-content:left}.wrap .col-right.ads .about-me .boxes-sosmed ul li a svg{width:17px;height:17px;fill:#222}.wrap .col-right.ads .about-me .boxes-sosmed ul li a span{display:block;margin-left:8px}.wrap header.top .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;background:linear-gradient(49deg,#006ce1,#c100da);align-items:center;padding:6% 3%;border-radius:5px}.wrap header.top .mycontainer .myrow .col-left{text-align:center;margin-bottom:25px}.wrap header.top .mycontainer .myrow .col-left h2{font-size:40px;line-height:1.2;margin:0;text-transform:capitalize;color:#fff;position:relative}.wrap header.top .mycontainer .myrow .col-left h2 span{font-size:13px;position:absolute;text-align:center;background:#222;padding:3px;border-radius:50px;width:45px;top:-5px}.wrap header.top .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;text-transform:capitalize;color:#fff;max-width:70%;margin:0 auto;margin-top:10px}.wrap header.top .mycontainer .myrow .col-right{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.wrap header.top .mycontainer .myrow .col-right a{display:flex;flex-wrap:wrap;align-items:center;padding:10px 20px;background:#4f0d7a;font-size:14px;border-radius:50px;text-decoration:none;line-height:1.6;margin:0;text-transform:capitalize;color:#fff;border:1px solid;border-color:transparent}.wrap header.top .mycontainer .myrow .col-right a:focus{border-color:currentcolor}.wrap header.top .mycontainer .myrow .col-right a svg{width:15px;height:15px;fill:#fff;margin-right:8px}.wrap header.top .mycontainer .myrow .col-right a.buy-plugin-pro{background:linear-gradient(90deg,#0a4dd4,#bb039a,#0a4dd4);background-size:300% 300%;animation:gradient 2s ease infinite;font-weight:600}.wrap header.top .mycontainer .myrow .col-right a.buy-plugin-pro svg{fill:#f0ff00}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.wrap nav.tabs .mycontainer .myrow .box-menu{margin:30px 0;padding:8px 0;border-bottom:2px solid #e3ecf0}.wrap nav.tabs .mycontainer .myrow .box-menu ul{margin:0;padding:0;display:flex;flex-wrap:wrap}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding:15px;margin:0 8px;text-decoration:none;font-size:15px;color:#756275}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a:focus{box-shadow:none;outline:0;border:none}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a.active{border-bottom:2px solid #0060f3;color:#0060f3}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a:first-child{margin-left:0}.wrap section.data-content .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between}.wrap section.data-content .mycontainer .myrow .col-left{border-bottom:1px solid #f7f7f7;border-radius:5px;background:#fff;box-shadow:0 0 30px rgba(246,246,246,.4901960784);padding:30px;box-sizing:border-box;width:calc(100% - 330px - 30px)}.wrap section.data-content .mycontainer .myrow .col-left h2{font-size:35px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:20px}.wrap section.data-content .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;margin:0;text-transform:capitalize}.wrap section.data-content .mycontainer .myrow .col-left table{width:100%}.wrap section.data-content .mycontainer .myrow .col-left table tr{display:flex;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e3ecf0}.wrap section.data-content .mycontainer .myrow .col-left table tr td.one{font-size:15px;line-height:1.7;width:80%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two{text-align:center;width:9%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two svg{font-size:20px;width:20px;height:20px;fill:#cb0000}.wrap section.data-content .mycontainer .myrow .col-left table tr td.two svg.light{fill:#2ada12}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three{text-align:center;width:9%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three svg{font-size:20px;width:20px;height:20px;fill:#2ada12}.wrap section.data-content .mycontainer .myrow .col-left table tr.top{display:flex;border-bottom:2px solid #e3ecf0}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.one{text-align:left;font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.two{font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left table tr.top td.three{font-size:17px;font-weight:600}.wrap section.data-content .mycontainer .myrow .col-left ol,.wrap section.data-content .mycontainer .myrow .col-left ul{margin:0;margin-left:2em;padding:0}.wrap section.data-content .mycontainer .myrow .col-left ol li,.wrap section.data-content .mycontainer .myrow .col-left ul li{font-size:15px;line-height:1.6;margin:0;margin-bottom:15px;text-transform:capitalize}.wrap section.data-content .mycontainer .myrow .col-left ol li a,.wrap section.data-content .mycontainer .myrow .col-left ul li a{display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;text-transform:lowercase}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg{width:18px;height:18px;margin-right:8px}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.facebook,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.facebook{fill:#1877f2}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.youtube,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.youtube{fill:red}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.twitter,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.twitter{fill:#1da1f2}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.instagram,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.instagram{fill:#c32aa3}.wrap section.data-content .mycontainer .myrow .col-left ol li a svg.email,.wrap section.data-content .mycontainer .myrow .col-left ul li a svg.email{fill:#444}.wrap section.general .mycontainer .myrow .col-left ol,.wrap section.general .mycontainer .myrow .col-left ul{margin:0;margin-left:1.5em;list-style:disc}.wrap section.general .mycontainer .myrow .col-left h3{text-transform:capitalize;color:#294960;font-size:22px}.wrap section.general .mycontainer .myrow .col-left img{width:100%}.wrap section.report .mycontainer .myrow .col-left span.email{display:inline-block;font-weight:700;text-transform:lowercase}.wrap section.report .mycontainer .myrow .col-left a.support{display:inline-block;text-transform:capitalize}.wrap section.changelog.data-content .mycontainer .myrow{display:flex;flex-wrap:wrap;justify-content:space-between}.wrap section.changelog.data-content .mycontainer .myrow .col-left{border-bottom:1px solid #f7f7f7;border-radius:5px;background:#fff;box-shadow:0 0 30px rgba(246,246,246,.4901960784)}.wrap section.changelog.data-content .mycontainer .myrow .col-left h2{font-size:35px;line-height:1.2;margin:0;text-transform:capitalize;color:#294960;margin-bottom:35px}.wrap section.changelog.data-content .mycontainer .myrow .col-left p{font-size:15px;line-height:1.6;margin:0;text-transform:capitalize}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul{padding:0;margin:0;padding-bottom:25px;border-bottom:1px solid #e3ecf0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li{margin-right:25px;display:flex;flex-wrap:wrap}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:10px;border-radius:100%}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span::before{color:#fff;font-size:10px;font-weight:600;position:relative;top:1px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.feat{background:#00c513}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.feat::before{content:"F"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.fix{background:#cb0000}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.fix::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.docs{background:#be0095}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.docs::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.style{background:#e68a09}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.style::before{content:"S"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.refactor{background:#0375f4}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.refactor::before{content:"R"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.perf{background:#024578}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li span.perf::before{content:"P"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-info ul li:last-child{margin:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #e3ecf0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section h2{color:#294960;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;font-size:17px;margin:0 0 20px 0;gap:15px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section h2 span{font-size:13px;font-weight:400;color:#888}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul{margin:0;padding:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li{display:flex;flex-wrap:wrap;margin-bottom:15px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span{display:flex;align-items:center;justify-content:center;flex:0 0 21px;width:21px;height:21px;margin-right:12px;border-radius:100%}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span::before{color:#fff;font-size:10px;font-weight:600;position:relative;top:1px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.feat{background:#00c513}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.feat::before{content:"F"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.fix{background:#cb0000}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.fix::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.docs{background:#be0095}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.docs::before{content:"B"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.style{background:#e68a09}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.style::before{content:"S"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.refactor{background:#0375f4}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.refactor::before{content:"R"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.perf{background:#024578}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul li span.perf::before{content:"P"}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section .release ul:last-child li:last-child{margin-bottom:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section:first-child{margin-top:25px}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list section:last-child{margin-bottom:0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list p.no-releases-found{margin:25px 0}.wrap section.changelog.data-content .mycontainer .myrow .col-left .changelog-list a#view-all-releases{font-size:16px}@media only screen and (max-width:1200px){.wrap .col-right.ads{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.wrap .col-right.ads .box-sidebar{width:100%}.wrap section.data-content .mycontainer .myrow{flex-direction:column-reverse}.wrap section.data-content .mycontainer .myrow .col-left{width:100%}}@media only screen and (max-width:768px){.wrap header.top .mycontainer .myrow{padding:40px 15px}.wrap header.top .mycontainer .myrow .col-left h2 span{top:-15px}.wrap nav.tabs .mycontainer .myrow .box-menu{padding:0}.wrap nav.tabs .mycontainer .myrow .box-menu ul{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;white-space:nowrap;padding-bottom:15px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding:10px 5px;padding-bottom:20px;margin:0 8px}}@media only screen and (max-width:576px){.wrap{padding:0;margin-right:10px}.wrap .col-right.ads .box-sidebar{margin-bottom:20px;padding:20px}.wrap header.top .mycontainer .myrow .col-left h2{margin-bottom:15px}.wrap header.top .mycontainer .myrow .col-left h2 span{left:85%}.wrap header.top .mycontainer .myrow .col-left p{max-width:100%}.wrap header.top .mycontainer .myrow .col-right{flex-direction:column;justify-content:center;width:75%}.wrap nav.tabs .mycontainer .myrow .box-menu ul li{margin-bottom:12px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a{padding-bottom:15px}.wrap nav.tabs .mycontainer .myrow .box-menu ul li a.active{border-bottom-width:4px}.wrap section.data-content .mycontainer .myrow .col-left{padding:20px}.wrap section.data-content .mycontainer .myrow .col-left table tr td.one{width:65%}.wrap section.data-content .mycontainer .myrow .col-left table tr td.three,.wrap section.data-content .mycontainer .myrow .col-left table tr td.two{width:15%}}
    22/*# sourceMappingURL=import-export-menu-admin.min.css.map */
  • import-export-menu/trunk/assets/css/import-export-menu-admin.min.css.map

    r3138323 r3140708  
    1 {"version":3,"sources":["admin/_import-export-menu.scss","admin/_menu-page.scss"],"names":[],"mappings":"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","file":"import-export-menu-admin.min.css","sourcesContent":[":root {\n\t--import-export-menu-bg: #026bc0;\n\t--import-export-menu-light-color: #fdfdfd;\n}\n\n.wrap {\n\n\th1 {\n\t\tmargin-bottom: 25px;\n\t}\n\n\tbutton {\n\t\tpadding: 20px;\n\t\tpadding: 10px;\n\t\tbackground: var(--import-export-menu-bg);\n\t\tcolor: var(--import-export-menu-light-color);\n\t\tborder: none;\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\talign-items: center;\n\t}\n\n\t.divider {\n\t\tdisplay: block;\n\t\tmargin: 50px 0;\n\t}\n\n\t.loader {\n\t\tdisplay: flex;\n\t\tdisplay: none;\n\t\tflex-wrap: wrap;\n\t\tcolumn-gap: 5px;\n\t\tmargin-left: 12px;\n\t}\n\n\t.dot {\n\t\theight: 8px;\n\t\twidth: 8px;\n\t\tborder-radius: 50%;\n\t\tbackground: var(--import-export-menu-light-color);\n\t\tanimation: animate 0.5s ease-in-out infinite alternate;\n\n\t\t.dot:nth-child(1) {\n\t\t\tanimation-delay: -0.25s;\n\t\t}\n\n\t\t.dot:nth-child(2) {\n\t\t\tanimation-delay: -0.5s;\n\t\t}\n\n\t\t.dot:nth-child(3) {\n\t\t\tanimation-delay: -0.75s;\n\t\t}\n\t}\n}\n\n@keyframes animate {\n\n\t0% {\n\t\ttransform: translateY(-4px);\n\t}\n\n\t100% {\n\t\ttransform: translateY(2px);\n\t}\n}\n",".wrap {\n\tpadding: 2%;\n\tcolor: #756275;\n\n\t// Style scroll\n\t::-webkit-scrollbar {\n\t\theight: 10px;\n\t}\n\n\t::-webkit-scrollbar-track {\n\t\tbackground: #dcdcdc;\n\t\tborder-radius: 8px;\n\t}\n\n\t::-webkit-scrollbar-thumb {\n\t\tbackground: #777;\n\t\tborder-radius: 8px;\n\t}\n\n\t// Link color\n\ta {\n\t\tcolor: #0060f3;\n\n\t\t&:focus {\n\t\t\tbox-shadow: none;\n\t\t\toutline: 0;\n\t\t\tborder: 1px dotted;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t// Row hide\n\t.data-content.hide {\n\t\tdisplay: none;\n\t}\n\n\t// Row active\n\t.data-content.active {\n\t\tdisplay: block;\n\t}\n\n\t// Sidebar ads\n\t.col-right.ads {\n\t\twidth: 330px;\n\t\ttext-transform: capitalize;\n\n\t\t.box-sidebar {\n\t\t\tpadding: 30px;\n\t\t\tbox-sizing: border-box;\n\t\t\tbackground: #fff;\n\t\t\tbackground: linear-gradient(50deg, #0bc715, #28bc6a85);\n\t\t\tbox-shadow: 0 0 30px rgba(246, 246, 246, 0.4901960784);\n\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\tborder-radius: 5px;\n\t\t\tmargin-bottom: 30px;\n\n\t\t\th3 {\n\t\t\t\tfont-size: 22px;\n\t\t\t\tcolor: #fff;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tfont-size: 16px;\n\t\t\t\tcolor: #fff;\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t}\n\n\t\t\ta {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: space-around;\n\t\t\t\tpadding: 10px;\n\t\t\t\tbackground: #0060f3;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tborder-radius: 50px;\n\t\t\t\ttext-decoration: none;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tmargin-right: 12px;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t\tcolor: #fff;\n\t\t\t\tfont-weight: 600;\n\t\t\t\twidth: 155px;\n\n\t\t\t\tsvg {\n\t\t\t\t\twidth: 15px;\n\t\t\t\t\theight: 15px;\n\t\t\t\t\tmargin: 0 10px;\n\t\t\t\t\tfill: #f0ff00;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.box-support {\n\t\t\tbackground: linear-gradient(124deg, #3a26e8, rgb(154 28 255 / 82%));\n\n\t\t\ta {\n\t\t\t\tbackground: #04f111;\n\t\t\t\tcolor: #2e2e2e;\n\n\t\t\t\tsvg {\n\t\t\t\t\tfill: #bd0000;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.about-me {\n\t\t\tbackground: #fff;\n\n\t\t\th3 {\n\t\t\t\tfont-size: 23px;\n\t\t\t\tline-height: 1.2;\n\t\t\t\tmargin: 0;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t\tcolor: #294960;\n\t\t\t\tmargin-bottom: 25px;\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\timg.developer {\n\t\t\t\tborder-radius: 100%;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin-bottom: 25px;\n\t\t\t}\n\n\t\t\tp.desc {\n\t\t\t\tcolor: #756275;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tmargin-bottom: 1em;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t}\n\n\t\t\t.boxes-sosmed {\n\n\t\t\t\tul {\n\n\t\t\t\t\tli {\n\n\t\t\t\t\t\ta {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\tcolor: #756275;\n\t\t\t\t\t\t\tbackground: transparent;\n\t\t\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\t\ttext-transform: none;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\t\tjustify-content: left;\n\n\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\twidth: 17px;\n\t\t\t\t\t\t\t\theight: 17px;\n\t\t\t\t\t\t\t\tfill: #222;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\t\tmargin-left: 8px;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Header\n\theader.top {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\t\t\t\tflex-direction: column;\n\t\t\t\tbackground: linear-gradient(49deg, #006ce1, rgb(193, 0, 218));\n\t\t\t\talign-items: center;\n\t\t\t\tpadding: 6% 3%;\n\t\t\t\tborder-radius: 5px;\n\n\t\t\t\t.col-left {\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\tmargin-bottom: 25px;\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 40px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\tbackground: #222;\n\t\t\t\t\t\t\tpadding: 3px;\n\t\t\t\t\t\t\tborder-radius: 50px;\n\t\t\t\t\t\t\twidth: 45px;\n\t\t\t\t\t\t\ttop: -5px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tmax-width: 70%;\n\t\t\t\t\t\tmargin: 0 auto;\n\t\t\t\t\t\tmargin-top: 10px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.col-right {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tgap: 10px;\n\n\t\t\t\t\ta {\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tpadding: 10px 20px;\n\t\t\t\t\t\tbackground: #4f0d7a;\n\t\t\t\t\t\tfont-size: 14px;\n\t\t\t\t\t\tborder-radius: 50px;\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tborder: 1px solid;\n\t\t\t\t\t\tborder-color: transparent;\n\n\t\t\t\t\t\t&:focus {\n\t\t\t\t\t\t\tborder-color: currentcolor;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\twidth: 15px;\n\t\t\t\t\t\t\theight: 15px;\n\t\t\t\t\t\t\tfill: #fff;\n\t\t\t\t\t\t\tmargin-right: 8px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\ta.buy-plugin-pro {\n\t\t\t\t\t\tbackground: linear-gradient(90deg, #0a4dd4, #bb039a, #0a4dd4);\n\t\t\t\t\t\tbackground-size: 300% 300%;\n\t\t\t\t\t\tanimation: gradient 2s ease infinite;\n\t\t\t\t\t\tfont-weight: 600;\n\n\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\tfill: #f0ff00;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t@keyframes gradient {\n\n\t\t\t\t\t\t0% {\n\t\t\t\t\t\t\tbackground-position: 0% 50%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t50% {\n\t\t\t\t\t\t\tbackground-position: 100% 50%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t100% {\n\t\t\t\t\t\t\tbackground-position: 0% 50%;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Navigation tabs\n\tnav.tabs {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.box-menu {\n\t\t\t\t\tmargin: 30px 0;\n\t\t\t\t\tpadding: 8px 0;\n\t\t\t\t\tborder-bottom: 2px solid #e3ecf0;\n\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\t\tli {\n\n\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\tpadding: 15px;\n\t\t\t\t\t\t\t\tmargin: 0 8px;\n\t\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\t\tcolor: #756275;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta:focus {\n\t\t\t\t\t\t\t\tbox-shadow: none;\n\t\t\t\t\t\t\t\toutline: 0;\n\t\t\t\t\t\t\t\tborder: none;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta.active {\n\t\t\t\t\t\t\t\tborder-bottom: 2px solid #0060f3;\n\t\t\t\t\t\t\t\tcolor: #0060f3;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta:first-child {\n\t\t\t\t\t\t\t\tmargin-left: 0;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Content\n\tsection.data-content {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\n\t\t\t\t.col-left {\n\t\t\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\t\t\tborder-radius: 5px;\n\t\t\t\t\tbackground: #fff;\n\t\t\t\t\tbox-shadow: 0 0 30px #f6f6f67d;\n\t\t\t\t\tpadding: 30px;\n\t\t\t\t\tbox-sizing: border-box;\n\t\t\t\t\twidth: calc(100% - 330px - 30px);\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 35px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tmargin-bottom: 20px;\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\n\t\t\t\t\ttable {\n\t\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t\ttr {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\t\tline-height: 1.7;\n\t\t\t\t\t\t\t\twidth: 80%;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.two {\n\t\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\t\twidth: 9%;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\tfont-size: 20px;\n\t\t\t\t\t\t\t\t\twidth: 20px;\n\t\t\t\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t\t\t\t\tfill: #cb0000;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.light {\n\t\t\t\t\t\t\t\t\tfill: #2ada12;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\t\twidth: 9%;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\tfont-size: 20px;\n\t\t\t\t\t\t\t\t\twidth: 20px;\n\t\t\t\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t\t\t\t\tfill: #2ada12;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Top\n\t\t\t\t\t\ttr.top {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tborder-bottom: 2px solid #e3ecf0;\n\n\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\ttext-align: left;\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.two {\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tol,\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tmargin-left: 2em;\n\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\tli {\n\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tmargin-bottom: 15px;\n\t\t\t\t\t\t\ttext-transform: capitalize;\n\n\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\t\ttext-transform: lowercase;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\twidth: 18px;\n\t\t\t\t\t\t\t\t\theight: 18px;\n\t\t\t\t\t\t\t\t\tmargin-right: 8px;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.facebook {\n\t\t\t\t\t\t\t\t\tfill: #1877f2;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.youtube {\n\t\t\t\t\t\t\t\t\tfill: #f00;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.twitter {\n\t\t\t\t\t\t\t\t\tfill: #1da1f2;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.instagram {\n\t\t\t\t\t\t\t\t\tfill: #c32aa3;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.email {\n\t\t\t\t\t\t\t\t\tfill: #444;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// General\n\tsection.general {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.col-left {\n\n\t\t\t\t\tol,\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tmargin-left: 1.5em;\n\t\t\t\t\t\tlist-style: disc;\n\t\t\t\t\t}\n\n\t\t\t\t\th3 {\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Report.\n\tsection.report {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.col-left {\n\n\t\t\t\t\tspan.email {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tfont-weight: 700;\n\t\t\t\t\t\ttext-transform: lowercase;\n\t\t\t\t\t}\n\n\t\t\t\t\ta.support {\n\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Changelog\n\tsection.changelog.data-content {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\n\t\t\t\t.col-left {\n\t\t\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\t\t\tborder-radius: 5px;\n\t\t\t\t\tbackground: #fff;\n\t\t\t\t\tbox-shadow: 0 0 30px #f6f6f67d;\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 35px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tmargin-bottom: 35px;\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\n\t\t\t\t\t.changelog-info {\n\n\t\t\t\t\t\tul {\n\t\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tpadding-bottom: 25px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\tmargin-right: 25px;\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\t\t\t\twidth: 22px;\n\t\t\t\t\t\t\t\t\theight: 22px;\n\t\t\t\t\t\t\t\t\tmargin-right: 10px;\n\t\t\t\t\t\t\t\t\tborder-radius: 100%;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\t\t\t\ttop: 1px;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.feat {\n\t\t\t\t\t\t\t\t\tbackground: #00c513;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"F\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.fix {\n\t\t\t\t\t\t\t\t\tbackground: #cb0000;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.docs {\n\t\t\t\t\t\t\t\t\tbackground: #be0095;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.style {\n\t\t\t\t\t\t\t\t\tbackground: #e68a09;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"S\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.refactor {\n\t\t\t\t\t\t\t\t\tbackground: #0375f4;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"R\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.perf {\n\t\t\t\t\t\t\t\t\tbackground: #024578;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"P\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tli:last-child {\n\t\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.changelog-list {\n\n\t\t\t\t\t\tsection {\n\t\t\t\t\t\t\tmargin-bottom: 25px;\n\t\t\t\t\t\t\tpadding-bottom: 25px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\th2 {\n\t\t\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\tjustify-content: space-between;\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tmargin: 0 0 20px 0;\n\t\t\t\t\t\t\t\tgap: 15px;\n\n\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\t\t\t\t\tcolor: #888;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t.release {\n\n\t\t\t\t\t\t\t\tul {\n\t\t\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\t\t\tmargin-bottom: 15px;\n\n\t\t\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\t\t\t\t\t\tflex: 0 0 21px;\n\t\t\t\t\t\t\t\t\t\t\twidth: 21px;\n\t\t\t\t\t\t\t\t\t\t\theight: 21px;\n\t\t\t\t\t\t\t\t\t\t\tmargin-right: 12px;\n\t\t\t\t\t\t\t\t\t\t\tborder-radius: 100%;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\t\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\t\t\t\t\t\ttop: 1px;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.feat {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #00c513;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"F\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.fix {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #cb0000;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.docs {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #be0095;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.style {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #e68a09;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"S\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.refactor {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #0375f4;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"R\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.perf {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #024578;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"P\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tul:last-child {\n\n\t\t\t\t\t\t\t\t\tli:last-child {\n\t\t\t\t\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsection:first-child {\n\t\t\t\t\t\t\tmargin-top: 25px;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsection:last-child {\n\t\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tp.no-releases-found {\n\t\t\t\t\t\t\tmargin: 25px 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ta#view-all-releases {\n\t\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@media only screen and (max-width: 1200px) {\n\n\t.wrap {\n\n\t\t// Sidebar ads\n\t\t.col-right.ads {\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tjustify-content: space-between;\n\t\t\twidth: 100%;\n\n\t\t\t.box-sidebar {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\n\t\t// Content\n\t\tsection.data-content {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\t\t\t\t\tflex-direction: column-reverse;\n\n\t\t\t\t\t.col-left {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}\n\n@media only screen and (max-width: 768px) {\n\n\t.wrap {\n\n\t\t// Header\n\t\theader.top {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\t\t\t\t\tpadding: 40px 15px;\n\n\t\t\t\t\t.col-left {\n\n\t\t\t\t\t\th2 {\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\ttop: -15px;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Navigation tabs\n\t\tnav.tabs {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.box-menu {\n\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\tul {\n\t\t\t\t\t\t\tflex-wrap: nowrap;\n\t\t\t\t\t\t\toverflow-y: hidden;\n\t\t\t\t\t\t\toverflow-x: auto;\n\t\t\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\t\t\tpadding-bottom: 15px;\n\n\t\t\t\t\t\t\tli {\n\n\t\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\t\tpadding: 10px 5px;\n\t\t\t\t\t\t\t\t\tpadding-bottom: 20px;\n\t\t\t\t\t\t\t\t\tmargin: 0 8px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@media only screen and (max-width: 576px) {\n\n\t.wrap {\n\t\tpadding: 0;\n\t\tmargin-right: 10px;\n\n\t\t// Sidebar ads\n\t\t.col-right.ads {\n\n\t\t\t.box-sidebar {\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t\tpadding: 20px;\n\t\t\t}\n\t\t}\n\n\t\t// Header\n\t\theader.top {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.col-left {\n\n\t\t\t\t\t\th2 {\n\t\t\t\t\t\t\tmargin-bottom: 15px;\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\tleft: 85%;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tp {\n\t\t\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.col-right {\n\t\t\t\t\t\tflex-direction: column;\n\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\twidth: 75%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Navigation tabs\n\t\tnav.tabs {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.box-menu {\n\n\t\t\t\t\t\tul {\n\n\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\tmargin-bottom: 12px;\n\n\t\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\t\tpadding-bottom: 15px;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ta.active {\n\t\t\t\t\t\t\t\t\tborder-bottom-width: 4px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Content\n\t\tsection.data-content {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.col-left {\n\t\t\t\t\t\tpadding: 20px;\n\n\t\t\t\t\t\ttable {\n\n\t\t\t\t\t\t\ttr {\n\n\t\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\t\twidth: 65%;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ttd.two,\n\t\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\t\twidth: 15%;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"]}
     1{"version":3,"sources":["admin/_import-export-menu.scss","admin/_menu-page.scss"],"names":[],"mappings":"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","file":"import-export-menu-admin.min.css","sourcesContent":[":root {\n\t--import-export-menu-bg: #026bc0;\n\t--import-export-menu-light-color: #fdfdfd;\n}\n\n.wrap {\n\n\th1 {\n\t\tmargin-bottom: 25px;\n\t}\n\n\tbutton {\n\t\tpadding: 20px;\n\t\tpadding: 10px;\n\t\tbackground: var(--import-export-menu-bg);\n\t\tcolor: var(--import-export-menu-light-color);\n\t\tborder: none;\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\talign-items: center;\n\t}\n\n\t.divider {\n\t\tdisplay: block;\n\t\tmargin: 50px 0;\n\t}\n\n\t.loader {\n\t\tdisplay: flex;\n\t\tdisplay: none;\n\t\tflex-wrap: wrap;\n\t\tcolumn-gap: 5px;\n\t\tmargin-left: 12px;\n\t}\n\n\t.dot {\n\t\theight: 8px;\n\t\twidth: 8px;\n\t\tborder-radius: 50%;\n\t\tbackground: var(--import-export-menu-light-color);\n\t\tanimation: animate 0.5s ease-in-out infinite alternate;\n\n\t\t.dot:nth-child(1) {\n\t\t\tanimation-delay: -0.25s;\n\t\t}\n\n\t\t.dot:nth-child(2) {\n\t\t\tanimation-delay: -0.5s;\n\t\t}\n\n\t\t.dot:nth-child(3) {\n\t\t\tanimation-delay: -0.75s;\n\t\t}\n\t}\n}\n\n@keyframes animate {\n\n\t0% {\n\t\ttransform: translateY(-4px);\n\t}\n\n\t100% {\n\t\ttransform: translateY(2px);\n\t}\n}\n",".wrap {\n\tpadding: 2%;\n\tcolor: #756275;\n\n\t// Style scroll\n\t::-webkit-scrollbar {\n\t\theight: 10px;\n\t}\n\n\t::-webkit-scrollbar-track {\n\t\tbackground: #dcdcdc;\n\t\tborder-radius: 8px;\n\t}\n\n\t::-webkit-scrollbar-thumb {\n\t\tbackground: #777;\n\t\tborder-radius: 8px;\n\t}\n\n\t// Link color\n\ta {\n\t\tcolor: #0060f3;\n\n\t\t&:focus {\n\t\t\tbox-shadow: none;\n\t\t\toutline: 0;\n\t\t\tborder: 1px dotted;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t// Row hide\n\t.data-content.hide {\n\t\tdisplay: none;\n\t}\n\n\t// Row active\n\t.data-content.active {\n\t\tdisplay: block;\n\t}\n\n\t// Sidebar ads\n\t.col-right.ads {\n\t\twidth: 330px;\n\t\ttext-transform: capitalize;\n\n\t\t.box-sidebar {\n\t\t\tpadding: 30px;\n\t\t\tbox-sizing: border-box;\n\t\t\tbackground: #fff;\n\t\t\tbackground: linear-gradient(50deg, #0bc715, #28bc6a85);\n\t\t\tbox-shadow: 0 0 30px rgba(246, 246, 246, 0.4901960784);\n\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\tborder-radius: 5px;\n\t\t\tmargin-bottom: 30px;\n\n\t\t\th3 {\n\t\t\t\tfont-size: 22px;\n\t\t\t\tcolor: #fff;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tfont-size: 16px;\n\t\t\t\tcolor: #fff;\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t}\n\n\t\t\ta {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: space-around;\n\t\t\t\tpadding: 10px;\n\t\t\t\tbackground: #0060f3;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tborder-radius: 50px;\n\t\t\t\ttext-decoration: none;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tmargin-right: 12px;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t\tcolor: #fff;\n\t\t\t\tfont-weight: 600;\n\t\t\t\twidth: 155px;\n\n\t\t\t\tsvg {\n\t\t\t\t\twidth: 15px;\n\t\t\t\t\theight: 15px;\n\t\t\t\t\tmargin: 0 10px;\n\t\t\t\t\tfill: #f0ff00;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.box-support {\n\t\t\tbackground: linear-gradient(124deg, #3a26e8, rgb(154 28 255 / 82%));\n\n\t\t\ta {\n\t\t\t\tbackground: #04f111;\n\t\t\t\tcolor: #2e2e2e;\n\n\t\t\t\tsvg {\n\t\t\t\t\tfill: #bd0000;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.about-me {\n\t\t\tbackground: #fff;\n\n\t\t\th3 {\n\t\t\t\tfont-size: 23px;\n\t\t\t\tline-height: 1.2;\n\t\t\t\tmargin: 0;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t\tcolor: #294960;\n\t\t\t\tmargin-bottom: 25px;\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\timg.developer {\n\t\t\t\tborder-radius: 100%;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin-bottom: 25px;\n\t\t\t}\n\n\t\t\tp.desc {\n\t\t\t\tcolor: #756275;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tline-height: 1.6;\n\t\t\t\tmargin: 0;\n\t\t\t\tmargin-bottom: 1em;\n\t\t\t\ttext-transform: capitalize;\n\t\t\t}\n\n\t\t\t.boxes-sosmed {\n\n\t\t\t\tul {\n\n\t\t\t\t\tli {\n\n\t\t\t\t\t\ta {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\tcolor: #756275;\n\t\t\t\t\t\t\tbackground: transparent;\n\t\t\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\t\t\twidth: auto;\n\t\t\t\t\t\t\ttext-transform: none;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\t\tjustify-content: left;\n\n\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\twidth: 17px;\n\t\t\t\t\t\t\t\theight: 17px;\n\t\t\t\t\t\t\t\tfill: #222;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\t\tmargin-left: 8px;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Header\n\theader.top {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\t\t\t\tflex-direction: column;\n\t\t\t\tbackground: linear-gradient(49deg, #006ce1, rgb(193, 0, 218));\n\t\t\t\talign-items: center;\n\t\t\t\tpadding: 6% 3%;\n\t\t\t\tborder-radius: 5px;\n\n\t\t\t\t.col-left {\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\tmargin-bottom: 25px;\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 40px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tposition: relative;\n\n\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\tbackground: #222;\n\t\t\t\t\t\t\tpadding: 3px;\n\t\t\t\t\t\t\tborder-radius: 50px;\n\t\t\t\t\t\t\twidth: 45px;\n\t\t\t\t\t\t\ttop: -5px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tmax-width: 70%;\n\t\t\t\t\t\tmargin: 0 auto;\n\t\t\t\t\t\tmargin-top: 10px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.col-right {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tgap: 10px;\n\n\t\t\t\t\ta {\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tpadding: 10px 20px;\n\t\t\t\t\t\tbackground: #4f0d7a;\n\t\t\t\t\t\tfont-size: 14px;\n\t\t\t\t\t\tborder-radius: 50px;\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tborder: 1px solid;\n\t\t\t\t\t\tborder-color: transparent;\n\n\t\t\t\t\t\t&:focus {\n\t\t\t\t\t\t\tborder-color: currentcolor;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\twidth: 15px;\n\t\t\t\t\t\t\theight: 15px;\n\t\t\t\t\t\t\tfill: #fff;\n\t\t\t\t\t\t\tmargin-right: 8px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\ta.buy-plugin-pro {\n\t\t\t\t\t\tbackground: linear-gradient(90deg, #0a4dd4, #bb039a, #0a4dd4);\n\t\t\t\t\t\tbackground-size: 300% 300%;\n\t\t\t\t\t\tanimation: gradient 2s ease infinite;\n\t\t\t\t\t\tfont-weight: 600;\n\n\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\tfill: #f0ff00;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t@keyframes gradient {\n\n\t\t\t\t\t\t0% {\n\t\t\t\t\t\t\tbackground-position: 0% 50%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t50% {\n\t\t\t\t\t\t\tbackground-position: 100% 50%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t100% {\n\t\t\t\t\t\t\tbackground-position: 0% 50%;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Navigation tabs\n\tnav.tabs {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.box-menu {\n\t\t\t\t\tmargin: 30px 0;\n\t\t\t\t\tpadding: 8px 0;\n\t\t\t\t\tborder-bottom: 2px solid #e3ecf0;\n\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\t\tli {\n\n\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\tpadding: 15px;\n\t\t\t\t\t\t\t\tmargin: 0 8px;\n\t\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\t\tcolor: #756275;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta:focus {\n\t\t\t\t\t\t\t\tbox-shadow: none;\n\t\t\t\t\t\t\t\toutline: 0;\n\t\t\t\t\t\t\t\tborder: none;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta.active {\n\t\t\t\t\t\t\t\tborder-bottom: 2px solid #0060f3;\n\t\t\t\t\t\t\t\tcolor: #0060f3;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ta:first-child {\n\t\t\t\t\t\t\t\tmargin-left: 0;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Content\n\tsection.data-content {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\n\t\t\t\t.col-left {\n\t\t\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\t\t\tborder-radius: 5px;\n\t\t\t\t\tbackground: #fff;\n\t\t\t\t\tbox-shadow: 0 0 30px #f6f6f67d;\n\t\t\t\t\tpadding: 30px;\n\t\t\t\t\tbox-sizing: border-box;\n\t\t\t\t\twidth: calc(100% - 330px - 30px);\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 35px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tmargin-bottom: 20px;\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\n\t\t\t\t\ttable {\n\t\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t\ttr {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tpadding-bottom: 10px;\n\t\t\t\t\t\t\tmargin-bottom: 10px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\t\tline-height: 1.7;\n\t\t\t\t\t\t\t\twidth: 80%;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.two {\n\t\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\t\twidth: 9%;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\tfont-size: 20px;\n\t\t\t\t\t\t\t\t\twidth: 20px;\n\t\t\t\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t\t\t\t\tfill: #cb0000;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.light {\n\t\t\t\t\t\t\t\t\tfill: #2ada12;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\t\t\twidth: 9%;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\tfont-size: 20px;\n\t\t\t\t\t\t\t\t\twidth: 20px;\n\t\t\t\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t\t\t\t\tfill: #2ada12;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Top\n\t\t\t\t\t\ttr.top {\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\tborder-bottom: 2px solid #e3ecf0;\n\n\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\ttext-align: left;\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.two {\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tol,\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tmargin-left: 2em;\n\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\tli {\n\t\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tmargin-bottom: 15px;\n\t\t\t\t\t\t\ttext-transform: capitalize;\n\n\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\t\ttext-transform: lowercase;\n\n\t\t\t\t\t\t\t\tsvg {\n\t\t\t\t\t\t\t\t\twidth: 18px;\n\t\t\t\t\t\t\t\t\theight: 18px;\n\t\t\t\t\t\t\t\t\tmargin-right: 8px;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.facebook {\n\t\t\t\t\t\t\t\t\tfill: #1877f2;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.youtube {\n\t\t\t\t\t\t\t\t\tfill: #f00;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.twitter {\n\t\t\t\t\t\t\t\t\tfill: #1da1f2;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.instagram {\n\t\t\t\t\t\t\t\t\tfill: #c32aa3;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsvg.email {\n\t\t\t\t\t\t\t\t\tfill: #444;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// General\n\tsection.general {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.col-left {\n\n\t\t\t\t\tol,\n\t\t\t\t\tul {\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tmargin-left: 1.5em;\n\t\t\t\t\t\tlist-style: disc;\n\t\t\t\t\t}\n\n\t\t\t\t\th3 {\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Report.\n\tsection.report {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\n\t\t\t\t.col-left {\n\n\t\t\t\t\tspan.email {\n\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\tfont-weight: 700;\n\t\t\t\t\t\ttext-transform: lowercase;\n\t\t\t\t\t}\n\n\t\t\t\t\ta.support {\n\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Changelog\n\tsection.changelog.data-content {\n\n\t\t.mycontainer {\n\n\t\t\t.myrow {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-wrap: wrap;\n\t\t\t\tjustify-content: space-between;\n\n\t\t\t\t.col-left {\n\t\t\t\t\tborder-bottom: 1px solid #f7f7f7;\n\t\t\t\t\tborder-radius: 5px;\n\t\t\t\t\tbackground: #fff;\n\t\t\t\t\tbox-shadow: 0 0 30px #f6f6f67d;\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 35px;\n\t\t\t\t\t\tline-height: 1.2;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\tmargin-bottom: 35px;\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t}\n\n\t\t\t\t\t.changelog-info {\n\n\t\t\t\t\t\tul {\n\t\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\tpadding-bottom: 25px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\tmargin-right: 25px;\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\t\t\t\twidth: 22px;\n\t\t\t\t\t\t\t\t\theight: 22px;\n\t\t\t\t\t\t\t\t\tmargin-right: 10px;\n\t\t\t\t\t\t\t\t\tborder-radius: 100%;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\t\t\t\ttop: 1px;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.feat {\n\t\t\t\t\t\t\t\t\tbackground: #00c513;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"F\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.fix {\n\t\t\t\t\t\t\t\t\tbackground: #cb0000;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.docs {\n\t\t\t\t\t\t\t\t\tbackground: #be0095;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.style {\n\t\t\t\t\t\t\t\t\tbackground: #e68a09;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"S\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.refactor {\n\t\t\t\t\t\t\t\t\tbackground: #0375f4;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"R\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tspan.perf {\n\t\t\t\t\t\t\t\t\tbackground: #024578;\n\n\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\tcontent: \"P\";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tli:last-child {\n\t\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.changelog-list {\n\n\t\t\t\t\t\tsection {\n\t\t\t\t\t\t\tmargin-bottom: 25px;\n\t\t\t\t\t\t\tpadding-bottom: 25px;\n\t\t\t\t\t\t\tborder-bottom: 1px solid #e3ecf0;\n\n\t\t\t\t\t\t\th2 {\n\t\t\t\t\t\t\t\tcolor: #294960;\n\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\tjustify-content: space-between;\n\t\t\t\t\t\t\t\tfont-size: 17px;\n\t\t\t\t\t\t\t\tmargin: 0 0 20px 0;\n\t\t\t\t\t\t\t\tgap: 15px;\n\n\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\t\t\t\t\tcolor: #888;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t.release {\n\n\t\t\t\t\t\t\t\tul {\n\t\t\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\t\tflex-wrap: wrap;\n\t\t\t\t\t\t\t\t\t\tmargin-bottom: 15px;\n\n\t\t\t\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\t\t\t\t\t\tflex: 0 0 21px;\n\t\t\t\t\t\t\t\t\t\t\twidth: 21px;\n\t\t\t\t\t\t\t\t\t\t\theight: 21px;\n\t\t\t\t\t\t\t\t\t\t\tmargin-right: 12px;\n\t\t\t\t\t\t\t\t\t\t\tborder-radius: 100%;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\t\t\t\t\t\t\tfont-size: 10px;\n\t\t\t\t\t\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\t\t\t\t\t\t\ttop: 1px;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.feat {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #00c513;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"F\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.fix {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #cb0000;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.docs {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #be0095;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"B\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.style {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #e68a09;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"S\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.refactor {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #0375f4;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"R\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tspan.perf {\n\t\t\t\t\t\t\t\t\t\t\tbackground: #024578;\n\n\t\t\t\t\t\t\t\t\t\t\t&::before {\n\t\t\t\t\t\t\t\t\t\t\t\tcontent: \"P\";\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tul:last-child {\n\n\t\t\t\t\t\t\t\t\tli:last-child {\n\t\t\t\t\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsection:first-child {\n\t\t\t\t\t\t\tmargin-top: 25px;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsection:last-child {\n\t\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tp.no-releases-found {\n\t\t\t\t\t\t\tmargin: 25px 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ta#view-all-releases {\n\t\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@media only screen and (max-width: 1200px) {\n\n\t.wrap {\n\n\t\t// Sidebar ads\n\t\t.col-right.ads {\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tjustify-content: space-between;\n\t\t\twidth: 100%;\n\n\t\t\t.box-sidebar {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\n\t\t// Content\n\t\tsection.data-content {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\t\t\t\t\tflex-direction: column-reverse;\n\n\t\t\t\t\t.col-left {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n}\n\n@media only screen and (max-width: 768px) {\n\n\t.wrap {\n\n\t\t// Header\n\t\theader.top {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\t\t\t\t\tpadding: 40px 15px;\n\n\t\t\t\t\t.col-left {\n\n\t\t\t\t\t\th2 {\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\ttop: -15px;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Navigation tabs\n\t\tnav.tabs {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.box-menu {\n\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\tul {\n\t\t\t\t\t\t\tflex-wrap: nowrap;\n\t\t\t\t\t\t\toverflow-y: hidden;\n\t\t\t\t\t\t\toverflow-x: auto;\n\t\t\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\t\t\tpadding-bottom: 15px;\n\n\t\t\t\t\t\t\tli {\n\n\t\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\t\tpadding: 10px 5px;\n\t\t\t\t\t\t\t\t\tpadding-bottom: 20px;\n\t\t\t\t\t\t\t\t\tmargin: 0 8px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@media only screen and (max-width: 576px) {\n\n\t.wrap {\n\t\tpadding: 0;\n\t\tmargin-right: 10px;\n\n\t\t// Sidebar ads\n\t\t.col-right.ads {\n\n\t\t\t.box-sidebar {\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t\tpadding: 20px;\n\t\t\t}\n\t\t}\n\n\t\t// Header\n\t\theader.top {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.col-left {\n\n\t\t\t\t\t\th2 {\n\t\t\t\t\t\t\tmargin-bottom: 15px;\n\n\t\t\t\t\t\t\tspan {\n\t\t\t\t\t\t\t\tleft: 85%;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tp {\n\t\t\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.col-right {\n\t\t\t\t\t\tflex-direction: column;\n\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\twidth: 75%;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Navigation tabs\n\t\tnav.tabs {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.box-menu {\n\n\t\t\t\t\t\tul {\n\n\t\t\t\t\t\t\tli {\n\t\t\t\t\t\t\t\tmargin-bottom: 12px;\n\n\t\t\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t\t\tpadding-bottom: 15px;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ta.active {\n\t\t\t\t\t\t\t\t\tborder-bottom-width: 4px;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Content\n\t\tsection.data-content {\n\n\t\t\t.mycontainer {\n\n\t\t\t\t.myrow {\n\n\t\t\t\t\t.col-left {\n\t\t\t\t\t\tpadding: 20px;\n\n\t\t\t\t\t\ttable {\n\n\t\t\t\t\t\t\ttr {\n\n\t\t\t\t\t\t\t\ttd.one {\n\t\t\t\t\t\t\t\t\twidth: 65%;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ttd.two,\n\t\t\t\t\t\t\t\ttd.three {\n\t\t\t\t\t\t\t\t\twidth: 15%;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"]}
  • import-export-menu/trunk/import-export-menu.php

    r3139131 r3140708  
    1616 * Plugin URI:        https://yukyhendiawan.com
    1717 * Description:       This plugin allows you to export and import menus in WordPress, making it easier to manage and migrate menu structures between sites.
    18  * Version:           1.2.7
     18 * Version:           1.2.8
    1919 * Author:            Yuky Hendiawan
    2020 * Author URI:        https://yukyhendiawan.com/
     
    3636 */
    3737define( 'IMPORT_EXPORT_MENU_PLUGIN_NAME', 'Import Export Menu' );
    38 define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.7' );
     38define( 'IMPORT_EXPORT_MENU_VERSION', '1.2.8' );
    3939
    4040/**
  • import-export-menu/trunk/src/assets/scss/admin/_menu-page.scss

    r3138323 r3140708  
    534534
    535535                    span.email {
    536                         display: block;
     536                        display: inline-block;
    537537                        font-weight: 700;
    538538                        text-transform: lowercase;
Note: See TracChangeset for help on using the changeset viewer.