main

mattermost/focalboard

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

createdTime.scss

TLDR

The provided file, createdTime.scss, defines the styling for the .CreatedTime class.

Classes

.CreatedTime

The .CreatedTime class applies styling to elements with the class name CreatedTime. It sets the display property to flex and the align-items property to center.

.CreatedTime {
    display: flex;
    align-items: center;
}