1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

implement callout component w/ generator policy (#395)

This commit is contained in:
Kyle Spearrin
2020-02-28 16:58:51 -05:00
committed by GitHub
parent e90405a453
commit ee167571a6
6 changed files with 96 additions and 1 deletions

View File

@@ -86,6 +86,8 @@ $themes: (
logoSuffix: 'dark',
passwordNumberColor: #007fde,
passwordSpecialColor: #c40800,
calloutBorderColor: $border-color-dark,
calloutBackgroundColor: $background-color,
),
dark: (
textColor: #ffffff,
@@ -134,6 +136,8 @@ $themes: (
logoSuffix: 'white',
passwordNumberColor: #52bdfb,
passwordSpecialColor: #ff7c70,
calloutBorderColor: #2f2f2f,
calloutBackgroundColor: #363636,
),
nord: (
textColor: $nord5,
@@ -182,6 +186,8 @@ $themes: (
logoSuffix: 'white',
passwordNumberColor: $nord8,
passwordSpecialColor: $nord12,
calloutBorderColor: $nord1,
calloutBackgroundColor: $nord2,
),
);