mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Co-authored-by: trevor-signal <trevor@signal.org> Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
24 lines
390 B
SCSS
24 lines
390 B
SCSS
// Copyright 2019 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
@use '../stylesheets/variables';
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
}
|
|
#storybook-root > div {
|
|
height: 100%;
|
|
}
|
|
|
|
.container {
|
|
align-content: stretch;
|
|
align-items: stretch;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.dark-theme {
|
|
background-color: variables.$color-gray-95;
|
|
color: variables.$color-gray-05;
|
|
}
|