116 lines
1.9 KiB
SCSS
116 lines
1.9 KiB
SCSS
ion-content {
|
|
.family_box{
|
|
margin-bottom: 20px;
|
|
}
|
|
.login-type22{
|
|
font-weight: bolder;
|
|
color:white;
|
|
}
|
|
|
|
.pending-buttom{
|
|
padding-top: 25px;
|
|
}
|
|
.simp_lbl {
|
|
margin-top: 20px;
|
|
font-size: 30px;
|
|
letter-spacing: 1.2px;
|
|
margin-bottom: 30px;
|
|
font-family: 'semi-bold';
|
|
}
|
|
.simp_lbl_tx{
|
|
margin-top: 10px;
|
|
font-size: 20px;
|
|
letter-spacing: 1.2px;
|
|
margin-bottom: 10px;
|
|
font-family: 'semi-bold';
|
|
}
|
|
.login-type{
|
|
background-color: #3dc2ff;
|
|
border-radius: 10px;
|
|
height: 50px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
ion-item {
|
|
--background: #f7f7f7;
|
|
border-radius: 10px;
|
|
margin-bottom: 24px;
|
|
|
|
ion-input {
|
|
--padding-start: 10px;
|
|
font-family: "regular";
|
|
height: 50px;
|
|
}
|
|
|
|
ion-icon {
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
|
|
.check {
|
|
margin-top: 1rem;
|
|
margin-left: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
ion-label {
|
|
font-size: 14px;
|
|
margin-left: 10px;
|
|
color: var(--ion-color-primary);
|
|
}
|
|
}
|
|
|
|
ion-button {
|
|
--border-radius: 40px;
|
|
margin-top: 1.5rem;
|
|
height: 50px;
|
|
}
|
|
|
|
.forgot_lbl {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
color: var(--ion-color-primary);
|
|
}
|
|
|
|
.or {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 10px;
|
|
color: grey;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.button {
|
|
display: flex;
|
|
flex-direction: row;
|
|
text-align: center;
|
|
justify-content: center;
|
|
margin-top: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
|
ion-buttons {
|
|
margin: 0 10px;
|
|
|
|
ion-button {
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
|
|
border-radius: 10px;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.last_lbl {
|
|
text-align: center;
|
|
margin-top: 16px;
|
|
font-size: 16px;
|
|
color: #be2e7e;
|
|
|
|
span {
|
|
color: var(--ion-color-primary);
|
|
font-family: "bold";
|
|
}
|
|
}
|
|
}
|