mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Contact info modal for call link join requests
This commit is contained in:
@@ -34,11 +34,36 @@
|
||||
margin-inline-start: 8px;
|
||||
}
|
||||
|
||||
.CallingPendingParticipants__ParticipantButton {
|
||||
@include button-reset();
|
||||
}
|
||||
|
||||
.CallingPendingParticipants__ParticipantButton:focus {
|
||||
@include keyboard-mode {
|
||||
outline: 3px solid $color-ultramarine;
|
||||
outline-offset: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.CallingPendingParticipants__ParticipantName {
|
||||
@include font-body-1-bold;
|
||||
color: $color-gray-15;
|
||||
}
|
||||
|
||||
.CallingPendingParticipants__ParticipantAboutIcon {
|
||||
display: inline-block;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
|
||||
position: relative;
|
||||
inset-block-start: 3px;
|
||||
|
||||
@include color-svg(
|
||||
'../images/icons/v3/chevron/chevron-right-bold.svg',
|
||||
$color-gray-05
|
||||
);
|
||||
}
|
||||
|
||||
.CallingPendingParticipants__WouldLikeToJoin {
|
||||
@include font-body-2;
|
||||
color: $color-gray-20;
|
||||
|
||||
Reference in New Issue
Block a user