Skip to content

Commit

Permalink
styles: Update modal button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Nov 6, 2024
1 parent d2c303c commit becd8c9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
line-height: 1.5;
padding: var(--givewp-spacing-3) var(--givewp-spacing-5);
width: 100%;
border-radius: 8px;

&.button-secondary {
color: #060c1a;
border-color: #9ca0af;
background-color: white;
}
}
}

Expand Down

0 comments on commit becd8c9

Please sign in to comment.