Skip to content

Commit

Permalink
Added necessary CSS to adjust the newly added Return to the previous …
Browse files Browse the repository at this point in the history
…step Button layout inside the seller setup wizard.

Added necessary CSS to adjust the newly added Return to the previous step Button layout inside the seller setup wizard to make the button three columns.
  • Loading branch information
TanvirHasan19 authored Jul 5, 2024
1 parent 03b05ef commit 3f987e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/setup.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
width: 100%;
height: 300px;
}
.dokan-vendor-setup-wizard form .wc-setup-actions .button{
padding: 11px!important;
}
span.required {
color: #e2401c;
}
Expand Down

0 comments on commit 3f987e6

Please sign in to comment.