feat: adiciona #cart css

This commit is contained in:
Patrick Reis Santos 2022-12-14 22:04:23 -03:00
parent 0ec753cf48
commit 0dff916add

View File

@ -1,38 +1,44 @@
.empty-cart {
font-family: $font-family;
&-content {
color: $color-black;
text-align: center;
font-family: $font-family;
&-content {
color: $color-black;
text-align: center;
@include mq(md, max) {
padding: 0 16px;
}
}
@include mq(md, max) {
padding: 0 16px;
}
}
&-title {
font-size: 20px;
}
&-title {
font-size: 20px;
}
&-links {
.link-choose-products {
background: $color-black;
border: none;
border-radius: 5px;
transition: ease-in 0.22s all;
outline: none;
font-family: $font-family;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.05em;
color: $color-white;
text-transform: uppercase;
&-links {
.link-choose-products {
box-sizing: border-box;
width: 327px;
height: 48px;
border: 1px solid #000000;
font-size: 0px;
padding: 15px 62px 17px 62px;
background-color: transparent;
color: #000000;
&:hover {
background: lighten($color-black, 5);
}
}
}
&:hover {
background: lighten($color-black, 5);
}
&::before {
font-family: "Tenor Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
display: block;
content: "CONTINUAR COMPRANDO";
}
}
}
}