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