main

mattermost/focalboard

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

manageCategories.scss

TLDR

This file contains CSS styling for the "Manage Categories" component in the onboarding tour feature.

Classes

ManageCatergoies

This class contains the CSS styling for the "Manage Categories" component. It applies styles to the tutorial tour tip, overlay, and footer within the component.

.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;
    }

}