main

mattermost/focalboard

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

shareBoard.scss

TLDR

This file contains the SCSS styles for the ShareBoard component of the Onboarding Tour feature.

.ShareBoardTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        left: calc(80% - 16px);
        top: 27px;
    }

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

    &.tippy-box.tutorial-tour-tip__box {
        right: -22px;
    }
}