main

mattermost/focalboard

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

text.scss

TLDR

This file defines the styling for the TextIcon widget.

Classes

TextIcon

The TextIcon class defines the styling for the TextIcon widget. It sets the stroke to none, and sets the width, height, and line height to 1em.

.TextIcon {
    stroke: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
}