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/magento/theme-adminhtml-backend/web/css/source/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/theme-adminhtml-backend/web/css/source/_tabs.less
// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Horizontal tabs
//  _____________________________________________

//  Are used in dashboard

.tabs-horiz {
    &:extend(.abs-clearfix all);
    margin: 0;
    padding: 0;

    //  Default tab
    .ui-state-default {
        background: @color-gray89;
        border: .1rem solid @color-gray68;
        float: left;
        letter-spacing: .0183em; // For tab width fixing depending on normal-semibold font-weight
        list-style: none;
        margin-right: .4rem;
    }

    //  Hovered tab
    .ui-state-hover {
        background: @color-gray84;
    }

    //  Active tab
    .ui-state-active {
        background: @color-white;
        border-bottom: 0;
        font-weight: @font-weight__semibold;
        letter-spacing: normal;
        margin-bottom: -.1rem;

        .ui-tabs-anchor {
            border-bottom: .1rem solid @color-white;
            border-top: .4rem solid @color-phoenix;
            padding-top: 1.1rem;
        }
    }

    .ui-tabs-anchor {
        color: @color-brown-darker;
        display: block;
        padding: 1.5rem 1.8rem 1.3rem;
        text-decoration: none;

        &:hover { // ToDo UI: should be deleted with old styles
            color: @color-brown-darker;
            text-decoration: none;
        }
    }
}

//  Tabs content
.ui-tabs-panel {
    margin-top: -1px;
    padding: 2rem;
}

Spamworldpro Mini