Skip to content

Commit

Permalink
Fix box shadow on secondary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Dec 5, 2024
1 parent b8e2d02 commit c3974fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
.import__upgrade-plan-price-badge {
display: none;
}
.import__upgrade-plan .import__upgrade-plan-cta button.button {
box-shadow: none;
}
.import__upgrade-plan .import__upgrade-plan-cta button.button.is-primary {
background-color: var(--studio-wordpress-blue-50) !important;
border-color: var(--studio-wordpress-blue-50);
Expand Down

0 comments on commit c3974fc

Please sign in to comment.