Language label fine-tunes (#12136)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
pull/12099/head
Albina 2024-07-19 14:48:55 +03:00 zatwierdzone przez GitHub
rodzic 966f2df4ce
commit 2508b712a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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