Skip to content

Commit 49069e5

Browse files
authored
Merge pull request #62 from 4site-interactive-studios/swap-amounts-fix
ENgrid Update
2 parents 815fc28 + f832162 commit 49069e5

5 files changed

Lines changed: 409 additions & 166 deletions

File tree

dist/engrid.css

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Friday, August 8, 2025 @ 16:02:05 ET
22+
* Date: Wednesday, August 13, 2025 @ 18:21:05 ET
2323
* By: fernando
24-
* ENGrid styles: v0.22.4
25-
* ENGrid scripts: v0.22.9
24+
* ENGrid styles: v0.22.11
25+
* ENGrid scripts: v0.22.14
2626
*
2727
* Created by 4Site Studios
2828
* Come work with us or join our team, we would love to hear from you
@@ -4521,6 +4521,42 @@ figure.media-with-attribution figattribution.attribution-topleft{
45214521
top:auto;
45224522
}
45234523

4524+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-topleft figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topleft:before{
4525+
background-position:0 0;
4526+
}
4527+
4528+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-topright figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topright:before{
4529+
background-position:100% 0;
4530+
}
4531+
4532+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomright figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomright:before{
4533+
background-position:100% 100%;
4534+
}
4535+
4536+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomleft figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomleft:before{
4537+
background-position:0 100%;
4538+
}
4539+
4540+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-top figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-top:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topcenter:before{
4541+
background-position:top;
4542+
}
4543+
4544+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottom figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottom:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomcenter:before{
4545+
background-position:bottom;
4546+
}
4547+
4548+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-left figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-left:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-leftcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-leftcenter:before{
4549+
background-position:0;
4550+
}
4551+
4552+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-right figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-right:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-rightcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-rightcenter:before{
4553+
background-position:100%;
4554+
}
4555+
4556+
body:not(#en__pagebuilder) .page-backgroundImage.attribution-center figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-center:before{
4557+
background-position:50%;
4558+
}
4559+
45244560
img,video{
45254561
aspect-ratio:attr(width)/attr(height);
45264562
display:inherit;

0 commit comments

Comments
 (0)