Browse Source

Styled register button

Kris Blassingame 6 years ago
parent
commit
90ab6db779
2 changed files with 18 additions and 4 deletions
  1. 5
    4
      frontEnd/src/pages/home/home.html
  2. 13
    0
      frontEnd/src/pages/home/home.scss

+ 5
- 4
frontEnd/src/pages/home/home.html View File

@@ -12,12 +12,13 @@
12 12
     <button ion-button block>
13 13
       <b>Login</b>
14 14
     </button>
15
+    <button class="regButt" ion-button block>
16
+        <b>Register</b>
17
+      </button>
18
+
15 19
     <p>Forgot Username/Password?
16 20
       <b>Tap here!</b>
17 21
     </p>
18
-    <div class="google" text-center>
19
-      <ion-icon name="logo-google" text-center></ion-icon>
20
-      Login/Signup with Google
21
-    </div>
22
+    
22 23
   </div>
23 24
 </ion-content>

+ 13
- 0
frontEnd/src/pages/home/home.scss View File

@@ -52,6 +52,19 @@ page-home {
52 52
         top: 50%;
53 53
         background-color: green !important;
54 54
     } 
55
+
56
+    .regButt{
57
+        background-color: rgb(255, 145, 0)!important;
58
+    }
59
+    
60
+    
61
+    
62
+    
63
+    
64
+    
65
+    
66
+    
67
+    
55 68
     
56 69
     // Gets rid of thin line under text boxes
57 70
     .item-md.item-input.input-has-focus .item-inner {