main

mattermost/focalboard

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

add_comments.scss

TLDR

This file contains SCSS code for styling the "AddCommentTourStep" component in the Onboarding Tour feature.

.AddCommentTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        left: 170px;
        top: 18px;
    }

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

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