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

* Add credit card logos to allow displaying icons based on brand

* Add light and dark card icons and select based on theme

* Change usage of icon scss to the one in jslib

* Fix typos in scss import code
This commit is contained in:
Linus Aarnio 2022-01-27 23:42:32 +02:00 committed by GitHub
parent bd770c90ed
commit 55e6de691d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
@import "../../../jslib/angular/src/scss/webfonts.css";
$dark-icon-themes: 'theme_dark', 'theme_solarizedDark', 'theme_nord';
@import "../../../jslib/angular/src/scss/icons.scss";
@import "variables.scss";
@import "base.scss";
@import "grid.scss";