Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored and scrs_zdenek committed Mar 8, 2022
1 parent 65b711b commit 87c0ba7
Show file tree
Hide file tree
Showing 10 changed files with 601 additions and 992 deletions.
13 changes: 6 additions & 7 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="node_modules/sidebar-skeleton-compostrap/dist/css/sidebar.css">
<link rel="stylesheet" href="node_modules/open-sans-fontface/open-sans.css">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.css">
<link rel="stylesheet" href="node_modules/perfect-scrollbar/css/perfect-scrollbar.css">
<link rel="stylesheet" href="node_modules/sidebar-menu-compostrap/dist/css/sidebar.menu.css">
Expand Down Expand Up @@ -196,8 +195,8 @@

<!-- full box -->
<div class="content-box mb-3 bg-white shadow-sm">
<h3>Full content</h3>
<p class="content-font-size">Here is content this website page.</p>
<h5>Full content</h5>
<p>Here is content this website page.</p>
</div>

<!-- grid -->
Expand All @@ -206,16 +205,16 @@ <h3>Full content</h3>
<!-- six box -->
<div class="mb-3 col-xl-6">
<div class="content-box bg-white shadow-sm">
<h3>50% content</h3>
<p class="content-font-size">Here is content this website page.</p>
<h5>50% content</h5>
<p>Here is content this website page.</p>
</div>
</div>

<!-- six box -->
<div class="mb-3 col-xl-6">
<div class="content-box bg-white shadow-sm">
<h3>50% content</h3>
<p class="content-font-size">Here is content this website page.</p>
<h5>50% content</h5>
<p>Here is content this website page.</p>
</div>
</div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions dist/css/dashboard.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/dashboard.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/dashboard.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Dashboard skeleton
* Copyright Zdeněk Papučík
* MIT License
*/.nanobar .bar{background-color:#d2d2d2}.text-silver{color:#adb5bd}.text-purple{color:#6f42c1}.text-pink{color:#d63384}.text-orange{color:#fd7e14}.text-teal{color:#20c997}.text-bolder{font-weight:600}.navbar-nav-breadcrumb .nav-link{margin-left:1.25rem}.navbar-nav-breadcrumb li+li:before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f715";position:absolute;top:1.25rem;font-size:.875rem;opacity:.2}.content-box{padding:1.25rem;border-radius:.25rem}.content-box .content-font-size{font-size:1rem}
*/.nanobar .bar{background-color:#d2d2d2}.text-silver{color:#adb5bd}.text-purple{color:#6f42c1}.text-pink{color:#d63384}.text-orange{color:#fd7e14}.text-teal{color:#20c997}.text-bolder{font-weight:600}.navbar-nav-breadcrumb .nav-link{margin-left:1.25rem}.navbar-nav-breadcrumb li+li:before{font-family:"Font Awesome 5 Free";font-weight:600;content:"\f715";position:absolute;top:1.25rem;font-size:.875rem;opacity:.2}.content-box{padding:1.25rem;border-radius:.25rem}
Loading

0 comments on commit 87c0ba7

Please sign in to comment.