Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ea639bf

Browse files
committed
fix: bootstrap icons font path override
1 parent 9cd8633 commit ea639bf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/scss/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
// Bootstrap
88
@import 'bootstrap/scss/bootstrap';
9+
10+
$bootstrap-icons-font-dir: "/themes/aurora/fonts/vendor/bootstrap-icons";
11+
912
@import 'bootstrap-icons/font/bootstrap-icons';
1013

1114
@font-face {
@@ -455,6 +458,7 @@ input[type=checkbox] {
455458
&.form-control {
456459
box-shadow: none !important;
457460
z-index: 0;
461+
appearance: none;
458462
-webkit-appearance: none;
459463
border: none;
460464

@@ -522,6 +526,7 @@ input[type=radio] {
522526
&.form-control {
523527
box-shadow: none !important;
524528
z-index: 0;
529+
appearance: none;
525530
-webkit-appearance: none;
526531
border: none;
527532

0 commit comments

Comments
 (0)