docs: share page attachment

This commit is contained in:
Jay V
2025-07-10 16:08:42 -04:00
parent c056b0add9
commit 2e5f96fa41
3 changed files with 29 additions and 6 deletions

View File

@@ -137,6 +137,29 @@
}
}
[data-component="attachment"] {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.375rem;
padding-bottom: 1rem;
[data-slot="copy"] {
line-height: 18px;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: -0.5px;
color: var(--sl-color-text-secondary);
}
[data-slot="filename"] {
line-height: 1.5;
font-size: 0.875rem;
font-weight: 500;
max-width: var(--md-tool-width);
}
}
[data-component="button-text"] {
cursor: pointer;
appearance: none;