mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-23 04:09:52 +00:00
38 lines
578 B
SCSS
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;
|
|
}
|
|
} |