signal-desktop/stylesheets/components/CustomizingPreferredReactionsModal.scss
Jamie Kyle 0e490542a7
RTL
2023-04-20 10:03:43 -07:00

31 lines
657 B
SCSS

// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-CustomizingPreferredReactionsModal {
&__overlay-container {
z-index: $z-index-above-context-menu;
}
&__small-emoji-picker-wrapper {
@include font-subtitle;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
padding-block: 4rem;
padding-inline: 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;
}
}
}