cart mechanism complete
This commit is contained in:
@@ -214,3 +214,25 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bw-product__text * {
|
||||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
||||
font-weight: 400 !important;
|
||||
font-size: 1rem !important;
|
||||
line-height: 1.45 !important;
|
||||
color: rgb(40, 26, 76) !important;
|
||||
|
||||
}
|
||||
.bw-product__text {
|
||||
h2 * {
|
||||
font-weight: 700 !important;
|
||||
font-size: 1.375rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bw-cart-item-counter {
|
||||
input {
|
||||
@apply text-xl leading-none border-0 text-brand-violet font-bold;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user