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

style fixes for colorized passwords

This commit is contained in:
Kyle Spearrin
2018-12-08 13:48:30 -05:00
parent 4597390166
commit 865658734a
6 changed files with 36 additions and 30 deletions

View File

@@ -41,8 +41,6 @@ $button-color-danger: darken($brand-danger, 10%);
$themes: (
light: (
textColor: $text-color,
passwordNumberColor: #007fde,
passwordSpecialColor: #c40800,
borderColor: $border-color-dark,
backgroundColor: $background-color,
backgroundColorAlt: $background-color-alt,
@@ -86,11 +84,11 @@ $themes: (
infoColor: $brand-info,
warningColor: $brand-warning,
logoSuffix: 'dark',
passwordNumberColor: #007fde,
passwordSpecialColor: #c40800,
),
dark: (
textColor: #ffffff,
passwordNumberColor: #9fd9ff,
passwordSpecialColor: #ff7c70,
borderColor: #2f2f2f,
backgroundColor: #363636,
backgroundColorAlt: #3d3d3d,
@@ -134,11 +132,11 @@ $themes: (
infoColor: $brand-info,
warningColor: $brand-warning,
logoSuffix: 'white',
passwordNumberColor: #52bdfb,
passwordSpecialColor: #ff7c70,
),
nord: (
textColor: $nord5,
passwordNumberColor: $nord8,
passwordSpecialColor: $nord12,
borderColor: $nord0,
backgroundColor: $nord2,
backgroundColorAlt: $nord1,
@@ -182,6 +180,8 @@ $themes: (
infoColor: $nord9,
warningColor: $nord12,
logoSuffix: 'white',
passwordNumberColor: $nord8,
passwordSpecialColor: $nord12,
),
);