mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[Cl-10] Make badge inline (#3089)
* feat: make badge inline * feat: lower y-padding
This commit is contained in:
@@ -26,11 +26,10 @@ const hoverStyles: Record<BadgeTypes, string[]> = {
|
|||||||
export class BadgeDirective {
|
export class BadgeDirective {
|
||||||
@HostBinding("class") get classList() {
|
@HostBinding("class") get classList() {
|
||||||
return [
|
return [
|
||||||
"tw-inline-block",
|
"tw-inline",
|
||||||
"tw-py-1",
|
"tw-py-0.5",
|
||||||
"tw-px-1.5",
|
"tw-px-1.5",
|
||||||
"tw-font-bold",
|
"tw-font-bold",
|
||||||
"tw-leading-none",
|
|
||||||
"tw-text-center",
|
"tw-text-center",
|
||||||
"!tw-text-contrast",
|
"!tw-text-contrast",
|
||||||
"tw-rounded",
|
"tw-rounded",
|
||||||
|
|||||||
Reference in New Issue
Block a user