Fix no padding between the last task section and Things to do next in experiment 2

This commit is contained in:
Chi-Hsuan Huang 2022-05-04 11:57:43 +08:00
parent 4a6c3300aa
commit b28a2d7ba7
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@
margin: 0 auto;
justify-content: space-between;
&.woocommerce-task-list__setup_experiment_2 {
margin-bottom: 16px;
}
ul li.complete .woocommerce-task-list__item-title {
font-weight: 600;
color: $gray-600;