main

mattermost/focalboard

Last updated at: 28/12/2023 01:37

add_properties.scss

TLDR

This file contains styles for the onboarding tour step in the add properties component.

Classes

AddPropertiesTourStep

The AddPropertiesTourStep class defines the styles for the onboarding tour step in the add properties component. It includes styles for the pulsating dot container, the tooltip arrow, and the tooltip 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;
    }
}