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:
parent
966f2df4ce
commit
2508b712a9
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user