forked from M3-Academy/m3-academy-template-checkout
feat: made button
This commit is contained in:
parent
bc7b590b70
commit
7dab696835
@ -1,3 +1,6 @@
|
|||||||
|
.btn {
|
||||||
|
border-radius: 0%;
|
||||||
|
}
|
||||||
.empty-cart {
|
.empty-cart {
|
||||||
p {
|
p {
|
||||||
display: none;
|
display: none;
|
||||||
@ -20,19 +23,20 @@
|
|||||||
|
|
||||||
&-links {
|
&-links {
|
||||||
.link-choose-products {
|
.link-choose-products {
|
||||||
// background: red;
|
border: 1px solid black;
|
||||||
// border: none;
|
transition: ease-in 0.22s all;
|
||||||
// border-radius: 5px;
|
outline: none;
|
||||||
// transition: ease-in 0.22s all;
|
font-family: $font-family;
|
||||||
// outline: none;
|
font-style: normal;
|
||||||
// font-family: $font-family;
|
font-weight: 500;
|
||||||
// font-style: normal;
|
font-size: 14px;
|
||||||
// font-weight: 500;
|
line-height: 16px;
|
||||||
// font-size: 14px;
|
text-align: center;
|
||||||
// line-height: 16px;
|
letter-spacing: 0.05em;
|
||||||
// text-align: center;
|
color: $color-white;
|
||||||
// letter-spacing: 0.05em;
|
background: $color-white;
|
||||||
// color: $color-white;
|
width: 327px;
|
||||||
|
margin-left: 575px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -41,7 +45,7 @@
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: "Continuar comprando";
|
content: "Continuar comprando";
|
||||||
color: $white;
|
color: $color-black;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user