доделал формы
This commit is contained in:
@@ -548,6 +548,8 @@ button{
|
||||
outline: 1px solid var(--text-black);
|
||||
}
|
||||
.form-input-phone__icon{
|
||||
flex-shrink: 0;
|
||||
|
||||
height: 16px;
|
||||
width: 28px;
|
||||
|
||||
@@ -570,6 +572,8 @@ button{
|
||||
background-image: url(../img/svg/main/triangle-grey.svg);
|
||||
}
|
||||
.form-input-phone__code{
|
||||
flex-shrink: 0;
|
||||
|
||||
font-family: var(--font-family);
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
|
||||
@@ -189,6 +189,15 @@
|
||||
.modal__aside{
|
||||
left: 0;
|
||||
}
|
||||
.form-input-radio__title span{
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
color: var(--text-grey);
|
||||
}
|
||||
.modal-form__title{
|
||||
font-size: 20px;
|
||||
}
|
||||
/* modal */
|
||||
|
||||
/* detail */
|
||||
|
||||
@@ -102,9 +102,34 @@ main{
|
||||
/* product */
|
||||
|
||||
/* modal */
|
||||
.modal{
|
||||
padding: 0;
|
||||
}
|
||||
.modal__text{
|
||||
padding-right: 0;
|
||||
}
|
||||
.modal-form{
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
.form-input-phone__list{
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.modal-form-content__line--two{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.modal-form-content__line--two .modal-form-content-line__element{
|
||||
margin-top: 24px;
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
.modal-form-content__line--two .modal-form-content-line__element:first-child{
|
||||
margin-top: 0;
|
||||
}
|
||||
/* modal */
|
||||
|
||||
/* cabinet */
|
||||
|
||||
Reference in New Issue
Block a user