cnil-2023: add styles for previous step (#84963)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-12-20 10:29:55 +01:00
parent b4399220da
commit 07307e030b
2 changed files with 17 additions and 0 deletions

View File

@ -561,12 +561,23 @@ div#tracking-code {
.wcs-steps {
font-size: 1rem;
padding-bottom: 1rem;
font-weight: bold;
&--list {
margin-bottom: 0;
}
}
.wcs-step {
padding-left: 2em;
&.step-before {
color: $blue;
background-size: 1em auto;
background-image: url(icons/check.svg);
background-repeat: no-repeat;
background-position: top 50% left 0.8em;
}
&.step-before &--marker {
color: inherit;
}
&.current {
background-size: 1ex 1ex;
background-repeat: no-repeat;

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<g id="icon-check" transform="translate(-89 -364)">
<rect id="Rectangle_600" data-name="Rectangle 600" width="24" height="24" transform="translate(89 364)" fill="none"/>
<path id="ic_fluent_checkmark_24_regular" d="M4.53,12.97a.75.75,0,0,0-1.06,1.06l4.5,4.5a.75.75,0,0,0,1.06,0l11-11a.75.75,0,0,0-1.06-1.06L8.5,16.94,4.53,12.97Z" transform="translate(89.731 363.731)" fill="#3879bf"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 493 B