Лагерь: CSS
This commit is contained in:
parent
e693fa55d1
commit
6091fb80fe
@ -66,7 +66,7 @@ html {
|
||||
position: relative;
|
||||
display: flex;
|
||||
border-radius: 40px;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
background: rgb(58, 154, 104);
|
||||
background: linear-gradient(45deg, rgba(58, 154, 104, 1) 0%, rgba(47, 204, 122, 1) 100%);
|
||||
@ -1177,7 +1177,7 @@ html {
|
||||
}
|
||||
|
||||
.pricing-card--full::before {
|
||||
content: '"0#5#A#E#C#5#D#4$3#5#C';
|
||||
content: 'Рекомендуем';
|
||||
position: absolute;
|
||||
top: -12px;
|
||||
left: 50%;
|
||||
@ -1315,7 +1315,7 @@ html {
|
||||
}
|
||||
|
||||
.pricing-card__features li::before {
|
||||
content: '¹3';
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 2px;
|
||||
@ -1543,7 +1543,7 @@ html {
|
||||
}
|
||||
|
||||
.modal-additional__education_list li::before {
|
||||
content: '';
|
||||
content: '\2022';
|
||||
position: absolute;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
@ -1755,7 +1755,7 @@ html {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.camp-faq .box__accordion_label span {
|
||||
@ -1777,7 +1777,7 @@ html {
|
||||
.camp-faq .accordion .box__accordion .box__accordion_label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@ -1921,7 +1921,6 @@ html {
|
||||
.camp-reviews-wrapper .custom-button-next:after,
|
||||
.camp-reviews-wrapper .custom-button-prev:after {
|
||||
font-family: swiper-icons;
|
||||
content: '';
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
font-size: 26px;
|
||||
@ -1936,7 +1935,7 @@ html {
|
||||
}
|
||||
|
||||
.camp-reviews-wrapper .custom-button-next:after {
|
||||
content: 'prev';
|
||||
content: 'next';
|
||||
}
|
||||
|
||||
.camp-reviews-wrapper .custom-button-prev:after {
|
||||
@ -1993,14 +1992,14 @@ html {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
.hero-media-search__container {
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
gap: 40px;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user