main

mattermost/focalboard

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

updatedTime.scss

TLDR

The updatedTime.scss file is a SCSS (Sass) file that contains styles for a component with the class .UpdatedTime. This component applies a flexbox layout and aligns its child elements vertically centered.

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