Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/packages/pkgform.less

/*
# cpanel - whostmgr/docroot/templates/packages/pkgform.less
#                                                  Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/

@import "mixins.less";

span.fixed {
    font-weight: bold;
    width: 230px;
    display: inline-block;
}

label span.fixed {
    float: none;
    display: inline-block;
}

input.resource-text {
    margin-right: 0;
}

.code {
    font-family: monospace;
}

#extensionDryDock {
    height: 0;
    overflow: hidden;
}

.packageOptions {
    display: block;
}

.pkgExtensionHeader {
    width: 615px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#missingPackageError {
    width: 566px;
    margin: 5px 0 10px;
}

#missingExtensionsOption {
    text-align: center;
    margin-bottom: 10px;
}

.hidden {
    .opacity(0);
    height: 0;
}

.formButtons {
    padding: 8px;
}

.visible {
    .opacity(1);
    height: 100%;
}

input[type="submit"] {
    margin-top: 10px;
}

.addEditPkgTopNotice {
    width: 616px;
    margin-bottom: 16px;
}

#content fieldset ul li.first {
    border-top: none;
}

.bolded {
    font-weight: bold;
}

.pkgLabel {
    border-bottom: 1px solid #cccccc;
}

#paper_lantern_warning {
    p {
        margin: 5px 0 5px; /* remove unneeded bottom margin from notice text */
    }

    a {
        color: #5b4c1e; /* 74% lightness of alert text */
    }
}

.externalLink:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f35d";
    display: inline-block;
    padding: 0 3px 0 3px;
}
Back to Directory File Manager