Add license headers to all files in stylesheets/components/
This commit is contained in:
parent
9705f464be
commit
c01fd823ba
4 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-ContactSpoofingReviewDialog {
|
||||
user-select: none;
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-ContactSpoofingReviewDialogPerson {
|
||||
display: flex;
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.GradientDial {
|
||||
&__container {
|
||||
height: 100%;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-select {
|
||||
position: relative;
|
||||
|
||||
|
|
Loading…
Reference in a new issue