main

mattermost/focalboard

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

newVersionBanner.scss

TLDR

This file contains the styling for the "NewVersionBanner" component. It sets the background color, text alignment, and padding of the component.

.NewVersionBanner {
    background-color: var(--prop-blue);
    text-align: center;
    padding: 10px;
}