You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.0 KiB
69 lines
1.0 KiB
/* Стили для мобильных устройств */
|
|
@media only screen and (max-width: 720px) {
|
|
/* product */
|
|
.product__item{
|
|
width: calc(100% - 24px);
|
|
}
|
|
/* product */
|
|
|
|
/* modal */
|
|
.modal__basket{
|
|
width: 100%;
|
|
}
|
|
.modal__button .to-know{
|
|
display: flex;
|
|
|
|
background: none;
|
|
}
|
|
.modal__basket .modal__header {
|
|
height: calc(100% - 158px);
|
|
margin-bottom: -36px;
|
|
}
|
|
.modal-basket-item__block-image{
|
|
position: absolute;
|
|
width: 80px;
|
|
}
|
|
.modal-basket-item__image{
|
|
width: 48px;
|
|
}
|
|
.modal-basket-item__content{
|
|
margin-left: 0;
|
|
|
|
padding-left: 96px;
|
|
}
|
|
.modal-basket-item__control{
|
|
margin-left: -80px;
|
|
}
|
|
.modal-basket-item__title{
|
|
min-height: 40px;
|
|
|
|
font-size: 16px;
|
|
}
|
|
/* modal */
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
/* header */
|
|
|
|
/* header */
|
|
|
|
/* product */
|
|
.product__header{
|
|
flex-direction: column;
|
|
align-items: start;
|
|
}
|
|
.product__header .button{
|
|
margin-top: 48px;
|
|
}
|
|
/* product */
|
|
|
|
/* modal */
|
|
.modal__aside{
|
|
left: 0;
|
|
}
|
|
.modal__filter{
|
|
width: 100%;
|
|
}
|
|
/* modal */
|
|
} |