signal-desktop/stylesheets/components/StoryReplyQuote.scss

15 lines
227 B
SCSS
Raw Normal View History

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