Skip to content

Commit

Permalink
style: adapt plh-completion-modal styling for use in fullscreen pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Dec 6, 2024
1 parent 2d832fa commit 1747e2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/theme/themes/plh_kids_kw/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -693,12 +693,14 @@ body[data-theme="plh_kids_kw"] {
// Completion Modal
plh-completion-modal {
.completion-modal {
margin: 20px -20px;
background: linear-gradient(
310deg,
var(--color-secondary-blue-50),
var(--color-secondary-blue-80)
);
min-height: 68vh;
min-height: 80vh;
max-width: 480px;
border-radius: 40px;
}
.wrapper {
Expand Down

0 comments on commit 1747e2a

Please sign in to comment.