1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

implement callout component w/ generator policy (#1158)

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

View File

@@ -83,6 +83,8 @@ $themes: (
logoSuffix: 'dark',
passwordNumberColor: #007fde,
passwordSpecialColor: #c40800,
calloutBorderColor: $border-color-dark,
calloutBackgroundColor: $box-background-color,
),
dark: (
textColor: #ffffff,
@@ -129,6 +131,8 @@ $themes: (
logoSuffix: 'white',
passwordNumberColor: #52bdfb,
passwordSpecialColor: #ff7c70,
calloutBorderColor: #111111,
calloutBackgroundColor: #3d3d3d,
),
nord: (
textColor: $nord5,
@@ -175,6 +179,8 @@ $themes: (
logoSuffix: 'white',
passwordNumberColor: $nord8,
passwordSpecialColor: $nord12,
calloutBorderColor: $nord0,
calloutBackgroundColor: $nord2,
),
);