Viewing File: /usr/local/cpanel/base/frontend/jupiter/htaccess/index.less

/*
# cpanel - base/frontend/jupiter/htaccess/index.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
*/

#directory_privacy {
    .body-content {
        max-width: 1200px;

        .box {
            .row {
                padding-bottom: 10px;
            }

            .fa-lock {
                color: #293a4a;
            }

            span.dirstack > .fa-lock {
                top: 0.3em;
            }

            #edit-current {
                margin-left: 13px;
                margin-right: 13px;
            }

            .current-privacy label {
                padding: 7px 10px 7px 7px;
            }

            #files {
                max-width: 100%; /* Override smaller width */

                .breadcrumb {
                    background-color: transparent;
                    margin-bottom: 0;
                }
            }

            td * {
                vertical-align: middle;
            }

            td.child {
                padding-left: 40px !important;
            }

            .empty-directory {
                background-color: transparent !important;
            }

            .row-controls {
                padding-bottom: 0;
                padding-top: 20px;
            }
        }

        .description {
            padding-bottom: 10px;
        }

        #modalSettings {
            .settings-select-extras {
                padding-top: 20px;
            }
        }
    }
}
Back to Directory File Manager