next text format

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 17:15:15 -05:00
parent 3e4b71276d
commit 92798791e1
2 changed files with 19 additions and 6 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
[style.background-size]="'cover'"
[style.background-position]="'center'"
>
<!-- <div class="slide_top">Ameye</div>-->
<div class="slide_div">
<div class="page_logo" style="padding-top: 15px;">
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />
@@ -51,7 +52,7 @@
Get Started
</ion-button>
<div class="action_txt" (click)="onStartScan()">Scan family code to continue</div>
<div class="action_txt_scan" (click)="onStartScan()">Scan family code to continue</div>
<div class="action_txt" (click)="onLogin()">Already using WrenchBoard ? Sign in</div>
</div>
+17 -5
View File
@@ -30,17 +30,25 @@
margin: 10px auto 10px auto;
border-radius: 20px;
.action_h1{
font-weight: 14px;
color: #be2e7e;
padding: 0 0 10px 0;
font-size: 14px;
color: #88B5D8;
padding: 0 0 20px 0;
width: 100%;
text-align: center;
}
.action_txt{
font-size: 16px;
font-weight: bold;
color: #be2e7e;
margin: 10px auto 25px auto;
color: #88B5D8;
margin: 15px auto 20px auto;
width: 100%;
text-align: center;
}
.action_txt_scan{
font-size: 16px;
//font-weight: bold;
color: #88B5D8;
margin: 15px auto 20px auto;
width: 100%;
text-align: center;
}
@@ -110,6 +118,10 @@
width: 100%;
height: 100%;
.slide_top{
position: absolute;
height: 300px;
}
.slide_div {
width: 100%;
height:30vh;