Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Added colors to Design page
Browse files Browse the repository at this point in the history
  • Loading branch information
AnXh3L0 committed May 4, 2020
1 parent fc86b36 commit 223637f
Show file tree
Hide file tree
Showing 24 changed files with 1,241 additions and 238 deletions.
4 changes: 2 additions & 2 deletions _includes/components/alerts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="page-header mb-4">
<h2 id="alerts">Alerts</h2>
<div id="alerts" class="col page-header mb-4">
<h2>Alerts</h2>
<p class="text-muted">Some Description about alerts.</p>
</div>
<div class="row p-5 bg-light">
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/badges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page-header mb-4">
<div class="col page-header mb-4">
<h2 id="badges">Badges</h2>
<!--p class="text-muted">Some Description about badges.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/buttons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="buttons" class="mb-4">
<div id="buttons" class="col mb-4">
<h2>Buttons</h2>
<!--p class="text-muted">Some Description about buttons.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/cards.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="mb-4" id="cards">
<div class="col mb-4" id="cards">
<h2>Cards</h2>
<div class="row bg-light p-md-5 p-sm-3 pt-5 pb-5">
<div class="col-md-6 col-sm-12 col-xs-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="footer" class="page-header mb-4">
<div id="footer" class="col page-header mb-4">
<h3>Footer</h3>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _includes/components/forms.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page-header mb-4" id="forms">
<div class="col page-header mb-4" id="forms">
<h2>Forms</h2>
<!--p class="text-muted">Some Description about Forms.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/jumbotron.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="mb-4" id="jumbotron">
<div class="col mb-4" id="jumbotron">
<h2 >Jumbotron</h2>
<div class="bg-light p-md-5 p-sm-3">
<div class="jumbotron bg-primary text-white">
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/navbar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="header" class="mb-4">
<div id="header" class="col mb-4">
<h2>Header</h2>
<!--p class="text-muted">Some Description about buttons.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/paginate.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page-header mb-4 " id="pagination">
<div class="col page-header mb-4 " id="pagination">
<h2>Pagination</h2>
<!--p class="text-muted">Some Description about pagination.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/scrollspy.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page-header mb-4" id="scrollspy">
<div class="col page-header mb-4" id="scrollspy">
<h3>Scrollspy</h3>
<!--p class="text-muted">Some Description about scrollspy.</p-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/tables.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page-header mb-4" id="tables">
<div class="col page-header mb-4" id="tables">
<h2>Tables</h2>
</div>
<div class="row bg-light p-5">
Expand Down
88 changes: 0 additions & 88 deletions _includes/design/assets.html

This file was deleted.

Loading

0 comments on commit 223637f

Please sign in to comment.