-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from wkspower/224-case-portal-improve-react-a…
…pp-bundle-sizing-and-performance 224 case portal improve react app bundle sizing and performance
- Loading branch information
Showing
10 changed files
with
314 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,18 @@ | |
--> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
|
||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Open Sans:wght@400;500;700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- syncfusion style --> | ||
<link | ||
href="https://cdn.syncfusion.com/ej2/22.1.34/bootstrap5.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- Form.io styles --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
@import '../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-layouts/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css'; | ||
@import '../node_modules/@syncfusion/ej2-react-kanban/styles/bootstrap5.css'; | ||
|
||
legend { | ||
width: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.