signal-desktop/stylesheets/components/CallReactionBurst.scss

22 lines
420 B
SCSS
Raw Normal View History

2024-01-10 22:35:26 +00:00
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2024-11-15 23:09:31 +00:00
@use '../variables';
2024-01-10 22:35:26 +00:00
.CallingReactionsBurstToasts {
position: absolute;
width: 100%;
2024-11-15 23:09:31 +00:00
inset-block-end: calc(variables.$CallControls__height + 32px);
2024-01-10 22:35:26 +00:00
inset-inline-start: 15px;
}
.CallReactionBursts {
position: absolute;
2024-11-15 23:09:31 +00:00
z-index: variables.$z-index-toast;
2024-01-10 22:35:26 +00:00
display: flex;
}
.CallReactionBurstEmoji {
position: absolute;
}