2020-03-13 12:02:08 +00:00
|
|
|
// Extra classes are added for specificity.
|
|
|
|
.wc-block-cart,
|
|
|
|
.wc-block-checkout {
|
|
|
|
.button.wc-block-button {
|
2020-03-16 13:13:04 +00:00
|
|
|
align-items: center;
|
2020-03-13 12:02:08 +00:00
|
|
|
background-color: #000 !important;
|
|
|
|
color: #fff !important;
|
2020-03-16 13:13:04 +00:00
|
|
|
display: flex;
|
2020-03-13 12:02:08 +00:00
|
|
|
font-size: inherit;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 48px; // same height as text-input
|
2020-03-16 13:13:04 +00:00
|
|
|
justify-content: center;
|
2020-03-13 12:02:08 +00:00
|
|
|
line-height: 1;
|
2020-03-16 13:13:04 +00:00
|
|
|
padding: 0 $gap-small;
|
2020-03-13 12:02:08 +00:00
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
background-color: $black !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|