signal-desktop/stylesheets/components/fun/FunConstants.scss
Jamie Kyle 1cced9b3ac
Init Fun Picker
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2025-02-19 17:31:33 -08:00

13 lines
367 B
SCSS

// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@use '../../variables';
$Fun__BgColor: light-dark(variables.$color-white, variables.$color-gray-75);
$Fun__DialogHeight: 524px;
$Fun__DialogWidth: 352px;
$Fun__TabsListHeight: 48px;
$Fun__PanelHeight: $Fun__DialogHeight - $Fun__TabsListHeight;
$Fun__PanelWidth: $Fun__DialogWidth;