add sensor setting

This commit is contained in:
snoop 2018-02-02 17:29:44 +09:00
parent a4134bb515
commit c1342d5ce9
2 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
<p> <mat-card class="example-card">
setting works! <mat-card-header>
</p> <mat-card-title>Step 1</mat-card-title>
<mat-card-subtitle>Select Target</mat-card-subtitle>
</mat-card-header>
<mat-card-content>
여기에 타겟들 출력
</mat-card-content>
</mat-card>

View File

@ -0,0 +1,8 @@
.example-card {
width: 400px;
}
.example-header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
}