main

mattermost/focalboard

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

h3.scss

TLDR

This file contains the SCSS styling for the <h3> element.

Classes (if applicable)

.H3

This class defines the styling for the <h3> element. It sets the font size to 18 pixels and font weight to 700.

.H3 {
    font-size: 18px;
    font-weight: 700;
}