|
3 | 3 | Individual community card item styles used within card-group containers. |
4 | 4 | */ |
5 | 5 |
|
6 | | -.community-card { |
7 | | - display: flex; |
8 | | - flex-direction: column; |
9 | | - gap: var(--space-medium); |
10 | | - padding: var(--space-card); |
11 | | - font-family: var(--font-sans); |
12 | | - color: var(--color-text-primary); |
13 | | - transition: |
14 | | - background-color 0.2s ease, |
15 | | - border-color 0.2s ease; |
16 | | -} |
17 | | - |
18 | | -.community-card__title { |
19 | | - margin: 0; |
20 | | - padding: 0; |
21 | | - font-family: var(--font-sans); |
22 | | - font-size: var(--font-size-base); |
23 | | - font-weight: var(--font-weight-medium); |
24 | | - line-height: var(--line-height-default); |
25 | | - letter-spacing: var(--letter-spacing-tight); |
26 | | - color: var(--color-text-primary); |
27 | | -} |
28 | | - |
29 | | -.community-card__description { |
30 | | - margin: 0; |
31 | | - padding: 0; |
32 | | - font-family: var(--font-sans); |
33 | | - font-size: var(--font-size-xs); |
34 | | - font-weight: var(--font-weight-regular); |
35 | | - line-height: var(--line-height-default); |
36 | | - letter-spacing: var(--letter-spacing-tight); |
37 | | - color: var(--color-text-secondary); |
38 | | -} |
39 | | - |
40 | | -.community-card__link { |
41 | | - color: var(--color-text-primary); |
42 | | - font-family: var(--font-sans); |
43 | | - font-size: var(--font-size-xs); |
44 | | - font-weight: var(--font-weight-medium); |
45 | | - line-height: var(--line-height-tight); |
46 | | - letter-spacing: var(--letter-spacing-tight); |
47 | | - text-decoration-line: underline; |
48 | | - text-decoration-skip-ink: none; |
49 | | - text-underline-position: from-font; |
| 6 | +.community-card .content-detail-icon { |
| 7 | + border: none; |
50 | 8 | } |
0 commit comments