419 B21 lines
Blame
1/**
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8.code-review-upsell-inner {
9 display: flex;
10 align-items: center;
11 width: 100%;
12 justify-content: space-between;
13 min-height: 24px;
14}
15
16.code-review-upsell-icon-text {
17 display: flex;
18 align-items: center;
19 gap: 10px;
20}
21