Skip to content

Commit

Permalink
removed unnecessary text and style css
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaparmar26 committed Aug 23, 2021
1 parent ac0706d commit 4fec47b
Show file tree
Hide file tree
Showing 4 changed files with 1,393 additions and 1,826 deletions.
1 change: 0 additions & 1 deletion src/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16445,7 +16445,6 @@ textarea.form-control-lg {
display: none !important; } }

.navbar-vertical {
height: 100vh;
margin-left: -17rem;
display: block;
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/theme/components/_navbar-vertical.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Navbar Vertcial

.navbar-vertical {
height: 100vh;

margin-left: -17rem;
display: block;
position: fixed;
Expand Down
9 changes: 0 additions & 9 deletions src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ <h1 class="mb-2">Introduction</h1>
<h3 class="fw-medium"><a href="#quickstart" name="quickstart" id="quickstart" class="heading-permalink" aria-hidden="true" title=""></a>Quick start</h3>
<div class="mt-6" id="css">
<h4 class="mb-2">CSS</h4>
<p>Copy-paste the <strong>Bootstrap</strong>,
and then <strong>Dash-ui</strong> stylesheets into your link. before
all other stylesheets to load our CSS.</p>
</div>
<!-- Card -->
<div class="card p-4">
Expand All @@ -59,12 +56,6 @@ <h4 class="mb-2">CSS</h4>
<div class="mb-5" id="js">
<div class="mt-3 mb-3">
<h4 class="mb-2">JS </h4>
<p>Many of our components require the use of JavaScript to function. Specifically, they require
jQuery, Popper.js, and our own JavaScript plugins. Place the following <strong>script</strong>
near the end of your
docs, right before the closing <strong>body </strong> tag, to enable them. jQuery must come
first, then popper.js, and then our JavaScript plugins.
</p>
</div>
<!-- Card -->
<div class="card p-4 mt-4 mb-4">
Expand Down
Loading

0 comments on commit 4fec47b

Please # to comment.