mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
11 lines
250 B
CSS
11 lines
250 B
CSS
/**
|
|
* Copyright 2026 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
@utility curved-* {
|
|
border-radius: calc(--value(--radius-*) * 1.15);
|
|
border-radius: calc(--value(integer) * 1.15px);
|
|
corner-shape: superellipse(1.25);
|
|
}
|