hid_msrpuwgj56ccf29 před 1 rokem
rodič
revize
fbd3b90c40

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 1
app-angular/src/app/app.component.html


+ 0 - 2
app-angular/src/modules/lesson/find/find.component.html

@@ -1,2 +0,0 @@
-<p>find works!</p>
-<h1>hihihi</h1>

+ 23 - 0
app-angular/src/modules/lesson/find/find.component.scss

@@ -0,0 +1,23 @@
+page-about {
+    ion-content {
+    #container {
+    position: relative;
+    .box {
+    padding: 5px;
+    float: left;
+    .box_img {
+    padding: 5px;
+    border: 1px solid #cccccc;
+    box-shadow: 0 0 5px #ccc;
+    border-radius: 5px;
+    img {
+    width: 150px!important;
+    height: auto;
+    }
+    }
+    }
+    }
+    }
+    }
+    
+    

+ 3 - 0
app-angular/src/modules/lesson/find/find.component.ts

@@ -1,10 +1,13 @@
 import { Component } from '@angular/core';
 
+
+
 @Component({
   selector: 'app-find',
   templateUrl: './find.component.html',
   styleUrls: ['./find.component.scss']
 })
 export class FindComponent {
+ 
 
 }

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů