signal-desktop/stylesheets/components/CustomizingPreferredReactionsModal.scss
2021-09-13 10:04:45 -07:00

26 lines
558 B
SCSS

// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-CustomizingPreferredReactionsModal {
&__small-emoji-picker-wrapper {
@include font-subtitle;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: 4rem 0;
text-align: center;
user-select: none;
@include light-theme {
color: $color-gray-45;
}
@include dark-theme {
color: $color-gray-25;
}
.module-ReactionPickerPicker {
margin-bottom: 2rem;
}
}
}