Add credit card logos to allow displaying icons based on brand (#1149)

Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
Linus Aarnio 2021-12-21 13:21:41 +01:00 committed by GitHub
parent 3c2094bb04
commit 83c3635932
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 512c5c283745c0e2aedaa17fc5d386c60d622064
Subproject commit e9666458c483d4b895e01b241d0207e6047fb00c

View File

@ -13,3 +13,5 @@
@import "plugins.scss";
@import "environment.scss";
@import "header.scss";
@import "../../jslib/angular/src/scss/icons.scss";

View File

@ -1,5 +1,7 @@
@import "~nord/src/sass/nord.scss";
$dark-icon-themes: 'theme_dark', 'theme_nord';
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
$font-size-base: 14px;