mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Add credit card logos to allow displaying icons based on brand (#1280)
Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
parent
8991dcbf32
commit
ebcfdcd8a4
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 0de9e5075e469d144a16352a876b0f33567ee7dc
|
||||
Subproject commit 59a530045860f89bde2cd37e93f4e09d76e307b3
|
@ -55,3 +55,5 @@
|
||||
@import "./plugins";
|
||||
@import "./tables";
|
||||
@import "./toasts";
|
||||
|
||||
@import "../../jslib/angular/src/scss/icons.scss"; // Needs to be after font-awesome
|
||||
|
@ -1,3 +1,5 @@
|
||||
$dark-icon-themes: "theme_dark";
|
||||
|
||||
$primary: #175ddc;
|
||||
$primary-accent: #1252a3;
|
||||
$secondary: #ced4da;
|
||||
|
Loading…
Reference in New Issue
Block a user