Speedinvest Doughnut

No notes defined.

<div class="sds-speedinvestDoughnut">
    <div class="row align-items-center">
        <div class="col-12 col-md-6 col-lg-4 col-xl-3">
            <div class="sds-stackMd">
                <div class="sds-spotSelect sds-showCustomIndicatorHover ">
                    <input type="radio" id="spotSelectNoTitleNoImg" class="sds-spotSelect__radioInput sr-only" value="" name="radio-name">
                    <div data-scope-wrapper="box" data-scope="flat" class="sds-spotSelect__body">
                        <div class="sds-spotSelect__content">

                            <span class="sds-radioDot  sds-spotSelect__checkItem" aria-hidden="true"></span>

                            <div class="sds-spotSelect__inner sds-stackMd">
                                <div class="sds-spotSelect__text">

                                    <p><label class="sds-spotSelect__checkItemLabel" for="spotSelectNoTitleNoImg">Ouvrir un compte courant et epargne ou obtenir une nouvelle carte bancaire.</label></p>

                                </div>
                            </div>

                        </div>

                    </div>

                </div>
                <div class="sds-spotSelect sds-showCustomIndicatorHover ">
                    <input type="radio" id="spotSelectNoTitleNoImg" class="sds-spotSelect__radioInput sr-only" value="" name="radio-name">
                    <div data-scope-wrapper="box" data-scope="flat" class="sds-spotSelect__body">
                        <div class="sds-spotSelect__content">

                            <span class="sds-radioDot  sds-spotSelect__checkItem" aria-hidden="true"></span>

                            <div class="sds-spotSelect__inner sds-stackMd">
                                <div class="sds-spotSelect__text">

                                    <p><label class="sds-spotSelect__checkItemLabel" for="spotSelectNoTitleNoImg">Ouvrir un compte courant et epargne ou obtenir une nouvelle carte bancaire.</label></p>

                                </div>
                            </div>

                        </div>

                    </div>

                </div>
                <div class="sds-spotSelect sds-showCustomIndicatorHover ">
                    <input type="radio" id="spotSelectNoTitleNoImg" class="sds-spotSelect__radioInput sr-only" value="" name="radio-name">
                    <div data-scope-wrapper="box" data-scope="flat" class="sds-spotSelect__body">
                        <div class="sds-spotSelect__content">

                            <span class="sds-radioDot  sds-spotSelect__checkItem" aria-hidden="true"></span>

                            <div class="sds-spotSelect__inner sds-stackMd">
                                <div class="sds-spotSelect__text">

                                    <p><label class="sds-spotSelect__checkItemLabel" for="spotSelectNoTitleNoImg">Ouvrir un compte courant et epargne ou obtenir une nouvelle carte bancaire.</label></p>

                                </div>
                            </div>

                        </div>

                    </div>

                </div>
            </div>
        </div>
        <div class="col-12 col-md-6 col-lg-4 col-xl-6">
            <div class="text-center">
                <img src="../../media/spuerkeess-site/components/speedinvest-doughnut/speedinvset-doughnut.svg" alt="" class="img-fluid">
            </div>
        </div>
        <div class="col-12 col-lg-4 col-xl-3">
            <div class="sds-stackXl -stackBorder">
                <div class="sds-stackMd">
                    <div class="h2">Max. 20% Actions</div>
                    <div class="h2 sds-speedinvestDoughnut__legendHighlight">Min. 80% Obligations</div>
                </div>
                <p class="sds-textBodyLg">
                    Fidèle à sa mission sociale et dans l’esprit de solidarité qui caractérise son action RSE, Spuerkeess est fière d'annoncer son association avec Youth & Work à travers son projet d'accompagnement de jeunes gens motivés dans leurs démarches à la recherche d'un emploi ou d'une place d'apprentissage.
                </p>
            </div>
        </div>
    </div>
</div>
<div class="{{ namespace }}speedinvestDoughnut{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
	<div class="row align-items-center">
		<div class="col-12 col-md-6 col-lg-4 col-xl-3">
			<div class="{{ namespace }}stackMd">
				{% render "@spot-select--no-title-no-img" %}
				{% render "@spot-select--no-title-no-img" %}
				{% render "@spot-select--no-title-no-img" %}
			</div>
		</div>
		<div class="col-12 col-md-6 col-lg-4 col-xl-6">
			<div class="text-center">
				<img src="{{ ( mediaPath + "/spuerkeess-site/components/speedinvest-doughnut/speedinvset-doughnut.svg" ) | path }}" alt="" class="img-fluid">
			</div>
		</div>
		<div class="col-12 col-lg-4 col-xl-3">
			<div class="{{ namespace }}stackXl -stackBorder">
				<div class="{{ namespace }}stackMd">
					<div class="h2">Max. 20% Actions</div>
					<div class="h2 {{ namespace }}speedinvestDoughnut__legendHighlight">Min. 80% Obligations</div>
				</div>
				<p class="{{ namespace }}textBodyLg">
					Fidèle à sa mission sociale et dans l’esprit de solidarité qui caractérise son action RSE, Spuerkeess est fière d'annoncer son association avec Youth & Work à travers son projet d'accompagnement de jeunes gens motivés dans leurs démarches à la recherche d'un emploi ou d'une place d'apprentissage.
				</p>
			</div>
		</div>
	</div>
</div>
  • Content:
    /* variables specific to current element */
    
    $element-specific-variables: "";
    
    .#{$namespace}speedinvestDoughnut {
    
    	/* Save root element context for easy access if nesting is needed */
    
    	$self: &;
    
    	/* properties of current element  + media queries */
    
    
    	/* 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 */
    
    	// speedinvestDoughnut__legendHighlight
    	&__legendHighlight {
    
    		// follows same logic as parent
    
    		@include custom-prop-fallback("color", "sys-color-text-highlight-vivid");
    
    
    	}
    
    
    	/* modifiers */
    
    	// speedinvestDoughnut -altStyle
    	&.-altStyle {
    
    		// follows same logic as base element
    
    	}
    
    	/* random parent element */
    	/* 
    	*
    	*   Syntax : .randomParentElt & {}
    	*
    	*/
    
    	/* Pseudo Classes */
    
    	&:hover {
    		@media (hover: hover) {
    
    		}
    	}
    
    	&:focus {
    	}
    
    	&:active {
    	}
    
    	&:focus,
    	&:active {
    	}
    
    }
  • URL: /components/raw/spk-speedinvest-doughnut/_speedinvest-doughnut.scss
  • Filesystem Path: components/spuerkeess-site/organisms/speedinvest-doughnut/_speedinvest-doughnut.scss
  • Size: 1.1 KB