forked from M3-Academy/desafio-react-e-typescript
fix: correção link header
This commit is contained in:
parent
7913d9061f
commit
12738dbbe0
@ -109,7 +109,7 @@
|
||||
&__login-cart {
|
||||
display: flex;
|
||||
|
||||
p {
|
||||
a {
|
||||
display: flex;
|
||||
margin-right: 55px;
|
||||
font-weight: 400;
|
||||
@ -118,7 +118,7 @@
|
||||
align-items: center;
|
||||
color: var(--white);
|
||||
font-family: var(--font-roboto);
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
display: none;
|
||||
@ -145,6 +145,7 @@
|
||||
.cart-svg {
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
cursor: pointer;
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
width: 54.68px;
|
||||
|
@ -32,7 +32,7 @@ const Header = () => {
|
||||
</div>
|
||||
|
||||
<div className={styleHeader["container__wrapper__login-cart"]}>
|
||||
<p>ENTRAR</p>
|
||||
<a href="/">ENTRAR</a>
|
||||
<button>
|
||||
<Cart className={styleHeader["cart-svg"]} title="Carrinho" />
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user