main

mattermost/focalboard

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

open_card.scss

TLDR

This file contains styling rules for the "Open Card" component used in the onboarding tour.

.OpenCardTourStep {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        left: 80%;
        top: calc(100% - 6px);
    }

    .tutorial-tour-tip__overlay {
        cursor: pointer;
    }
}