Explorar o código

Style changes to buttons on register page.

Lee Morgan %!s(int64=5) %!d(string=hai) anos
pai
achega
243bf24b9f
Modificáronse 2 ficheiros con 10 adicións e 3 borrados
  1. 3 3
      views/otherPages/register.ejs
  2. 7 0
      views/otherPages/style.css

+ 3 - 3
views/otherPages/register.ejs

@@ -48,14 +48,14 @@
                 </p>
             </label>
 
-            <h2 class="customText">Sign up with:</h2>
+            <h2 class="customText">SIGN UP WITH:</h2>
 
             <button id="squareButton" class="button" formaction="/squarelogin">
                 <svg aria-hidden="true" viewBox="0 0 44 44" width="44" height="44">
                     <path fill="currentColor" d="M36.65 0H7.354A7.354 7.354 0 0 0 0 7.354V36.65a7.354 7.354 0 0 0 7.354 7.354H36.65a7.353 7.353 0 0 0 7.354-7.354V7.354A7.352 7.352 0 0 0 36.65 0zm-.646 33.685a2.32 2.32 0 0 1-2.32 2.32H10.325a2.32 2.32 0 0 1-2.321-2.32v-23.36a2.32 2.32 0 0 1 2.321-2.321h23.359a2.32 2.32 0 0 1 2.32 2.321v23.36z"></path>
                     <path fill="currentColor" d="M17.333 28.003c-.736 0-1.332-.6-1.332-1.339V17.34c0-.739.596-1.339 1.332-1.339h9.338c.738 0 1.332.6 1.332 1.339v9.324c0 .739-.594 1.339-1.332 1.339h-9.338z"></path>
                 </svg>
-                <svg aria-hidden="true" viewBox="0 0 66 22" width="66" height="22">
+                <svg aria-hidden="true" viewBox="0 0 66 22" width="105" height="35">
                     <path d="M11.2 10c-.7-.2-1.3-.4-1.8-.6C8.4 9 8 8.4 8 7.6c0-1.5 1.5-2.2 3-2.2 1.4 0 2.6.6 3.5 1.6l.1.1 1.2-.9-.1-.1c-1.1-1.4-2.7-2.2-4.6-2.2-1.2 0-2.4.3-3.2.9-1 .8-1.5 1.7-1.5 2.9 0 2.7 2.6 3.4 4.6 3.9 2.1.6 3.4 1 3.4 2.6s-1.3 2.6-3.2 2.6c-1 0-2.8-.3-3.9-2l-.1-.1-1.2.9v.1c1.1 1.6 2.9 2.5 5.1 2.5 2.9 0 4.9-1.6 4.9-4.1 0-2.8-2.7-3.5-4.8-4.1z" fill="currentColor"></path>
                     <path d="M25.5 9.5V8h1.4v14h-1.4v-5.5c-.8 1.1-2 1.7-3.4 1.7-2.7 0-4.5-2.1-4.5-5.2s1.9-5.2 4.5-5.2c1.4-.1 2.6.6 3.4 1.7zM19.1 13c0 2.9 1.6 3.9 3.2 3.9 2 0 3.3-1.5 3.3-3.9s-1.3-3.9-3.3-3.9c-2.4 0-3.2 2-3.2 3.9z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"></path>
                     <path d="M36.2 8v5.5c0 1.9-1.3 3.3-3.2 3.3-1.5 0-2.3-.9-2.3-2.8V8h-1.4v6.4c0 2.4 1.3 3.8 3.5 3.8 1.4 0 2.5-.6 3.3-1.6V18h1.4V8h-1.3z" fill="currentColor"></path>
@@ -65,7 +65,7 @@
                 </svg>
             </button>
 
-            <button class="button" formaction="/merchant/create/none">NO POS</button>
+            <button id="noneButton" class="button" formaction="/merchant/create/none">NO POS</button>
 
             <!-- <a class="button buttonWithBorder" href="/cloverlogin">Sign Up with Clover</a> -->
 

+ 7 - 0
views/otherPages/style.css

@@ -183,6 +183,13 @@ RegisterPage
         margin: 20px auto 0 auto;
     }
 
+    #noneButton{
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        font-size: 35px;
+    }
+
 /*
 Footer Partial
 */