Skip to content

Commit

Permalink
fix new line styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Oct 20, 2023
1 parent 808d65b commit 9c368a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/src/introductions.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
background: rgb(237,210,225);
background: linear-gradient(180deg, rgba(237,210,225,1) 10%, rgb(255, 255, 255) 60%);
}
.yst-introduction-modal-uppercase{
letter-spacing: 0.8px;
@apply yst-uppercase yst-text-slate-500;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const AiGenerateTitlesAndDescriptionsUpsell = ( { learnMoreLink, upsellLi
<Badge className="yst-absolute yst-top-0 yst-right-2 yst-mt-2 yst-ml-2" variant="info">Beta</Badge>
</div>
<div className="yst-mt-6 yst-text-xs yst-font-medium">
<span className="yst-uppercase yst-text-slate-500 yst-tracking-[0.8]">
<span className="yst-introduction-modal-uppercase">
{ sprintf(
/* translators: %1$s expands to Yoast SEO Premium. */
__( "New to %1$s", "wordpress-seo" ),
Expand Down

0 comments on commit 9c368a6

Please sign in to comment.