1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02: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:
Linus Aarnio 2021-12-21 12:08:08 +01:00 committed by GitHub
parent 8991dcbf32
commit ebcfdcd8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 0de9e5075e469d144a16352a876b0f33567ee7dc
Subproject commit 59a530045860f89bde2cd37e93f4e09d76e307b3

View File

@ -55,3 +55,5 @@
@import "./plugins";
@import "./tables";
@import "./toasts";
@import "../../jslib/angular/src/scss/icons.scss"; // Needs to be after font-awesome

View File

@ -1,3 +1,5 @@
$dark-icon-themes: "theme_dark";
$primary: #175ddc;
$primary-accent: #1252a3;
$secondary: #ced4da;