Initial commit
diff --git a/assets/css/stripe-link.scss b/assets/css/stripe-link.scss
new file mode 100644
index 0000000..26254c3
--- /dev/null
+++ b/assets/css/stripe-link.scss
@@ -0,0 +1,16 @@
+.stripe-gateway-checkout-email-field {
+	position: relative;
+}
+
+.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger {
+	display: none;
+	position: absolute;
+	right: 5px;
+	width: 64px;
+	height: 40px;
+	background: no-repeat
+		url( '../images/link.svg' );
+	background-color: transparent;
+	cursor: pointer;
+	border: none;
+}
\ No newline at end of file