main

mattermost/focalboard

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

manageCategories.scss

TLDR

This file contains the SCSS styling for the manage categories component in the onboarding tour.

.ManageCatergoies {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        margin-left: 14px;
        margin-top: 5px;
    }

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

    .tutorial-tour-tip__footer {
        margin-top: 15px;
    }

}