signal-desktop/stylesheets/components/CallingAudioIndicator.scss
Evan Hahn 5ce26eb91a
Speaking indicator for group calls
Co-authored-by: Peter Thatcher <peter@signal.org>
Co-authored-by: Jim Gustafson <jim@signal.org>
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
2022-02-08 12:30:33 -06:00

14 lines
303 B
SCSS

// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.CallingAudioIndicator {
$size: 14px;
height: $size;
min-width: $size;
width: $size;
z-index: $z-index-base;
&--muted {
@include color-svg('../images/icons/v2/mic-off-solid-28.svg', $color-white);
}
}