31 lines
446 B
SCSS
31 lines
446 B
SCSS
.wc-block-checkout__sidebar {
|
|
.wc-block-components-product-name {
|
|
display: block;
|
|
color: inherit;
|
|
flex-grow: 1;
|
|
}
|
|
.wc-block-components-totals-footer-item {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.is-mobile,
|
|
.is-small,
|
|
.is-medium {
|
|
.wc-block-checkout__sidebar {
|
|
margin-bottom: $gap-large;
|
|
order: 0;
|
|
}
|
|
}
|
|
|
|
.is-large {
|
|
.wc-block-checkout__sidebar {
|
|
align-self: flex-start;
|
|
top: $gap-large;
|
|
&.is-sticky {
|
|
position: sticky;
|
|
}
|
|
}
|
|
}
|