Upgrade sass

This commit is contained in:
Jamie Kyle
2024-11-15 15:09:31 -08:00
committed by GitHub
parent e819bfe4eb
commit 8e3b8b92fd
165 changed files with 8663 additions and 6514 deletions

View File

@@ -1,8 +1,11 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@use '../mixins';
@use '../variables';
.module-GroupInput {
@include normal-input;
@include mixins.normal-input;
&__description {
resize: none;
@@ -13,9 +16,9 @@
}
&--remaining {
@include font-subtitle;
@include mixins.font-subtitle;
bottom: 0;
color: $color-gray-45;
color: variables.$color-gray-45;
margin: 12px;
position: absolute;
inset-inline-end: 0;