2021-06-25 23:52:56 +00:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.module-disappearing-timer-select {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&__info {
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
margin-top: 4px;
|
2023-04-20 17:03:43 +00:00
|
|
|
padding-inline-start: 14px;
|
2021-06-25 23:52:56 +00:00
|
|
|
|
|
|
|
@include font-subtitle;
|
|
|
|
|
|
|
|
@include light-theme {
|
|
|
|
color: $color-gray-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include dark-theme {
|
|
|
|
color: $color-gray-25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|