diff --git a/checkout/src/arquivos/sass/partials/_footer.scss b/checkout/src/arquivos/sass/partials/_footer.scss index 90d3e9e..66f2ace 100644 --- a/checkout/src/arquivos/sass/partials/_footer.scss +++ b/checkout/src/arquivos/sass/partials/_footer.scss @@ -80,6 +80,18 @@ list-style-type: none; margin: 0; + .footerCheckout__stamps__div_wrapperDeveloper{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + } + .images_footer_developed{ + width: 38.71px; + height: 16px; + padding: 10px 10px; + } + li:last-child { margin-left: 16px; }