main

mattermost/focalboard

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

hamburger.scss

TLDR

The provided file, hamburger.scss, defines the styling for a hamburger icon.

.HamburgerIcon {
    stroke: rgba(var(--center-channel-color-rgb), 0.5);
    stroke-width: 6px;
    fill: none;
    width: 24px;
    height: 24px;
}