2021-03-08 22:31:19 +00:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2021-06-02 00:24:28 +00:00
|
|
|
.module-GroupInput {
|
2021-12-16 15:02:22 +00:00
|
|
|
@include normal-input;
|
2021-06-02 00:24:28 +00:00
|
|
|
|
|
|
|
&__description {
|
|
|
|
resize: none;
|
|
|
|
|
|
|
|
&--container {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--remaining {
|
|
|
|
@include font-subtitle;
|
|
|
|
bottom: 0;
|
|
|
|
color: $color-gray-45;
|
|
|
|
margin: 12px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--large {
|
|
|
|
height: 280px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--container {
|
|
|
|
position: relative;
|
|
|
|
margin: 16px;
|
|
|
|
}
|
2021-03-08 22:31:19 +00:00
|
|
|
}
|