Skip to content

Commit

Permalink
backstage: fix indentation in coral styles (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost authored Sep 30, 2024
1 parent 1728b5f commit d23db02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/o-comments/src/scss/coral-talk-iframe/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
border-color: oColorsByName('wheat');
border-radius: 0;
padding: var(--spacing-4);

h3 {
margin-bottom: -14px;
line-height: 1.375;
Expand All @@ -42,20 +42,20 @@
}
#coral {
--ft-magnify: 1.31282;
// See https://financialtimes.atlassian.net/jira/software/c/projects/CI/boards/1653?view=detail&selectedIssue=CI-1725
// See https://financialtimes.atlassian.net/jira/software/c/projects/CI/boards/1653?view=detail&selectedIssue=CI-1725
display: inline-block !important;
width:100%;
.coral-comment-content {
font-size: 1.23077rem;
font-size: 1.23077rem;
line-height: 1.784rem;
}
}
}
#coral.o-comments-root-font-size-1 {
--ft-magnify: 1.0666666667;
.coral-comment-content {
font-size: 1rem;
line-height: 1.45rem;
}
font-size: 1rem;
line-height: 1.45rem;
}
}
#coral {
--font-family-primary: #{inspect(oTypographyGetFontFamily('sans'))};
Expand Down

0 comments on commit d23db02

Please sign in to comment.