Compare commits

..

No commits in common. "main" and "feature/ajusteDeRotas" have entirely different histories.

6 changed files with 11 additions and 27 deletions

View File

@ -15,7 +15,7 @@ export const BreadCrumb = () => {
{pathname !== "/" && (
<ul className={styles["breadNav"]}>
<li className={styles["navItem"]}>
<Link to="/institucional/sobre">
<Link to="/sobre">
<img src={homeIcon} alt="Icone de home" />
</Link>
</li>
@ -25,6 +25,7 @@ export const BreadCrumb = () => {
<span className={styles["routeName"]}>
{routeName}
{/* Institucional */}
</span>
</li>

View File

@ -5,13 +5,13 @@
flex-direction: column;
height: 137px;
position: fixed;
bottom: 255px;
bottom: 25%;
right: 16px;
@media (max-width:2499px) {
height: 73px;
position: fixed;
bottom: 225px;
bottom: 35%;
right: 16px;
}

View File

@ -15,23 +15,23 @@ export const SocialMedia = () => {
<div className={styleSocialMedia["wrapper"]}>
<div className={styleSocialMedia["wrapper__social__media"]}>
<IconLink link={"https://web.facebook.com/digitalm3"}
<IconLink link={"/"}
sourceImg={facebook}
altText="Logo da rede social "
/>
<IconLink link={"https://www.instagram.com/m3.ecommerce/"}
<IconLink link={"/"}
sourceImg={instagram}
altText="Logo da rede social "
/>
<IconLink link={"https://twitter.com/eCommerce_Br/status/1443210495784366089"}
<IconLink link={"/"}
sourceImg={twitter}
altText="Logo da rede social "
/>
<IconLink link={"https://www.youtube.com/@m3e-commerce796"}
<IconLink link={"/"}
sourceImg={youtube}
altText="Logo da rede social "
/>
<IconLink link={"https://www.linkedin.com/company/m3ecommerce/"}
<IconLink link={"/"}
sourceImg={linkedin}
altText="Logo da rede social "
/>

View File

@ -7,12 +7,6 @@
height: 100%;
overflow: hidden;
@media (min-width:3000px) {
height: 100vh;
flex: 1;
}
}
.main {
@ -26,8 +20,7 @@
@media (min-width: 3000px) {
min-height: 897px;
flex: 1;
height: 100vh;
}
@media (max-width:$tablets) {

View File

@ -9,7 +9,7 @@ interface IconLink {
export const IconLink = ({ link, sourceImg, altText }: IconLink) => {
return (
<li>
<a href={link} target="_blank">
<a href={link}>
<img src={sourceImg} alt={altText} />
</a>
</li>

View File

@ -7,12 +7,6 @@
height: 100%;
overflow: hidden;
@media (min-width:3000px) {
height: 100vh;
flex: 1;
}
}
.main {
@ -27,10 +21,6 @@
@media (min-width: 3000px) {
min-height: 897px;
height: 100vh;
flex: 1;
border: 1px solid blue;
}
@media (max-width:$tablets) {