Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Add margin below shipping packages in checkout #5529

Merged
merged 2 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.wc-block-components-shipping-rates-control__package {
margin-bottom: em($gap-large);

&:last-of-type {
margin-bottom: 0;
}

.wc-block-components-panel__button {
margin-bottom: 0;
margin-top: 0;
Expand Down