chore(ui): remove quotes

This commit is contained in:
David Hill
2026-03-04 16:45:34 +00:00
parent b7198c28c8
commit 6f23271741
2 changed files with 0 additions and 159 deletions

View File

@@ -942,97 +942,6 @@ body {
}
}
[data-component="testimonials"] {
border-top: 1px solid var(--color-border-weak);
padding: var(--vertical-padding) var(--padding);
display: flex;
flex-direction: column;
gap: 20px;
[data-slot="testimonial"] {
background: var(--color-background-weak);
border-radius: 6px;
border: 1px solid var(--color-border-weak);
padding: 20px;
display: flex;
flex-direction: column;
gap: 12px;
@media (max-width: 30rem) {
flex-direction: column-reverse;
gap: 24px;
}
[data-slot="name"] {
display: flex;
gap: 16px;
strong {
font-weight: 500;
flex: 0 0 auto;
}
span {
color: var(--color-text);
}
@media (max-width: 30rem) {
flex-direction: column;
gap: 8px;
}
span {
display: inline-block;
}
img {
height: 24px;
width: 24px;
border-radius: 24px;
}
}
[data-slot="quote"] {
margin-left: 40px;
@media (max-width: 30rem) {
margin-left: 0;
}
span {
color: var(--color-text);
text-decoration: none;
}
}
}
[data-slot="button"] {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
color: var(--color-text);
gap: var(--space-2-5);
font-size: 1rem;
@media (max-width: 24rem) {
font-size: 0.875rem;
}
strong {
color: var(--color-text-strong);
font-weight: 500;
}
@media (max-width: 40rem) {
justify-content: flex-start;
}
@media (max-width: 30rem) {
justify-content: center;
}
}
}
[data-component="copy-status"] {
@media (max-width: 38rem) {
display: none;