main

mattermost/focalboard

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

add_description.scss

TLDR

This file contains SCSS code for styling the "Add Description" tour step component in the onboarding tour.

.AddDescriptionTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        top: -10px;
        left: calc(120px + 20%);
    }

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

    &.tippy-box.tutorial-tour-tip__box {
        left: -21px;
    }
}