Skip to content

Commit

Permalink
Merge pull request #331 from Ajay-aot/feature/FWF-3736-preview-page-s…
Browse files Browse the repository at this point in the history
…tyle

added style for preview page
  • Loading branch information
arun-s-aot authored Nov 12, 2024
2 parents 9df559e + 4c5f3e7 commit 771999a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions forms-flow-theme/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,9 @@ select option:hover {

.valiation-astrisk {
color: var(--ff-base-600);
}
//for not allowing for edit in preview
.form-preview{
pointer-events: none;
cursor: not-allowed;
}

0 comments on commit 771999a

Please sign in to comment.