forked from M3-Academy/m3-academy-template-checkout
inicio-carrinho vazio
This commit is contained in:
parent
ea7a3d32e8
commit
6d39afef63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user