Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| components:social:x-follow [2026/09/18 21:30] – ayush | components:social:x-follow [2026/09/18 21:44] (current) – ayush | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| display: flex; | display: flex; | ||
| align-items: | align-items: | ||
| - | gap: 12px; | + | gap: 0.75rem; |
| - | width: | + | width: |
| - | padding: | + | padding: |
| overflow: hidden; | overflow: hidden; | ||
| Line 19: | Line 19: | ||
| color: #fff; | color: #fff; | ||
| background: #111; | background: #111; | ||
| - | border-radius: | + | border-radius: |
| - | box-shadow: 0 4px 16px rgb(0 0 0 / 12%); | + | box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 12%); |
| - | font: 500 14px/1.2 system-ui, sans-serif; | + | font-size: var(--caption-size); |
| - | | + | |
| + | line-height: | ||
| white-space: | white-space: | ||
| + | text-decoration: | ||
| transition: | transition: | ||
| width 300ms ease, | width 300ms ease, | ||
| - | background 300ms ease, | + | background-color |
| box-shadow 300ms ease; | box-shadow 300ms ease; | ||
| + | } | ||
| + | |||
| + | .spp-x: | ||
| + | color: #fff; | ||
| + | text-decoration: | ||
| } | } | ||
| .spp-x img { | .spp-x img { | ||
| - | flex: 0 0 20px; | + | |
| - | width: | + | |
| - | height: | + | |
| + | width: | ||
| + | height: | ||
| } | } | ||
| Line 44: | Line 53: | ||
| .spp-x: | .spp-x: | ||
| - | width: | + | width: |
| background: #222; | background: #222; | ||
| - | box-shadow: 0 8px 24px rgb(0 0 0 / 16%); | + | box-shadow: 0 0.5rem 1.5rem |
| } | } | ||
| .spp-x: | .spp-x: | ||
| opacity: 1; | opacity: 1; | ||
| - | } | ||
| - | |||
| - | .spp-x: | ||
| - | color: #fff; | ||
| - | text-decoration: | ||
| - | } | ||
| - | |||
| - | .spp-x: | ||
| - | outline: 2px solid #fff; | ||
| - | outline-offset: | ||
| } | } | ||
| Line 81: | Line 81: | ||
| src=" | src=" | ||
| alt="" | alt="" | ||
| + | aria-hidden=" | ||
| > | > | ||
| < | < | ||
| </a> | </a> | ||
| </ | </ | ||