signal-desktop/stylesheets/components/TimelineWarnings.scss

14 lines
266 B
SCSS
Raw Normal View History

2023-01-03 19:55:46 +00:00
// Copyright 2021 Signal Messenger, LLC
2021-04-21 16:31:12 +00:00
// SPDX-License-Identifier: AGPL-3.0-only
.module-TimelineWarnings {
2023-04-20 17:03:43 +00:00
inset-inline-start: 0;
2022-03-09 22:44:57 +00:00
position: absolute;
top: 0;
width: 100%;
z-index: $z-index-above-above-base;
2021-04-21 16:31:12 +00:00
display: flex;
flex-direction: column;
}