@import '@project-one/components/lib/variables.scss';

.DigimapArchiveFlightPanelResizer {
    height: 0.875rem;

    &-Button {
        appearance: none;
        border: none;
        background: none;
        height: 100%;
        display: grid;
        align-items: center;
        cursor: row-resize;
        padding: 0 0.5rem;
        margin: 0 auto;
        touch-action: none;

        &::before {
            content: '';
            display: block;
            width: 2rem;
            height: 0.25rem;
            background-color: $grey30Clear;
            border-radius: 0.25rem;
        }
    }
}
