main

mattermost/focalboard

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

searchForBoards.scss

TLDR

This file contains SCSS styles for the SearchForBoards component.

Classes

SearchForBoards

This class contains styles for the SearchForBoards component. It includes styles for the tutorial-tour-tip__pulsating-dot-ctr, tutorial-tour-tip__overlay, and tutorial-tour-tip__footer elements.

.SearchForBoards {
    &.tutorial-tour-tip__pulsating-dot-ctr {
        margin-top: 10px;
    }

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

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

}