inicio-carrinho vazio

This commit is contained in:
Nathalia Sardou 2022-12-16 01:10:40 -03:00
parent ea7a3d32e8
commit 6d39afef63

View File

@ -3,6 +3,9 @@
&-content {
color: $color-black;
text-align: center;
p{
display: none;
}
@include mq(md, max) {
padding: 0 16px;
@ -10,25 +13,34 @@
}
&-title {
font-size: 20px;
font-size: 24px;
text-transform: uppercase;
font-weight: 700;
width: auto;
}
&-links {
.link-choose-products {
background: $color-black;
border: none;
border-radius: 5px;
width: 327px;
height: 48px;
background: transparent;
border: 1px solid $color-black;
transition: ease-in 0.22s all;
outline: none;
font-family: $font-family;
font-family: $font-family-secundary;
font-style: normal;
font-weight: 500;
font-weight: 400;
cursor: pointer;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.05em;
color: $color-white;
color: $color-black;
text-transform: uppercase;
&a{
padding-top: 20px;
background-color: red;
}
&:hover {
background: lighten($color-black, 5);