|
18 | 18 | <div class="swiper-slide"> |
19 | 19 | <div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" > |
20 | 20 | <div class="container text-area" fxLayout="column" fxFlexWrap fxLayoutAlign="start center" > |
21 | | - <p class="title" >Step 1:</p> |
| 21 | + <p class="title" >Step 1</p> |
22 | 22 | <p class="description">Get your sensor Ready</p> |
23 | 23 | </div> |
24 | 24 | <img mat-card-image class="cardImg" src="../../../assets/measure-guide/graphic-1.png" alt="Step 1:"> |
|
28 | 28 | <div class="swiper-slide"> |
29 | 29 | <div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" > |
30 | 30 | <div class="container text-area" fxLayout="column" fxFlexWrap fxLayoutAlign="start center" > |
31 | | - <p class="title" textWrap="true">Step 2:</p> |
32 | | - <label class="description">Insert the sensor at least 15cm deep</label> |
| 31 | + <p class="title" textWrap="true">Step 2</p> |
| 32 | + <label class="description">Insert the sensor at least 15 cm deep</label> |
33 | 33 | </div> |
34 | 34 | <img mat-card-image class="cardImg" src="../../../assets/measure-guide/graphic-2.png" alt="Step 2:"> |
35 | 35 | </div> |
|
38 | 38 | <div class="swiper-slide"> |
39 | 39 | <div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" > |
40 | 40 | <div class="container text-area sensor-text" fxLayout="column" fxFlexWrap fxLayoutAlign="start center"> |
41 | | - <p class="title" textWrap="true">Step 3:</p> |
| 41 | + <p class="title" textWrap="true">Step 3</p> |
42 | 42 | <p class="description" flex textWrap="false">Connect to Sensor</p> |
43 | 43 | <button mat-flat-button class="c-btn" (click)="onSensorConnect('usb')"><mat-icon>usb</mat-icon> Connect with USB</button> |
44 | 44 | <button mat-flat-button class="c-btn" (click)="onSensorConnect('ble')"><mat-icon>bluetooth</mat-icon> Connect with Bluetooth </button> |
|
0 commit comments