Przeglądaj źródła

changed class name in home,ts/home.scss from head to title

Kris Blassingame 6 lat temu
rodzic
commit
924f4d9a9c

+ 1
- 1
frontEnd/src/app/app.component.ts Wyświetl plik

@@ -11,7 +11,7 @@ import { MainMenuPage } from '../pages/main-menu/main-menu';
11 11
   templateUrl: 'app.html'
12 12
 })
13 13
 export class MyApp {
14
-  rootPage:any = MainMenuPage;
14
+  rootPage:any = HomePage;
15 15
 
16 16
   constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) {
17 17
     platform.ready().then(() => {

+ 1
- 1
frontEnd/src/pages/home/home.html Wyświetl plik

@@ -1,5 +1,5 @@
1 1
 <ion-content text-center padding class="bg-image">
2
-  <div class="head" text-center>
2
+  <div class="title" text-center>
3 3
     <h1>Happy Trails</h1>
4 4
   </div>
5 5
   <div class="inputs">

+ 2
- 2
frontEnd/src/pages/home/home.scss Wyświetl plik

@@ -6,7 +6,7 @@ page-home {
6 6
         background-position: center;
7 7
         background-size: cover;
8 8
     }
9
-    .head {
9
+    .title {
10 10
         position: absolute;
11 11
         display: block;
12 12
         top: 22%;
@@ -18,7 +18,7 @@ page-home {
18 18
         -webkit-background-clip: text;
19 19
         color: transparent;
20 20
     }
21
-    .head h1 {
21
+    .title h1 {
22 22
         font-size: 7vh !important;
23 23
         font-weight: lighter !important;
24 24
         font-family: 'Permanent Marker', cursive;