Task:6785 | Доправка стилей и контента на главной ae

dev_10_fixbugs
Your Name 2 months ago
parent d8a0067a73
commit 287dc111c7
  1. 16
      wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css
  2. 29
      wp-content/themes/cosmopet/static/css/front-page.css

@ -14,7 +14,7 @@
.main-menu__item{ .main-menu__item{
margin-left: 24px; margin-left: 24px;
transition: opacity .2s ease-out; transition: .2s ease-out;
} }
.main-menu__item:first-child{ .main-menu__item:first-child{
margin-left: 0; margin-left: 0;
@ -40,7 +40,7 @@
font-weight: 700; font-weight: 700;
font-size: 16px; font-size: 16px;
line-height: 125%; line-height: 125%;
color: #000 color: #000;
text-decoration: none; text-decoration: none;
@ -53,7 +53,7 @@
font-weight: 700; font-weight: 700;
font-size: 16px; font-size: 16px;
line-height: 125%; line-height: 125%;
color: #000 color: #000;
border: none; border: none;
border-radius: 24px; border-radius: 24px;
@ -321,7 +321,7 @@ display: none;
.header__menu-block{ .header__menu-block{
position: absolute; position: absolute;
top: 56px; top: 72px;
left: 0; left: 0;
width: 100%; width: 100%;
@ -385,7 +385,7 @@ display: none;
font-size: 26px; font-size: 26px;
line-height: 123%; line-height: 123%;
text-transform: uppercase; text-transform: uppercase;
color: #000 color: #000;
text-decoration: none; text-decoration: none;
} }
@ -440,7 +440,7 @@ display: none;
font-weight: 700; font-weight: 700;
font-size: 20px; font-size: 20px;
line-height: 120%; line-height: 120%;
color: #000 color: #000;
text-decoration: none; text-decoration: none;
} }
@ -457,7 +457,7 @@ display: none;
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 18px;
line-height: 133%; line-height: 133%;
color: #000 color: #000;
text-decoration: none; text-decoration: none;
} }
@ -480,7 +480,7 @@ display: none;
font-size: 16px; font-size: 16px;
line-height: 125%; line-height: 125%;
color: #121212; color: #121212;
color: #000 color: #000;
text-decoration: none; text-decoration: none;
} }

@ -245,6 +245,7 @@ main {
backdrop-filter: blur(6px); backdrop-filter: blur(6px);
z-index: 1; z-index: 1;
box-shadow: -2px 5px 22.9px 0px rgba(0, 0, 0, 0.25); box-shadow: -2px 5px 22.9px 0px rgba(0, 0, 0, 0.25);
gap: 45px;
} }
.about_slider .carousel .carousel-item.active { .about_slider .carousel .carousel-item.active {
@ -1320,17 +1321,17 @@ width: 330px;
.home__title { .home__title {
color: var(--interface-background, #F2F2F2); color: var(--interface-background, #F2F2F2);
font-family: "Craftwork Grotesk"; font-family: "Craftwork Grotesk";
font-size: 48px; font-size: 64px;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
line-height: 56px; /* 116.667% */ line-height: 120%;
text-transform: uppercase; text-transform: uppercase;
} }
@media (min-width: 1600px){ @media (min-width: 1600px){
.home__title { .home__title {
font-size: 64px; font-size: 80px;
line-height: 120%; line-height: 120%;
} }
} }
@ -2058,6 +2059,7 @@ width: 330px;
.sec-bf{ .sec-bf{
position: relative; position: relative;
z-index: 3; z-index: 3;
overflow: hidden;
} }
.copied{ .copied{
@ -3597,4 +3599,25 @@ color: #f4f1f0;
.modal__basket { .modal__basket {
width: 100%!important; width: 100%!important;
} }
.about_slider .carousel .carousel-item {
gap: 12px;
}
.section_wrap {
padding: 110px 0 0px;
background: radial-gradient(250% 285% at 120% -27.98%, #0F5881 0%, #1EA49C 36.98%, #76CE75 66.67%, #ECF39F 91.15%);
}
.truth_block .truth_link {
height: 29px;
border-width: 2px;
text-transform: uppercase;
}
.discount_block_ae .discount__sale .discount_form .discount_form-btn {
align-items: center;
justify-content: flex-start;
}
.footer-content__address {
font-size: 24px;
line-height: 133%;
margin-bottom: 20px;
}
} }
Loading…
Cancel
Save