@@ -365,6 +365,8 @@
<p class="miTitle">Email address</p>
<input class="input" type="text" name="" id="shareMailbox" placeholder="Input an email address">
</div>
+ <p class="shareNotice">Notice! If someone makes a purchase through this link, you will be rewarded with points!</p>
+
<div id="confirmShare">To share</div>
<div id="closeShareModal"></div>
@@ -271,6 +271,10 @@ body{
border: none;
background-color: transparent;
}
+.shareNotice {
+ padding-bottom: .15rem;
+}
#confirmShare{
width: 100%;
height: .5rem;