Skip to content

Commit

Permalink
Language label fine-tunes (wagtail#12136)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
  • Loading branch information
albinazs and thibaudcolas committed Jul 19, 2024
1 parent 966f2df commit 2508b71
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: none;
}
}

Expand Down

0 comments on commit 2508b71

Please sign in to comment.