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

Commit 6cce377

Browse files
authored
Merge pull request #1 from forepath/fix/bootstrap_icons_font_path
fix: bootstrap icons font path override
2 parents 6b91728 + 6ced410 commit 6cce377

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/scss/app.scss

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

77
// Bootstrap
88
@import 'bootstrap/scss/bootstrap';
9-
@import 'bootstrap-icons/font/bootstrap-icons';
109

11-
@font-face {
12-
font-family: 'bootstrap-icons';
13-
src: url('/themes/aurora/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2') format('woff2'), url('/themes/aurora/fonts/vendor/bootstrap-icons/bootstrap-icons.woff') format('woff');
14-
}
10+
$bootstrap-icons-font-dir: "/themes/aurora/fonts/vendor/bootstrap-icons";
11+
12+
@import 'bootstrap-icons/font/bootstrap-icons';
1513

1614
// Datatables
1715
@import 'datatables.net-dt/css/jquery.dataTables.min';
@@ -455,6 +453,7 @@ input[type=checkbox] {
455453
&.form-control {
456454
box-shadow: none !important;
457455
z-index: 0;
456+
appearance: none;
458457
-webkit-appearance: none;
459458
border: none;
460459

@@ -522,6 +521,7 @@ input[type=radio] {
522521
&.form-control {
523522
box-shadow: none !important;
524523
z-index: 0;
524+
appearance: none;
525525
-webkit-appearance: none;
526526
border: none;
527527

0 commit comments

Comments
 (0)