main

mattermost/focalboard

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

board.scss

TLDR

This file contains the SCSS code for styling the BoardIcon widget.

Classes

BoardIcon

This class is used to style the BoardIcon widget. It sets the stroke width to 8 pixels.

.BoardIcon {
    stroke-width: 8px;
}