No notes defined.
<!-- Default -->
<a href="" class="sds-banner sds-hoverContentSecondary">
<img class="sds-banner__img" src="../../media/snet/illustrations/sdsillu-financialmarkets.svg" alt="">
<div class="sds-banner__content">
<p class="sds-banner__title h4">Accéder aux marchés financiers</p>
<p>{Description}</p>
</div>
<span class="sds-iconCircle -secondary10 sds-hoverContentSecondary__icon" aria-hidden="true">
<span class="sds-icon sds-icon-chevronrightdouble"></span>
</span>
</a>
<!-- Button -->
<div class="sds-banner -btn">
<img class="sds-banner__img" src="../../media/snet/illustrations/sdsillu-financialmarkets.svg" alt="">
<div class="sds-banner__content">
<p class="sds-banner__title h4">Accéder aux marchés financiers</p>
<p>{Description}</p>
</div>
<a href="" class="sds-btn -btnSecondary">
<span class="sds-btn__text">button text</span>
</a>
</div>
<!-- Background -->
<a href="" class="sds-banner -background -insetLg">
<img class="sds-banner__img" src="../../media/snet/illustrations/sdsillu-questioning.svg" alt="">
<div class="sds-banner__content">
<h4 class="h4 sds-banner__title">
Accéder aux marchés financiers
<span class="sds-headingLight">{Description}</span>
</h4>
</div>
<span class="sds-iconCircle -secondary10 sds-hoverContentSecondary__icon" aria-hidden="true">
<span class="sds-icon sds-icon-arrownext"></span>
</span>
</a>
<!-- Background Large -->
<a href="" class="sds-banner -background -insetLg -sizeLg">
<img class="sds-banner__img" src="../../media/snet/illustrations/sdsillu-questioning.svg" alt="">
<div class="sds-banner__content">
<h3 class="h3 sds-banner__title">
Envie d'en savoir plus ? Découvrez notre Help-Center.
<span class="sds-headingLight">Retrouvez ici tous les guides utilisateurs des fonctionnalités S-Net.</span>
</h3>
</div>
<span class="sds-iconCircle -secondary10 sds-hoverContentSecondary__icon" aria-hidden="true">
<span class="sds-icon sds-icon-arrownext"></span>
</span>
</a>
<!-- Cta -->
<div class="sds-banner -btn -insetLg -mobileCard">
<div class="sds-banner__content">
<h3 class="h3 sds-banner__title">
Vous rencontrez un problème technique avec S-Net ? Faites-le-nous savoir !
<span class="sds-headingLight">N'hésitez pas à nous signaler tout problème rencontré avec S-Net.</span>
</h3>
</div>
<a href="" class="sds-btn -btnPrimary">
<span class="sds-btn__text">Signaler un problème technique</span>
</a>
</div>
<!-- Page Cover -->
<div class="sds-banner -background -pageCover">
<div class="row align-items-center no-bottom-gutter">
<div class="col-12 col-md-6">
<div class="sds-banner__content">
<div class="sds-stackXl">
<div class="sds-heroHeading sds-colorInherit">
<h1 class="sds-heroHeading__separator h1">Vos conditions de faveur auprès de Spuerkeess</h1>
<p class="sds-heroHeading__sub sds-textBodyLg">Spuerkeess vous propose des produits et services bancaires à des conditions privilégiées sur votre compte individuel ou votre compte-joint.</p>
</div>
<a href="" class="sds-btn -btnPrimary">
<span class="sds-btn__text">Découvrir</span>
</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 text-center">
<img src="https://design.spuerkeess.lu/media/illustrations/png750x560/hero/sdsillu-packagefull.png" alt="" class="img-fluid">
</div>
</div>
</a>
<!-- Default -->
{% if externalImg %}
{% set mediaPath = "" %}
{% endif %}
<{{ eltType }}{% if eltType === "a" %} href="{{ href }}"{% endif %} class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
{% if noImage %}
{% else %}
<img class="{{ namespace }}banner__img" src="{{ (mediaPath+img) | path }}" alt="">
{% endif %}
<div class="{{ namespace }}banner__content">
{% if bannerSubheading %}
{% if bannerHeadingSize === "large" %}
{% render "@heading--h3-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% else %}
{% render "@heading--h4-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% endif %}
{% else %}
<p class="{{ namespace }}banner__title{% if bannerHeadingSize === "large" %} h3{% else %} h4{% endif %}">{{ title }}</p>
<p>{{ text }}</p>
{% endif %}
</div>
{% if button %}
{% render '@btn-secondary', {
eltType: "a"
}, true %}
{% else %}
{% render '@icon-circle-regular--secondary-10',{
icon: icon,
classes: [namespace + "hoverContentSecondary__icon"]
}, true %}
{% endif %}
</{{ eltType }}>
<!-- Button -->
{% if externalImg %}
{% set mediaPath = "" %}
{% endif %}
<{{ eltType }}{% if eltType === "a" %} href="{{ href }}"{% endif %} class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
{% if noImage %}
{% else %}
<img class="{{ namespace }}banner__img" src="{{ (mediaPath+img) | path }}" alt="">
{% endif %}
<div class="{{ namespace }}banner__content">
{% if bannerSubheading %}
{% if bannerHeadingSize === "large" %}
{% render "@heading--h3-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% else %}
{% render "@heading--h4-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% endif %}
{% else %}
<p class="{{ namespace }}banner__title{% if bannerHeadingSize === "large" %} h3{% else %} h4{% endif %}">{{ title }}</p>
<p>{{ text }}</p>
{% endif %}
</div>
{% if button %}
{% render '@btn-secondary', {
eltType: "a"
}, true %}
{% else %}
{% render '@icon-circle-regular--secondary-10',{
icon: icon,
classes: [namespace + "hoverContentSecondary__icon"]
}, true %}
{% endif %}
</{{ eltType }}>
<!-- Background -->
{% if externalImg %}
{% set mediaPath = "" %}
{% endif %}
<{{ eltType }}{% if eltType === "a" %} href="{{ href }}"{% endif %} class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
{% if noImage %}
{% else %}
<img class="{{ namespace }}banner__img" src="{{ (mediaPath+img) | path }}" alt="">
{% endif %}
<div class="{{ namespace }}banner__content">
{% if bannerSubheading %}
{% if bannerHeadingSize === "large" %}
{% render "@heading--h3-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% else %}
{% render "@heading--h4-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% endif %}
{% else %}
<p class="{{ namespace }}banner__title{% if bannerHeadingSize === "large" %} h3{% else %} h4{% endif %}">{{ title }}</p>
<p>{{ text }}</p>
{% endif %}
</div>
{% if button %}
{% render '@btn-secondary', {
eltType: "a"
}, true %}
{% else %}
{% render '@icon-circle-regular--secondary-10',{
icon: icon,
classes: [namespace + "hoverContentSecondary__icon"]
}, true %}
{% endif %}
</{{ eltType }}>
<!-- Background Large -->
{% if externalImg %}
{% set mediaPath = "" %}
{% endif %}
<{{ eltType }}{% if eltType === "a" %} href="{{ href }}"{% endif %} class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
{% if noImage %}
{% else %}
<img class="{{ namespace }}banner__img" src="{{ (mediaPath+img) | path }}" alt="">
{% endif %}
<div class="{{ namespace }}banner__content">
{% if bannerSubheading %}
{% if bannerHeadingSize === "large" %}
{% render "@heading--h3-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% else %}
{% render "@heading--h4-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% endif %}
{% else %}
<p class="{{ namespace }}banner__title{% if bannerHeadingSize === "large" %} h3{% else %} h4{% endif %}">{{ title }}</p>
<p>{{ text }}</p>
{% endif %}
</div>
{% if button %}
{% render '@btn-secondary', {
eltType: "a"
}, true %}
{% else %}
{% render '@icon-circle-regular--secondary-10',{
icon: icon,
classes: [namespace + "hoverContentSecondary__icon"]
}, true %}
{% endif %}
</{{ eltType }}>
<!-- Cta -->
<{{ eltType }}{% if eltType === "a" %} href="{{ href }}"{% endif %} class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
<div class="{{ namespace }}banner__content">
{% if bannerHeadingSize === "large" %}
{% render "@heading--h3-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% else %}
{% render "@heading--h4-subtext", {
classes: [namespace + "banner__title"],
text: title,
subText: text
}, true %}
{% endif %}
</div>
{% render '@btn-primary',{
eltType: "a",
text: "Signaler un problème technique"
}, true %}
</{{ eltType }}>
<!-- Page Cover -->
<div class="{{ namespace }}banner{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
<div class="row align-items-center no-bottom-gutter">
<div class="col-12 col-md-6">
<div class="{{ namespace }}banner__content">
<div class="{{ namespace }}stackXl">
{% render "@hero-heading",{
classes: [namespace + "colorInherit"],
main: false,
headingLvl: "h1",
title: title,
subTitle: text,
subEltType: "p",
subHeadingLvl: namespace + "textBodyLg"
},true %}
{% render '@btn-primary',{
eltType: "a",
text: "Découvrir"
}, true %}
</div>
</div>
</div>
<div class="col-12 col-md-6 text-center">
<img src="https://design.spuerkeess.lu/media/illustrations/png750x560/hero/sdsillu-packagefull.png" alt="" class="img-fluid">
</div>
</div>
</{{ eltType }}>
/* variables specific to current element */
$image-width: map-deep-get($token-sizes-unit-map, "96");
$image-width-large: map-deep-get($token-sizes-unit-map, "8")*18;
.#{$namespace}banner {
/* Save root element context for easy access if nesting is needed */
$self: &;
/* properties of current element + media queries */
display: flex;
align-items: center;
gap: map-deep-get($token-spacer-inline-map, "md");
padding: map-deep-get($token-spacer-inset-map, "lg");
border-radius: map-deep-get($design-tokens, "comp-banner-border-radius");
@include custom-prop-fallback("background-color", "comp-banner-background-color");
/* Pseudo Elements */
&::before {
}
&::after {
}
/*
Include elements that are linked to the current element but have to reside at the root level of the stylesheet
(e.g: keyframes)
*/
@at-root {
}
/* children - write selector in full in comments in order to facilitate search */
// banner__img
&__img {
width: $image-width;
}
// banner__content
&__content {
flex-grow: 1;
@include spacer-component-stack("xs");
}
/* modifiers */
// banner -btn
&.-btn {
&:hover {
@media (hover: hover) {
@include custom-prop-fallback("background-color", "sys-color-elevation-surface-flat");
}
}
}
&.-bannerHighlight,
&.-background {
$selfToRemove: &;
@include custom-prop-fallback("background", "comp-banner-highlight-background-color");
@include custom-prop-fallback-override("comp-heading-text-color", "comp-banner-highlight-text-color");
#{$selfToRemove}__title,
#{$self}__title,
.#{$namespace}colorInherit {
color: white !important;
}
#{$selfToRemove}__content,
#{$self}__content {
> * + * {
margin-top: 0 !important;
}
}
}
&.-pageCover {
display: block;
#{$self}__content {
padding: map-deep-get($token-spacer-inset-map, "lg");
@include media-breakpoint-up("lg") {
padding: map-deep-get($token-spacer-inset-map, "xl");
}
}
}
&.-insetLg {
padding: map-deep-get($token-spacer-inset-map, "lg");
}
&.-sizeLg {
gap: map-deep-get($token-spacer-inline-map, "xl");
#{$self}__img {
width: $image-width-large;
}
}
&.-mobileCard {
@include spacer-component-stack("md");
flex-direction: column;
align-items: flex-start;
> * {
margin-right: 0;
}
@include media-breakpoint-up(md){
flex-direction: row;
align-items: center;
@include spacer-component-inline("xl");
> * + * {
margin-top: 0 !important;
}
}
#{$self}__img {
width: 100%;
@include media-breakpoint-up(md) {
max-width: $image-width-large;
}
}
}
&.-bannerLg {
padding: map-deep-get($design-tokens, "comp-banner-large-inset-h");
}
/* random parent element */
/*
*
* Syntax : .randomParentElt & {}
*
*/
/* Pseudo Classes */
&:hover {
@media (hover: hover) {
}
}
&:focus {
}
&:active {
}
&:focus,
&:active {
}
}