|
/** @format */
|
|
|
|
.woocommerce-settings__wrapper {
|
|
@include breakpoint( '>782px' ) {
|
|
padding: 0 ($gap - 3);
|
|
}
|
|
}
|
|
|
|
.woocommerce-settings__actions {
|
|
margin-bottom: $gap-largest;
|
|
|
|
@include breakpoint( '>1280px' ) {
|
|
margin-left: 15%;
|
|
}
|
|
|
|
button {
|
|
margin-right: $gap;
|
|
}
|
|
}
|