diff --git a/src/components/FooterDefault/index.tsx b/src/components/FooterDefault/index.tsx index b556ad4d..1201c5bc 100644 --- a/src/components/FooterDefault/index.tsx +++ b/src/components/FooterDefault/index.tsx @@ -43,6 +43,15 @@ const FooterDefault = () => { > Site SouJunior +
  • + + Indique uma vaga + +
  • = ({ isActive }) => { Faça parte
  • +
  • + + Indique uma vaga + +

  • @@ -165,6 +173,12 @@ const HeaderDefault: React.FC = ({ isActive }) => { {shouldShowJobFilter && } + + Indique uma vaga + ` position: fixed; top: 0; width: 100vw; + font-family: 'Radio Canada', sans-serif; height: 132px; border: 1px solid rgba(0, 0, 0, 0.05); background-color: #fff; @@ -135,6 +136,10 @@ export const RegisterButton = styled.button` `} `; +export const IndicateButton = styled.button` + color: ${({ theme }) => theme.colors.primary}; +` + export const LoginButton = styled(RegisterButton)` display: flex; justify-content: center; @@ -227,12 +232,12 @@ export const MobileHeader = styled.nav` flex-direction: column; align-items: flex-start; justify-content: center; - width: 80%; + width: 100%; margin-top: 24px; li { text-transform: capitalize; - font-size: 22pt; + font-size: 18px; font-weight: 600; cursor: pointer; padding: 5px 15px; @@ -253,9 +258,7 @@ export const MobileHeader = styled.nav` background-size: 100% 3px; } - @media (max-width: 768px) { - font-size: 18pt; - } + } }