main

mattermost/focalboard

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

divider.scss

TLDR

This file contains the SCSS styles for the Divider component.

Classes

Divider

This class defines the styling for the Divider component. It sets the width to 100% and adds a margin of 5px 0.

.Divider {
    width: 100%;
    margin: 5px 0;
}