From 4575af9eef06d8239cd81c211de94f22bb6cf612 Mon Sep 17 00:00:00 2001 From: Fenelas Date: Thu, 30 Nov 2023 09:37:22 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20de=20cor=20no=20Fluxogram?= =?UTF-8?q?a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package-lock.json | 2 +- frontend/package.json | 2 +- frontend/src/pages/FluxogramaAero.js | 20 ++++++++++---------- frontend/src/pages/FluxogramaSoft.js | 20 ++++++++++---------- frontend/src/styleheets/FluxogramaAero.css | 7 +++---- frontend/src/styleheets/FluxogramaSoft.css | 6 +++--- 6 files changed, 28 insertions(+), 29 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a6f659af..569f2d6a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^17.0.2", "react-redux": "^7.2.6", "react-router-dom": "^6.2.1", - "react-scripts": "5.0.0", + "react-scripts": "^5.0.0", "web-vitals": "^2.1.4" } }, diff --git a/frontend/package.json b/frontend/package.json index 6eca6720..879e952c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "react-dom": "^17.0.2", "react-redux": "^7.2.6", "react-router-dom": "^6.2.1", - "react-scripts": "5.0.0", + "react-scripts": "^5.0.0", "web-vitals": "^2.1.4" }, "scripts": { diff --git a/frontend/src/pages/FluxogramaAero.js b/frontend/src/pages/FluxogramaAero.js index 9f22a9f1..a70f8f81 100644 --- a/frontend/src/pages/FluxogramaAero.js +++ b/frontend/src/pages/FluxogramaAero.js @@ -9,7 +9,7 @@ function FluxogramaAero() { <>
{/* 1º Semestre */} -
1º Semestre
+
1º Semestre
Cálculo 1
@@ -63,7 +63,7 @@ function FluxogramaAero() {
{/* 2º Semestre */} -
2º Semestre
+
2º Semestre
Cálculo 2
@@ -115,7 +115,7 @@ function FluxogramaAero() { {/* 3º Semestre */} -
3º semestre
+
3º semestre
cálculo 3
@@ -182,7 +182,7 @@ function FluxogramaAero() {
{/* 4º Semestre */} -
4º semestre
+
4º semestre
fenomenos de transporte
@@ -231,7 +231,7 @@ function FluxogramaAero() {
{/* 5º Semestre */} -
5º semestre
+
5º semestre
termodinamica 1
@@ -298,7 +298,7 @@ function FluxogramaAero() {
{/* 6º Semestre */} -
6º semestre
+
6º semestre
transferencia de calor
@@ -347,7 +347,7 @@ function FluxogramaAero() {
{/* 7º Semestre */} -
7º semestre
+
7º semestre
mecânica de estruturas aeroespaciais
@@ -386,7 +386,7 @@ function FluxogramaAero() { {/* 8º Semestre */} -
8º semestre
+
8º semestre
mecânica do voo espacial
@@ -417,7 +417,7 @@ function FluxogramaAero() { {/* 9º Semestre */} -
9º semestre
+
9º semestre
Trabalho de Conclusão
de Curso 1
@@ -440,7 +440,7 @@ function FluxogramaAero() { {/* 10º Semestre */} -
10º semestre
+
10º semestre
Trabalho de Conclusão
de Curso 2
diff --git a/frontend/src/pages/FluxogramaSoft.js b/frontend/src/pages/FluxogramaSoft.js index 9cdea831..572f5530 100644 --- a/frontend/src/pages/FluxogramaSoft.js +++ b/frontend/src/pages/FluxogramaSoft.js @@ -8,7 +8,7 @@ function FluxogramaSoft() { <>
{/* 1º Semestre */} -
1º Semestre
+
1º Semestre
Cálculo 1
@@ -62,7 +62,7 @@ function FluxogramaSoft() {
{/* 2º Semestre */} -
2º Semestre
+
2º Semestre
Cálculo 2
@@ -123,7 +123,7 @@ function FluxogramaSoft() { {/* 3º Semestre */} -
3º semestre
+
3º semestre
Métodos Numéricos
para Engenharias
@@ -189,7 +189,7 @@ function FluxogramaSoft() {
{/* 4º Semestre */} -
4º semestre
+
4º semestre
Gestão de Produção e Qualidade
@@ -246,7 +246,7 @@ function FluxogramaSoft() {
{/* 5º Semestre */} -
5º semestre
+
5º semestre
Interação Humano Computador
@@ -303,7 +303,7 @@ function FluxogramaSoft() {
{/* 6º Semestre */} -
6º semestre
+
6º semestre
Qualidade de Software 1
@@ -361,7 +361,7 @@ function FluxogramaSoft() { {/* 7º Semestre */} -
7º semestre
+
7º semestre
Técnicas de Programação em Plataformas Emergentes
@@ -400,7 +400,7 @@ function FluxogramaSoft() { {/* 8º Semestre */} -
8º semestre
+
8º semestre
Engenharia de Produto
de Software
@@ -423,7 +423,7 @@ function FluxogramaSoft() {
Estagio Supervisionado
{/* 9º Semestre */} -
9º semestre
+
9º semestre
Trabalho de Conclusão
de Curso 1
@@ -447,7 +447,7 @@ function FluxogramaSoft() {
Estagio Supervisionado
{/* 10º Semestre */} -
10º semestre
+
10º semestre
Trabalho de Conclusão
de Curso 2
diff --git a/frontend/src/styleheets/FluxogramaAero.css b/frontend/src/styleheets/FluxogramaAero.css index 07649c5e..ca785a3e 100644 --- a/frontend/src/styleheets/FluxogramaAero.css +++ b/frontend/src/styleheets/FluxogramaAero.css @@ -3,22 +3,21 @@ .container { width: 2450px; height: 1080px; - background: #0b0b0b; position: relative; } .course-card { width: 210px; height: 120px; + background: white; position: absolute; - background: rgba(30, 30, 30, 0.51); border-radius: 10px; - box-shadow: 0px 0px 10px rgba(13, 13, 13, 0.5); + box-shadow: 0px 0px 10px #1976d2; } .course-info { width: 196px; position: absolute; - color: white; + color: black; font-size: 14px; font-family: Inter; font-weight: 400; diff --git a/frontend/src/styleheets/FluxogramaSoft.css b/frontend/src/styleheets/FluxogramaSoft.css index 58980b59..1173dec2 100644 --- a/frontend/src/styleheets/FluxogramaSoft.css +++ b/frontend/src/styleheets/FluxogramaSoft.css @@ -7,18 +7,18 @@ position: relative; } .course-card { + background: white; width: 210px; height: 120px; position: absolute; - background: rgb(255, 255, 255); border-radius: 10px; - box-shadow: 0px 0px 10px rgb(255, 255, 255) + box-shadow: 0px 0px 10px #1976d2; } .course-info { width: 196px; position: absolute; - color: white; + color: black; font-size: 14px; font-family: Inter; font-weight: 400;