mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[EC-8] Extend maxWidth Tailwind theme config
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<a
|
<a
|
||||||
class="tw-border tw-border-solid tw-border-secondary-300 tw-rounded tw-overflow-hidden tw-h-full tw-max-w-[18rem] tw-block !tw-text-main hover:tw-no-underline hover:tw-scale-105 tw-transition-all focus:tw-outline-none focus:tw-ring focus:tw-ring-offset-2 focus:tw-ring-primary-700"
|
class="tw-border tw-border-solid tw-border-secondary-300 tw-rounded tw-overflow-hidden tw-h-full tw-max-w-72 tw-block !tw-text-main hover:tw-no-underline hover:tw-scale-105 tw-transition-all focus:tw-outline-none focus:tw-ring focus:tw-ring-offset-2 focus:tw-ring-primary-700"
|
||||||
[routerLink]="route"
|
[routerLink]="route"
|
||||||
(click)="click()"
|
(click)="click()"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -68,6 +68,9 @@ module.exports = {
|
|||||||
DEFAULT: theme("colors.background"),
|
DEFAULT: theme("colors.background"),
|
||||||
...theme("colors"),
|
...theme("colors"),
|
||||||
}),
|
}),
|
||||||
|
maxWidth: ({ theme }) => ({
|
||||||
|
...theme("width"),
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user