0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00

Language label fine-tunes (#12136)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
This commit is contained in:
Albina 2024-07-19 14:48:55 +03:00 committed by GitHub
parent 966f2df4ce
commit 2508b712a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}