mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$icomoon-font-family: "bwi-font" !default;
|
||||
$icomoon-font-path: "~@bitwarden/jslib-angular/src/scss/bwicons/fonts/" !default;
|
||||
$icomoon-font-path: "~@bitwarden/angular/src/scss/bwicons/fonts/" !default;
|
||||
|
||||
// New font sheet? Update the font-face information below
|
||||
@font-face {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$card-icons-base: "~@bitwarden/jslib-angular/src/images/cards/" !default;
|
||||
$card-icons-base: "~@bitwarden/angular/src/images/cards/" !default;
|
||||
$card-icons: (
|
||||
"visa": $card-icons-base + "visa-light.png",
|
||||
"amex": $card-icons-base + "amex-light.png",
|
||||
|
||||
Reference in New Issue
Block a user