| 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 | .setting-description { |
| b69ab31 | | | 9 | padding-bottom: var(--halfpad); |
| b69ab31 | | | 10 | font-size: 13px; |
| b69ab31 | | | 11 | } |
| b69ab31 | | | 12 | |
| b69ab31 | | | 13 | .multiple-settings { |
| b69ab31 | | | 14 | display: flex; |
| b69ab31 | | | 15 | flex-direction: column; |
| b69ab31 | | | 16 | flex-wrap: wrap; |
| b69ab31 | | | 17 | max-width: 500px; |
| b69ab31 | | | 18 | gap: var(--pad); |
| b69ab31 | | | 19 | } |
| b69ab31 | | | 20 | |
| b69ab31 | | | 21 | .setting-inline-dropdown { |
| b69ab31 | | | 22 | display: flex; |
| b69ab31 | | | 23 | flex-direction: row; |
| b69ab31 | | | 24 | gap: var(--pad); |
| b69ab31 | | | 25 | align-items: center; |
| b69ab31 | | | 26 | } |
| b69ab31 | | | 27 | |
| b69ab31 | | | 28 | .zoom-setting { |
| b69ab31 | | | 29 | display: flex; |
| b69ab31 | | | 30 | align-items: center; |
| b69ab31 | | | 31 | gap: var(--halfpad); |
| b69ab31 | | | 32 | } |
| b69ab31 | | | 33 | |
| b69ab31 | | | 34 | .zoom-setting label { |
| b69ab31 | | | 35 | font-size: 80%; |
| b69ab31 | | | 36 | } |