Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created December 9, 2025 06:55
Show Gist options
  • Select an option

  • Save jmabbas/4e9875171632ba03d9a27f995e740847 to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/4e9875171632ba03d9a27f995e740847 to your computer and use it in GitHub Desktop.
Silicon - Custom form style
.hsfc-Renderer .hsfc-TextInput {
display: block;
width: 100%;
padding: 0.625rem 1rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.6;
color: #585c7b;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #d4d7e5;
appearance: none;
border-radius: 0.375rem;
transition: border-color 0.15s
ease-in-out, background-color 0.15s
ease-in-out, box-shadow 0.15s
ease-in-out;
box-shadow: none !important;
}
.hsfc-Form {
border: 1px solid #e2e5f1;
border-radius: 16px;
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.9rem;
background-color: #f3f6ff !important;
margin: 40px 0;
}
.hsfc-TextareaInput {
background-color: #fff !important;
border: 1px solid #d4d7e5;
border-radius: 0.375rem;
}
.hsfc-Button {
font-size: 16px;
font-weight: 600;
line-height: 25.6px;
border-radius: 8px 8px 8px 8px !important;
padding: 12.560px 32px 12.560px 32px !important;
background-color: #383DFF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment