all complete
This commit is contained in:
parent
28aa7c5744
commit
53d7ce164e
@ -23,6 +23,7 @@
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
||||
|
||||
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> -->
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
|
@ -5,13 +5,16 @@ $enable-ltr: true;
|
||||
$enable-rtl: true;
|
||||
|
||||
// Import CoreUI for React components library
|
||||
@import "@coreui/coreui/scss/coreui";
|
||||
//@import "@coreui/coreui/scss/coreui";
|
||||
|
||||
// Import Chart.js custom tooltips styles
|
||||
//@import "@coreui/chartjs/scss/coreui-chartjs";
|
||||
@import "@coreui/chartjs/scss/coreui-chartjs";
|
||||
|
||||
@import "layout";
|
||||
@import "example";
|
||||
|
||||
// If you want to add custom CSS you can put it here.
|
||||
@import "custom";
|
||||
|
||||
@import '@coreui/coreui/dist/css/coreui.min.css';
|
||||
@import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
Loading…
Reference in New Issue
Block a user