signal-desktop/stylesheets/components/StoryReplyQuote.scss
2022-03-16 10:30:14 -07:00

14 lines
227 B
SCSS

// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.StoryReplyQuote {
&__primary {
min-height: 64px;
}
&__icon-container {
flex: 0 0 40px;
height: 64px;
width: 40px;
}
}