-
Jonny Ngo Luong authoredJonny Ngo Luong authored
user-registration-form.component.scss 921 B
:host > .registrationForm {
padding: 5%;
display:flex;
justify-content: center;
h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.5rem;
font-weight: 500;
padding: 10px;
}
& > div.cardWrapper {
color: #fff;
display: flex;
flex-direction: column;
background: linear-gradient(90deg, #14A35A 0%, #24e072 100%);
padding: 10px;
width: 50%;
min-width: 400px;
max-width: 500px;
}
}
div.cardWrapper > div {
color: #000;
display: flex;
flex-direction: column;
background-color: #fff;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 50%);
gap: 10px;
padding: 20px 10px;
.split {
display: flex;
justify-content: space-between;
.splittedInput {
width: 46%;
}
}
}
p.status {
margin: 10px 0 5px 5px;
font-style: italic;
}