Skip to content

Commit

Permalink
fix: changed draftjs buttons font in accedi al servizio section in se…
Browse files Browse the repository at this point in the history
…rvice
  • Loading branch information
sabrina-bongiovanni committed Feb 26, 2025
1 parent 9778bb9 commit 2ec2044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ const ServizioAccedi = ({ content }) => {
</p>
</div>
)}
<RichText data={content.prenota_appuntamento} content={content} />
<RichText
data={content.prenota_appuntamento}
content={content}
serif={false}
/>
{content.canale_fisico?.map?.((canale) => (
<div className="mt-3">
<OfficeCard
Expand Down
4 changes: 2 additions & 2 deletions src/theme/ItaliaTheme/Views/_servizio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
margin-bottom: 1.2em;
}

.richtext-blocks {
.draftjs-buttons a {
.richtext-blocks.font-serif {
a.btn.btn-primary.inline-link {
font-family: 'Titillium Web';
}
}
Expand Down

0 comments on commit 2ec2044

Please sign in to comment.