main

mattermost/focalboard

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

logoWithName.scss

TLDR

This file contains styling for the logo with name icon.

Classes

LogoWithNameIcon

This class defines the styling for the logo with name icon. It sets the width to 150 pixels and the height to 32 pixels.

.LogoWithNameIcon {
    width: 150px;
    height: 32px;
}