diff --git a/frontend/src/global.css b/frontend/src/global.css index 56f5118..5a88185 100644 --- a/frontend/src/global.css +++ b/frontend/src/global.css @@ -32,6 +32,18 @@ form input { padding: 0 24px; } +form textarea { + width: 100%; + min-height: 140px; + height: 60px; + line-height: 24px; + resize: vertical; + color: #333333; + border: 1px solid #dcdce6; + border-radius: 8px; + padding: 0 24px; +} + .button { width: 100%; height: 60px; diff --git a/frontend/src/pages/NewIncident/index.js b/frontend/src/pages/NewIncident/index.js index f42aa41..39d1386 100644 --- a/frontend/src/pages/NewIncident/index.js +++ b/frontend/src/pages/NewIncident/index.js @@ -1,10 +1,31 @@ import React from 'react'; import { Link } from 'react-router-dom'; +import { FiArrowLeft } from 'react-icons/fi'; import './styles.css'; import logoImg from '../../assets/logo.svg'; export default function NewIncident() { - return (

NewIncident

); + return ( +
+
+
+ Be The Hero +

Cadastrar novo caso

+

Descreve o caso detalhadamente para encontrar um herói para revolver isso.

+ + Voltar para Home + +
+
+ +