@@ -28,7 +28,7 @@ export default function Sidebar() {
{'Visão Geral'}
{'Consumo'}
{'Resumo de Op. '}
-
setEconomiaDrawer(!economiaDrawer)} className={router.pathname=='/grossSavings' || router.pathname=='/accumulatedSavings' || router.pathname=='/estimatedCost' || router.pathname=='/costIndicator' ? 'actualPath' : null } >{'Economia >'}
+
setEconomiaDrawer(!economiaDrawer)} className={router.pathname=='/grossSavings' || router.pathname=='/accumulatedSavings' || router.pathname=='/estimatedCost' || router.pathname=='/costIndicator' ? 'actualPath' : null } >{'Economia'}
Economia Bruta
Economia Acumulada
diff --git a/src/components/sidebar/SidebarView.ts b/src/components/sidebar/SidebarView.ts
index 7440f24..d2d2df8 100644
--- a/src/components/sidebar/SidebarView.ts
+++ b/src/components/sidebar/SidebarView.ts
@@ -15,6 +15,7 @@ export const SidebarView = styled.nav`
flex-direction: column;
width: 20%;
+ min-width: 15rem;
margin: 0;
padding: 0;
@@ -27,16 +28,7 @@ export const SidebarView = styled.nav`
border-left: #254F7F solid 8px;
background-color: #FAFBFF;
- font-weight: 600;
- font-size: 18px;
- line-height: 27px;
-
color: #254F7F;
-
- stop-color: #254F7F;
- .svg {
- background-color: red;
- }
}
ul {
@@ -64,7 +56,6 @@ export const SidebarView = styled.nav`
font-style: normal;
font-weight: 500;
- font-size: 16px;
line-height: 27px;
color: #969BA0;
@@ -131,7 +122,7 @@ export const SidebarView = styled.nav`
display: none;
}
- @media (max-width: 1548px) {
+ @media (max-width: 1008px) {
align-items: flex-start;
width: 100%;
@@ -150,15 +141,22 @@ export const SidebarView = styled.nav`
cursor: pointer;
z-index: 2;
+
+ height: 5rem;
}
.imageNext {
display: none;
}
ul {
display: ${props => props.modalOpen? 'block' : 'none'};
- min-height: 100vh;
+ min-height: 85vh;
background-color: #FFF;
+
+ li {
+ height: 7rem;
+ font-size: 170%;
+ }
}
aside {
display: none;
diff --git a/styles/app/AppView.ts b/styles/app/AppView.ts
index fcfaa67..f52d117 100644
--- a/styles/app/AppView.ts
+++ b/styles/app/AppView.ts
@@ -6,7 +6,7 @@ export const AppView = styled.main`
margin: 0 0 10rem 0;
padding: 0;
- @media (max-width: 1548px) {
+ @media (max-width: 1008px) {
flex-direction: column;
margin: 0;
}
diff --git a/styles/layouts/aboutUs/AboutUsView.ts b/styles/layouts/aboutUs/AboutUsView.ts
index 3feabdd..d53880e 100644
--- a/styles/layouts/aboutUs/AboutUsView.ts
+++ b/styles/layouts/aboutUs/AboutUsView.ts
@@ -7,7 +7,7 @@ export const AboutUsView = styled.main`
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
- font-size: 17px;
+ font-size: 80%;
line-height: 26px;
}
@@ -17,6 +17,8 @@ export const AboutUsView = styled.main`
li {
display: flex;
margin-bottom: 8px;
+
+ font-size: 98.98%;
}
}
@@ -37,4 +39,14 @@ export const AboutUsView = styled.main`
}
}
}
+
+ @media (max-width: 1008px) {
+ li {
+ font-size: 170%!important;
+ }
+
+ img {
+ width: 200px;
+ }
+ }
`
diff --git a/styles/layouts/commonQuestions/FaqView.ts b/styles/layouts/commonQuestions/FaqView.ts
index 37b4a7b..32d9b16 100644
--- a/styles/layouts/commonQuestions/FaqView.ts
+++ b/styles/layouts/commonQuestions/FaqView.ts
@@ -10,7 +10,7 @@ export const FaqView = styled.main`
h1 {
font-weight: 700;
- font-size: 48px;
+ font-size: calc(90% + 2rem);
line-height: 72px;
text-align: center;
letter-spacing: 0.5px;
@@ -18,7 +18,7 @@ export const FaqView = styled.main`
p {
font-weight: 400;
- font-size: 14px;
+ font-size: 99.98%;
line-height: 21px;
text-align: center;
letter-spacing: 0.5px;
From be1e8ad57b097608e02189d67d9b43347591ce0b Mon Sep 17 00:00:00 2001
From: joseCorte-exe
Date: Wed, 11 May 2022 12:51:34 -0300
Subject: [PATCH 2/2] :iphone: responsiving pages
---
src/txt.txt | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 src/txt.txt
diff --git a/src/txt.txt b/src/txt.txt
new file mode 100644
index 0000000..e69de29