-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.php
More file actions
38 lines (27 loc) · 1.76 KB
/
styles.php
File metadata and controls
38 lines (27 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<link rel="stylesheet" href="<?php echo $assets; ?>plugins/bootstrap/css/bootstrap.min.css" />
<!-- Plugins css -->
<link rel="stylesheet" href="<?php echo $assets; ?>plugins/charts-c3/c3.min.css"/>
<link rel="stylesheet" href="<?php echo $assets; ?>plugins/jvectormap/jvectormap-2.0.3.min.css" />
<!-- Select2 CSS -->
<script src="<?php echo $assets; ?>plugins/select2/css/select2.min.css"></script>
<!-- Core css -->
<link rel="stylesheet" href="<?php echo $assets; ?>css/main.css"/>
<link rel="stylesheet" href="<?php echo $assets; ?>css/theme1.css" id="stylesheet"/>
<link rel="stylesheet" href="<?php echo $assets; ?>css/custom.min.css?v6" />
<link rel="stylesheet" href="<?php echo $assets; ?>css/dark.css" />
<!-- SweetAlert2 -->
<link rel="stylesheet" href="<?php echo $assets; ?>plugins/sweetalert2-theme-bootstrap-4/bootstrap-4.min.css">
<!-- Toastr -->
<link rel="stylesheet" href="<?php echo $assets; ?>plugins/toastr/toastr.min.css">
<!--HighlightJs Theme-->
<link rel="stylesheet" type="text/css" href="<?php echo $assets; ?>plugins/highlightjs/styles/monokai-sublime.min.css">
<!--Cusom scroll css -->
<link rel="stylesheet" href="<?php echo $assets; ?>css/jquery.mCustomScrollbar.min.css" />
<!--Core Google auth button styling --->
<!-- <meta name="google-signin-client_id" content="545549745917-bt32oena9mo7ankcbcqpg2thpc6kigdm.apps.googleusercontent.com"> -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" rel="stylesheet"/>
<!-- Select2 CSS -->
<link href="<?php echo $assets; ?>css/select2.min.css" rel="stylesheet" />
<!-- ckeditor -->
<!-- <link rel="stylesheet" href="/assets/plugins/ckeditor/css/samples.css">
<link rel="stylesheet" href="/assets/plugins/ckeditor/css/neo.css"> -->