Skip to content

Commit

Permalink
Enhanced carousel style & index page label update
Browse files Browse the repository at this point in the history
  • Loading branch information
manustays committed Dec 24, 2020
1 parent 0edffa9 commit e8c9b6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
20 changes: 11 additions & 9 deletions src/_includes/css/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

.embla {
position: relative;
padding: 20px;
max-width: 850px;
}

Expand Down Expand Up @@ -60,37 +59,40 @@ max-width: 100%;
.embla__button {
outline: 0;
cursor: pointer;
background-color: transparent;
background-color: white;
touch-action: manipulation;
position: absolute;
z-index: 1;
top: 50%;
transform: translateY(-50%);
border: 0;
width: 30px;
height: 30px;
border: 2px solid var(--primary-color);
border-radius: 50%;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
fill: var(--primary-color);
padding: 0;
padding: 10px;
}

.embla__button:disabled {
cursor: default;
opacity: 0.3;
fill: var(--tag-color);
border-color: var(--tag-color);
}

.embla__button__svg {
width: 100%;
height: 100%;
}


.embla__button--prev {
left: 27px;
left: -25px;
}

.embla__button--next {
right: 27px;
right: -25px;
}

.gallery {
Expand Down
10 changes: 5 additions & 5 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
image: "/images/main/partner-brands.webp",
title: "Offer services from our partner brands",
text: "Use Eko’s digital and physical infrastructure to reach the 800 million cash earning Indians. Low & Middle Income (LMI) consumers are under-served on digital as well as financial products. Eko provides solutions that help you reach this base in a variety of ways.",
link_text: "Learn More",
link_text: "More About Our Partner Brands",
link: "/our-brand-association"
} %}
{% include "section_single_hero.njk" %}
Expand Down Expand Up @@ -130,16 +130,16 @@
tag: "Join over 1,50,000 retailers",
button: "Contact Sales",
button_link: "https://eko.in/contact-us",
more_info: "Learn More",
info_link: "https://eko.in/become-a-retailer"
more_info: "Learn more about retail products",
info_link: "https://eko.in/retailer"
},
{
title: "Developers",
text: "We offer developer APIs to almost all aspects of our business services with just one objective in mind and that is to provide platform and system to all to build their own innovative business models.",
image: "/images/main/developers.svg",
button: "View Documentation",
button_link: "https://developers.eko.in/docs",
more_info: "Learn More",
more_info: "Learn more about API products",
info_link: "https://eko.in/developers/eps"
}]
} %}
Expand All @@ -162,7 +162,7 @@
{# Gallery / Carousel section #}
{% set item = {
style: "gallery",
header: "What our partner says",
header: "What our partners say",
slides: [
{
title: "Nachiket Pantvaidya",
Expand Down

0 comments on commit e8c9b6b

Please sign in to comment.