main

mattermost/focalboard

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

add_view.scss

TLDR

This file is a SCSS (Sass) file that contains styling rules for a component in the onboarding tour feature of the project.

.AddViewTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        left: 91%;
        top: 100%;
    }

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

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