diff --git a/pet/static/pet/css/mail_subscription.css b/pet/static/pet/css/mail_subscription.css new file mode 100644 index 0000000..bbed77f --- /dev/null +++ b/pet/static/pet/css/mail_subscription.css @@ -0,0 +1,16 @@ +.section-subscribe { + padding: 5em 0; +} +.form-control { + outline: none; + -webkit-box-shadow: none !important; + box-shadow: none !important; + height: 50px; +} +.form-control:focus{ + -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important; + box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important; +} +.form-control:focus, .form-control:active { + outline: none; +} \ No newline at end of file diff --git a/pet/templates/pet/mail_subscription.html b/pet/templates/pet/mail_subscription.html new file mode 100644 index 0000000..2cdcf7c --- /dev/null +++ b/pet/templates/pet/mail_subscription.html @@ -0,0 +1,30 @@ +
+
+
+
+

+ Get news & updates +

+
+
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
\ No newline at end of file