forked from M3-Academy/m3-academy-template-checkout
feat: adiciona #cart css
This commit is contained in:
parent
0ec753cf48
commit
0dff916add
@ -15,24 +15,30 @@
|
||||
|
||||
&-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;
|
||||
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);
|
||||
}
|
||||
&::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";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user