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:
parent
bd770c90ed
commit
55e6de691d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue