| b69ab31 | | | 1 | /** |
| b69ab31 | | | 2 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| b69ab31 | | | 3 | * |
| b69ab31 | | | 4 | * This source code is licensed under the MIT license found in the |
| b69ab31 | | | 5 | * LICENSE file in the root directory of this source tree. |
| b69ab31 | | | 6 | */ |
| b69ab31 | | | 7 | |
| b69ab31 | | | 8 | .empty-state { |
| b69ab31 | | | 9 | width: 90%; |
| b69ab31 | | | 10 | margin: 100px 0; |
| b69ab31 | | | 11 | font-size: 150%; |
| b69ab31 | | | 12 | font-weight: bold; |
| b69ab31 | | | 13 | opacity: 0.7; |
| b69ab31 | | | 14 | display: flex; |
| b69ab31 | | | 15 | flex-direction: column; |
| b69ab31 | | | 16 | align-items: center; |
| b69ab31 | | | 17 | justify-content: center; |
| b69ab31 | | | 18 | text-align: center; |
| b69ab31 | | | 19 | letter-spacing: 2px; |
| b69ab31 | | | 20 | } |
| b69ab31 | | | 21 | |
| b69ab31 | | | 22 | .empty-state-small { |
| b69ab31 | | | 23 | font-size: initial; |
| b69ab31 | | | 24 | width: initial; |
| b69ab31 | | | 25 | letter-spacing: initial; |
| b69ab31 | | | 26 | padding: 0 calc(3 * var(--pad)); |
| b69ab31 | | | 27 | } |
| b69ab31 | | | 28 | |
| b69ab31 | | | 29 | /* Use <p> as a byline within the empty state */ |
| b69ab31 | | | 30 | .empty-state p { |
| b69ab31 | | | 31 | font-size: initial; |
| b69ab31 | | | 32 | letter-spacing: initial; |
| b69ab31 | | | 33 | } |