mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Fallback for the SafetyNumberViewer
This commit is contained in:
@@ -74,35 +74,8 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__close-button {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
button {
|
||||
background: inherit;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
|
||||
@include keyboard-mode {
|
||||
&:focus {
|
||||
border: 1px solid $color-ultramarine;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
|
||||
@include light-theme {
|
||||
@include color-svg('../images/icons/v2/x-24.svg', $color-gray-60);
|
||||
}
|
||||
@include dark-theme {
|
||||
@include color-svg('../images/icons/v2/x-24.svg', $color-gray-05);
|
||||
}
|
||||
}
|
||||
}
|
||||
&__buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
||||
Reference in New Issue
Block a user