fix(development): fix header scss

This commit is contained in:
Marcello Rodrigues Martins 2023-01-11 17:24:16 -03:00
commit 157b18484b
2 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import React from "react";
import "./App.css";
import { createBrowserRouter, RouterProvider } from "react-router-dom";
import Header from "./components/Header";
// import Footer from "./components/Footer";
import NewsLetter from "./components/newsLetter";
import Home from "./pages/Home";
import Institutional from "./pages/Institutional";

View File

@ -24,14 +24,20 @@
font-size: 14px;
height: 32px;
border: 0;
width: 77.27%;
width: 100%;
padding: 8px 44px 8px 16px;
&::placeholder {
color: #c6c6c6;
}
}
img {
cursor: pointer;
display: flex;
// width: 1.41vw;
position: relative;
position: absolute;
right: 20px;
}
}