Лагерь: CSS
This commit is contained in:
parent
c6d233708e
commit
40c1cf8fe2
@ -741,7 +741,7 @@ p {
|
||||
.suggestions::before { display: none; }
|
||||
}
|
||||
.infograph {
|
||||
background: #eef4ff;
|
||||
background: #faf7f2;
|
||||
padding: 80px 0;
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50%);
|
||||
@ -1401,11 +1401,6 @@ p {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
.foto-content {
|
||||
width: calc(50% - 20px);
|
||||
@ -2149,9 +2144,7 @@ p {
|
||||
}
|
||||
|
||||
@media (width < 780px) {
|
||||
body {
|
||||
padding-top: -12px;
|
||||
}
|
||||
|
||||
|
||||
.camp {
|
||||
gap: 30px;
|
||||
@ -2219,7 +2212,7 @@ p {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
section {
|
||||
.camp section {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
@ -2231,8 +2224,8 @@ p {
|
||||
|
||||
|
||||
.infograph {
|
||||
background: #eef4ff;
|
||||
padding: 40px 0;
|
||||
background: #faf7f2;
|
||||
padding: 24px 0;
|
||||
padding-left: calc(50vw - 50%);
|
||||
padding-right: calc(50vw - 50%);
|
||||
}
|
||||
@ -2250,7 +2243,7 @@ p {
|
||||
|
||||
.infograph__item_title {
|
||||
margin-bottom: 0;
|
||||
font-size: 15px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.infograph__item_img {
|
||||
@ -2260,7 +2253,7 @@ p {
|
||||
}
|
||||
|
||||
.infograph__item_data {
|
||||
font-size: 24px;
|
||||
font-size: 28px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@ -2475,7 +2468,6 @@ p {
|
||||
|
||||
.accordion-last {
|
||||
border-top: none;
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.accordion .box__accordion .box__accordion_label {
|
||||
@ -2712,7 +2704,6 @@ p {
|
||||
}
|
||||
.hero-media-search__propositions.on-desktop img { width: 58px; height: auto; }
|
||||
.hero-media-search__propositions.on-desktop h3 {
|
||||
font-weight: 800;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: 16px;
|
||||
@ -2836,7 +2827,6 @@ p {
|
||||
}
|
||||
.hero-media-search__propositions.on-mobile img { width: 48px; height: auto; }
|
||||
.hero-media-search__propositions.on-mobile h3 {
|
||||
font-weight: 800;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: 14px;
|
||||
@ -2887,8 +2877,6 @@ p {
|
||||
border-radius: 100px;
|
||||
cursor: pointer;
|
||||
transition: .3s;
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user