signal-desktop/stylesheets/components/TimelineWarnings.scss

14 lines
240 B
SCSS
Raw Normal View History

2021-04-21 16:31:12 +00:00
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-TimelineWarnings {
left: 0;
position: absolute;
top: 0;
width: 100%;
2021-12-01 23:13:09 +00:00
z-index: $z-index-base;
2021-04-21 16:31:12 +00:00
display: flex;
flex-direction: column;
}