Skip to content

Commit

Permalink
Content checks design fine-tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jul 15, 2024
1 parent 7947199 commit 7ba3087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion client/scss/components/_a11y-result.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
background-color: theme('colors.positive.100');
border-radius: theme('borderRadius.full');
font-size: theme('fontSize.11');
line-height: theme('lineHeight.none');
height: theme('spacing.4');
width: theme('spacing.4');
color: theme('colors.text-button');
Expand All @@ -88,4 +87,8 @@
@media (forced-colors: active) {
border: theme('spacing.px') solid ButtonText;
}

.w-userbar & {
line-height: theme('lineHeight.none');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="w-my-2 w-text-14 w-text-text-placeholder">{% trans 'Reading time' %}<
</div>
</div>
</div>
<div class="w-mt-12">
<div class="w-mt-3">
<h2 class="w-flex w-items-center w-gap-2 w-my-5 w-text-16 w-font-bold">
<span>{% trans 'Issues found' %}</span><span class="w-a11y-result__count" data-a11y-result-count>0</span>
</h2>
Expand Down

0 comments on commit 7ba3087

Please sign in to comment.