Files
foodify-frontend/src/app/components/auth/signup/signup.component.scss
T
2023-05-04 15:36:01 +07:00

38 lines
578 B
SCSS

.backgound-food {
background-image: url('../../../../assets/images/resize-bg.png');
width: 100vw;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -99;
}
.change-height {
height: calc(100% - 1px);
}
.form-shop-box {
width: 1300px;
margin: 80px 0;
.form-shop-item {
width: 100%;
}
}
.input-password-holder {
display: flex;
justify-content: space-between;
align-items: center;
.input-password {
border: none;
width: 100%;
}
.icon-holder-eye {
color: #999a9b;
}
}