add kids style

This commit is contained in:
CHIEFSOFT\ameye
2024-02-08 07:37:42 -05:00
parent 49f28cf777
commit b6cf7000ce
2 changed files with 7 additions and 4 deletions
@@ -11,7 +11,7 @@
<ion-content>
<div class="boxed_contents">
<ion-card style="margin: 15px 10px 10px 10px; border-radius: 10px;">
<ion-card class="card-s">
<!-- <ion-card-header>-->
<!-- <ion-card-title>Add kid</ion-card-title>-->
<!-- </ion-card-header>-->
@@ -29,7 +29,6 @@
maxlength="15"
placeholder="Firstname"
style="
background-color: aliceblue;
border-radius: 10px;
color: black;
padding-left: 1px;
@@ -45,7 +44,6 @@
maxlength="15"
placeholder="lastname"
style="
background-color: aliceblue;
border-radius: 10px;
padding-left: 1px;
"
@@ -90,7 +88,7 @@
<ion-row style="margin: 0px; padding: 0px">
<ion-col style="margin: 0px; padding: 4px">
<div style="width: 100%; background-color: #8b198e">
<div style="width: 100%;">
<div style="width: 30%; float: left">Month</div>
<div style="width: 70%; float: right">
@@ -3,4 +3,9 @@
font-size: 16px;
color: #8b198e;
margin-top: 10px;
}
.card-s{
margin: 15px 10px 10px 10px;
border-radius: 10px;
background-image: linear-gradient(to right, aliceblue, #f1f3f5,#fcfdfd,white,#fcfdfd,#f1f3f5,aliceblue);
}