mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[CL-219][CL-218][CL-217] Add new extension layout components (#8728)
This commit is contained in:
@@ -24,7 +24,11 @@ module.exports = {
|
||||
current: colors.current,
|
||||
black: colors.black,
|
||||
primary: {
|
||||
// Can only be used behind the extension refresh flag
|
||||
100: rgba("--color-primary-100"),
|
||||
300: rgba("--color-primary-300"),
|
||||
// Can only be used behind the extension refresh flag
|
||||
500: rgba("--color-primary-500"),
|
||||
600: rgba("--color-primary-600"),
|
||||
700: rgba("--color-primary-700"),
|
||||
},
|
||||
@@ -69,6 +73,7 @@ module.exports = {
|
||||
main: rgba("--color-text-main"),
|
||||
muted: rgba("--color-text-muted"),
|
||||
contrast: rgba("--color-text-contrast"),
|
||||
headers: rgba("--color-text-headers"),
|
||||
alt2: rgba("--color-text-alt2"),
|
||||
code: rgba("--color-text-code"),
|
||||
success: rgba("--color-success-600"),
|
||||
|
||||
Reference in New Issue
Block a user