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/forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

//
//  Extend common form control styles
//  ---------------------------------------------

.abs-form-control-pattern {
    .__form-control-pattern();

    &:hover {
        .__form-control-pattern__hover();
    }

    &:focus {
        .__form-control-pattern__focus();
    }

    &[disabled] {
        .__form-control-pattern__disabled();
    }
}

//
//  Transformation to rows form layout
//  ---------------------------------------------

.abs-field-rows[class] {
    > .admin__field-control {
        clear: left;
        float: none;
        text-align: left;
        width: auto;
    }

    &:not(.admin__field-option) {
        > .admin__field-label {
            display: block;
            line-height: @field-label__font-size;
            //  Try to Calculate margin offset considering line-height;
            margin-bottom: 1rem - round((@field-label__line-height - 1) * @field-label__font-size / 2, 2);
            margin-top: 0 - round((@field-label__line-height - 1) * @field-label__font-size / 2, 2);
            text-align: left;
            width: auto;

            &:before {
                display: none;
            }
        }
    }
}

.abs-control-qty {
    min-width: 0;
    width: 5.4rem;
}

.abs-control-price {
    min-width: 0;
    width: 10rem;
}

.abs-fieldset-legend {
    font-size: 1.8rem;
    font-weight: @font-weight__semibold;
    margin-bottom: @indent__l;
}

Spamworldpro Mini