main

mattermost/focalboard

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

copy_link.scss

TLDR

This file contains the styling rules for the CopyLinkTourStep component, which is used in the onboarding tour of the project.

Classes

CopyLinkTourStep

This class defines the styling rules for the CopyLinkTourStep component. It includes several nested selectors to target specific elements within the component. The styling rules mainly focus on positioning and visual enhancements, such as the pulsating dot and the tooltip arrow.

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

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

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