main

mattermost/focalboard

Last updated at: 29/12/2023 09:47

add_properties.scss

TLDR

This file contains the SCSS styles for the "AddPropertiesTourStep" component in the onboarding tour. It includes styles for the tutorial tour tip, pulsating dot, tippy arrow, and box.

.AddPropertiesTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        left: 100%;
        top: calc(50% - 6px);
    }

    .tippy-arrow {
        top: -21px !important;
    }

    &.tippy-box.tutorial-tour-tip__box {
        top: 24px;
    }
}