signal-desktop/stylesheets/components/SignalConnectionsModal.scss

24 lines
343 B
SCSS

// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.SignalConnectionsModal {
color: $color-gray-05;
&__list {
margin: 16px 0;
li {
margin: 8px 0;
}
}
&__button {
display: flex;
justify-content: center;
margin-top: 24px;
button {
min-width: 150px;
}
}
}