mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
9 lines
155 B
SCSS
9 lines
155 B
SCSS
// Copyright 2024 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
@use '../mixins';
|
|
|
|
.InAnotherCallTooltip {
|
|
@include mixins.tooltip;
|
|
}
|