Skip to content

Commit

Permalink
Language label fine-tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jul 18, 2024
1 parent 2d568dd commit 9a4782d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/scss/components/_status-tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
}

&--label {
padding: theme('spacing.[0.5]') theme('spacing.2');
padding: theme('spacing.px') theme('spacing.2');
color: theme('colors.text-status-label');
font-weight: theme('fontWeight.medium');
background: theme('colors.surface-status-label');
border: 1px solid theme('colors.text-status-label');
border-radius: theme('borderRadius.xl');
// stylelint-disable-next-line property-disallowed-list
text-transform: capitalize;
}
}

Expand Down

0 comments on commit 9a4782d

Please sign in to comment.