main

mattermost/focalboard

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

sortUp.scss

TLDR

This file defines the styling for the "SortUpIcon" widget.

Classes

SortUpIcon

The "SortUpIcon" class defines the styling for the SortUpIcon widget. It sets the stroke color to the current color, sets the stroke width to 8 pixels, sets the fill to none, and sets the width and height to 24 pixels.

.SortUpIcon {
    stroke: currentColor;
    stroke-width: 8px;
    fill: none;
    width: 24px;
    height: 24px;
}