2023-12-06 21:52:29 +00:00
|
|
|
// Copyright 2023 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2023-12-08 20:15:18 +00:00
|
|
|
.CallingRaisedHandsToast__Content {
|
2023-12-06 21:52:29 +00:00
|
|
|
display: flex;
|
|
|
|
margin-block: 4px;
|
|
|
|
margin-inline: 8px;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
2023-12-08 20:15:18 +00:00
|
|
|
.CallingRaisedHandsToast__HandIcon {
|
2023-12-06 21:52:29 +00:00
|
|
|
display: inline-block;
|
|
|
|
$icon-size: 16px;
|
|
|
|
width: $icon-size;
|
|
|
|
height: $icon-size;
|
|
|
|
margin-inline-end: 8px;
|
|
|
|
content: '';
|
|
|
|
|
|
|
|
@include color-svg(
|
|
|
|
'../images/icons/v3/raise_hand/raise_hand-light.svg',
|
|
|
|
$color-white
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.CallingRaisedHandsToasts__Link {
|
|
|
|
@include button-reset;
|
|
|
|
color: $color-ultramarine-pastel;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-inline-start: 16px;
|
|
|
|
|
|
|
|
@include keyboard-mode {
|
|
|
|
&:focus {
|
|
|
|
outline: 2px solid $color-ultramarine;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.module-calling-participants-list__status {
|
|
|
|
flex-basis: auto;
|
|
|
|
}
|