main

mattermost/focalboard

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

calendar.scss

TLDR

This file provides styling for the "CalendarIcon" widget.

Classes

CalendarIcon

This class defines the styling for the "CalendarIcon" widget. It sets the stroke width to 8 pixels.

.CalendarIcon {
    stroke-width: 8px;
}