Skip to content

Commit 4cf6c74

Browse files
committed
Style up convertkit form
1 parent fd2dc2b commit 4cf6c74

File tree

1 file changed

+8
-0
lines changed
  • apps/components_guide_web/assets/css

1 file changed

+8
-0
lines changed

apps/components_guide_web/assets/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,11 @@ a[aria-current="page"][class*="hover\:border-"] {
178178
}
179179

180180
/* @import "./phoenix.css"; */
181+
182+
.formkit-form {
183+
box-shadow: none !important;
184+
border: 2px solid #f4f4f4;
185+
border-color: #6d1fde;
186+
border-color: #462899;
187+
border-bottom-color: #13074e;
188+
}

0 commit comments

Comments
 (0)