main

mattermost/focalboard

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

help.scss

TLDR

The help.scss file defines the styling for the help icon used in the widgets.

Classes

HelpIcon

The HelpIcon class sets the color and font size for the help icon in the widgets.

.HelpIcon {
    color: rgba(var(--sidebar-text-rgb), 0.7);
    font-size: 16px;
}