Skip to content

Commit 820d4e2

Browse files
committed
update measure guid text
1 parent e6a6203 commit 820d4e2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

liquid-prep-app/src/app/components/measure-soil/measure-soil.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="swiper-slide">
1919
<div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" >
2020
<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>
2222
<p class="description">Get your sensor Ready</p>
2323
</div>
2424
<img mat-card-image class="cardImg" src="../../../assets/measure-guide/graphic-1.png" alt="Step 1:">
@@ -28,8 +28,8 @@
2828
<div class="swiper-slide">
2929
<div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" >
3030
<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>
3333
</div>
3434
<img mat-card-image class="cardImg" src="../../../assets/measure-guide/graphic-2.png" alt="Step 2:">
3535
</div>
@@ -38,7 +38,7 @@
3838
<div class="swiper-slide">
3939
<div class="container" fxLayout="column" fxFlexFill fxLayoutAlign="end center" >
4040
<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>
4242
<p class="description" flex textWrap="false">Connect to Sensor</p>
4343
<button mat-flat-button class="c-btn" (click)="onSensorConnect('usb')"><mat-icon>usb</mat-icon> Connect with USB</button>
4444
<button mat-flat-button class="c-btn" (click)="onSensorConnect('ble')"><mat-icon>bluetooth</mat-icon> Connect with Bluetooth </button>

liquid-prep-app/src/app/components/measure-soil/measure-soil.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
}
3535

3636
.title {
37-
color: black;
38-
font-size: 16px;
37+
color: #cccccc;
38+
font-size: 18px;
3939
margin-top: 30px;
4040
margin-bottom: 5px;
4141
}
4242

4343
.description {
44-
color: gray;
45-
font-size: 14px;
44+
color: #666666;
45+
font-size: 18px;
4646
margin-top: 5px;
4747
margin-bottom: 10px;
4848
text-align: center;
4949
width:240px;
50-
word-break: break-all;
50+
word-break: normal;
5151
white-space: normal;
5252
}
5353

0 commit comments

Comments
 (0)