mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-26 07:55:49 +01:00
12 lines
302 B
CSS
12 lines
302 B
CSS
/**
|
|
* Copyright 2026 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
@theme {
|
|
--ease-*: initial; /* reset defaults */
|
|
--ease-in-cubic: cubic-bezier(0.32, 0, 0.67, 0);
|
|
--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
|
|
--east-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
|
|
}
|