main

mattermost/focalboard

Last updated at: 28/12/2023 01:34

dividerElement.scss

TLDR

This file contains SCSS code that defines the styling for a divider element in a web component.

.DividerElement {
    padding-top: 16px;
    border-bottom: 1px solid rgba(var(--center-channel-color-rgb), 0.09);
    margin-bottom: 17px;
    flex-grow: 1;
}