403Webshell
Server IP : 172.67.191.97  /  Your IP : 104.23.243.196
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/fcs/administrator/components/com_gantry5/scss/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/fcs/administrator/components/com_gantry5/scss/admin/_page-settings.scss
#g5-container {
    // wrapper
    #page-settings #atoms {

        .card {
            position: relative;
        }

        .atoms-picker {
            @extend %list-reset;

            .atom-settings {
                display: none;
            }
        }
        
        .atoms-list {
            min-height: 3.5rem;
            margin: 0.5rem;

            .drag-indicator {
                display: none;
            }

            &:empty {
                background-color: #f6f6f6;

                &:after {
                    content: "Drop atoms here...";
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                    position: relative;
                    vertical-align: middle;
                    color: #bababa;
                    line-height: 3.5rem;
                }
            }
        }

        .atoms-picker, .atoms-list {
            .atom-settings {
                color: $core-text;
                opacity: 0.7;
                cursor: pointer;
                transition: opacity 0.2s ease-in-out;

                &:hover {
                    opacity: 1;
                }
            }

            .drag-indicator {
                opacity: 0.5;
            }

            li {
                cursor: move;
                display: inline-block;
                border-radius: $core-border-radius;
                color: $atom;
                border: 2px solid $atom;
                padding: $content-padding / 2;
                margin: $content-margin / 2;
                vertical-align: middle;
                
                .atom-title {
                    vertical-align: middle;
                }

                &:not(.atom-force-style) {
                    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
                }

                &.atom-dragging:not(.atom-disabled) {
                    border-color: $atom;
                    background-color: $atom;
                    color: $white;

                    .atom-settings {
                        color: $white;
                    }
                }

                &.g-inheriting {
                    @include stripes-background($atom, 50px, 45deg);
                    color: $white;
                    i {
                        color: $white;
                    }
                }

                &.atom-disabled {
                    @extend .particle-disabled;
                    border-color: rgba(0, 0, 0, 0.1);
                    color: $dark-gray;
                    opacity: 0.7;

                    &.g-inheriting {
                        @include stripes-background($dark-gray, 50px, 45deg);
                        color: $white;
                        i {
                            color: $white;
                        }
                    }
                }
            }
        }

        .atoms-picker li {
            color: $dark-gray;
            border-color: $dark-gray;
        }

        &.atoms-override .atoms-list {
            margin: 0.5rem 2rem 0.5rem 0.5rem;
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit