Skip to content

Commit

Permalink
add button to text swiiper section
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jun 12, 2024
1 parent adb1d37 commit 73807c3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,9 @@ <h3>werikon</h3>
<section id="text-swiper-section">
<div class="text-swiper-section-wrapper">
<div class="text-swiper-section-wrapper__col">
<h2>W zestawie taniej</h2>
<p>Kupując meble w zestawie, oszczędzasz więcej! Wybierz nasze specjalnie skomponowane zestawy meblowe, aby cieszyć się harmonijnym wystrojem wnętrza i atrakcyjnymi cenami.</p>
<h2>Kupuj w zestawie, oszczędzaj więcej!</h2>
<p>Wybieraj spośród naszych specjalnie skomponowanych zestawów, aby cieszyć się harmonijnym wystrojem wnętrza i atrakcyjnymi cenami..</p>
<a class="text-swiper-btn" href="">Zobacz wszystkie</a>
</div>
<div class="text-swiper-section-wrapper__swiper">
<div class="bundle-promo-swiper swiper">
Expand Down
18 changes: 17 additions & 1 deletion sass/home/_text_swiper_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,23 @@
font-weight: 300;
line-height: 26px;
text-align: left;
margin: 0 0 15px 0;
margin: 0 0 24px 0;
}
.text-swiper-btn {
display: flex;
justify-content: center;
align-items: center;
width: 235px;
height: 50px;
font-size: 17px;
font-weight: 700;
line-height: 18px;
text-align: center;
color: $white;
text-decoration: none;
cursor: pointer;
background-color: $furnipol_orange;
border-radius: 7px;
}
}
&__swiper {
Expand Down
18 changes: 17 additions & 1 deletion sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,23 @@ body {
font-weight: 300;
line-height: 26px;
text-align: left;
margin: 0 0 15px 0;
margin: 0 0 24px 0;
}
.main-2-0 #text-swiper-section .text-swiper-section-wrapper__col .text-swiper-btn {
display: flex;
justify-content: center;
align-items: center;
width: 235px;
height: 50px;
font-size: 17px;
font-weight: 700;
line-height: 18px;
text-align: center;
color: #ffffff;
text-decoration: none;
cursor: pointer;
background-color: #eb7d3f;
border-radius: 7px;
}
.main-2-0 #text-swiper-section .text-swiper-section-wrapper__swiper .bundle-promo-swiper .bundle-promo-slot {
position: relative;
Expand Down
Loading

0 comments on commit 73807c3

Please sign in to comment.