fix 10.2
This commit is contained in:
@@ -18,11 +18,12 @@
|
|||||||
content: '';
|
content: '';
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 24px;
|
left: auto;
|
||||||
right: 24px;
|
right: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
width: calc(100% - 48px);
|
width: calc(100% - 48px);
|
||||||
|
max-width: 1552px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
||||||
background: var(--text-3);
|
background: var(--text-3);
|
||||||
@@ -1274,12 +1275,17 @@ main{
|
|||||||
.gallery__wrapper{
|
.gallery__wrapper{
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header__content::after{
|
||||||
|
max-width: 1232px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1365px) {
|
@media only screen and (max-width: 1365px) {
|
||||||
.gallery__wrapper{
|
.gallery__wrapper{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,10 @@
|
|||||||
}
|
}
|
||||||
.modal-basket__item--return{
|
.modal-basket__item--return{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: end;
|
||||||
|
}
|
||||||
|
.modal-basket__item--return .modal-basket-item__title{
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
/* modal */
|
/* modal */
|
||||||
|
|
||||||
@@ -90,6 +94,9 @@
|
|||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.toggle__table--three .toggle-table__block:nth-child(1){
|
||||||
|
width: 31%;
|
||||||
|
}
|
||||||
/* detail */
|
/* detail */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ main{
|
|||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
.product__title{
|
.product__title{
|
||||||
font-weight: 400;
|
font-weight: 700;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
line-height: 123%;
|
line-height: 123%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -96,6 +96,9 @@ main{
|
|||||||
.detail-catalot__title{
|
.detail-catalot__title{
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
.product__footer--error{
|
||||||
|
margin: 48px 0px 24px;
|
||||||
|
}
|
||||||
/* product */
|
/* product */
|
||||||
|
|
||||||
/* modal */
|
/* modal */
|
||||||
|
|||||||
@@ -259,7 +259,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="product__footer">
|
<div class="product__footer product__footer--error">
|
||||||
<button class="product__error-button">
|
<button class="product__error-button">
|
||||||
Сбросить условия поиска
|
Сбросить условия поиска
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -49,8 +49,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body style="background-color: grey;">
|
<body style="background-color: grey;">
|
||||||
|
|
||||||
<header class="header wrapper white">
|
<header class="header white">
|
||||||
<div class="header__content">
|
<div class="header__content wrapper">
|
||||||
<button class="header__open-menu" id="phone-menu">
|
<button class="header__open-menu" id="phone-menu">
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user