2020-10-30 20:34:04 +00:00
|
|
|
// Copyright 2019-2020 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2020-02-07 19:07:22 +00:00
|
|
|
@import '../stylesheets/variables';
|
|
|
|
|
2019-12-17 20:25:57 +00:00
|
|
|
.container {
|
|
|
|
align-content: stretch;
|
2022-06-07 00:48:02 +00:00
|
|
|
align-items: stretch;
|
2022-06-13 21:29:10 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2019-12-17 20:25:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme {
|
2020-02-07 19:07:22 +00:00
|
|
|
background-color: $color-gray-95;
|
|
|
|
color: $color-gray-05;
|
2019-12-17 20:25:57 +00:00
|
|
|
}
|