541469799@qq.com 1 vuosi sitten
vanhempi
commit
4211c8724a
2 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 2 0
      app/index/view/index/index.html
  2. 4 0
      public/assets/index/css/index.css

+ 2 - 0
app/index/view/index/index.html

@@ -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>
     <div id="closeShareModal"></div>

+ 4 - 0
public/assets/index/css/index.css

@@ -271,6 +271,10 @@ body{
     border: none;
     background-color: transparent;
 }
+.shareNotice {
+    padding-bottom: .15rem;
+}
+
 #confirmShare{
     width: 100%;
     height: .5rem;