Skip to content

Commit

Permalink
update to version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-dev-ph committed Jul 22, 2021
1 parent 8feb316 commit 7930bbe
Show file tree
Hide file tree
Showing 242 changed files with 117,946 additions and 19,420 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="animation-slide-top">404</h1>
<p class="error-advise">The page you were looking for could not be found.</p>
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
<footer class="page-copyright">
<p>© 2020. All RIGHT RESERVED.</p>
<p>© 2021. All RIGHT RESERVED.</p>
</footer>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 500.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="animation-slide-top">500</h1>
<p class="error-advise">Whoopps, something went wrong.</p>
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
<footer class="page-copyright">
<p>© 2020. All RIGHT RESERVED.</p>
<p>© 2021. All RIGHT RESERVED.</p>
</footer>
</div>
</div>
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
![Bootstrap Simple Admin Template - Dashboard](https://i.postimg.cc/xjG9yLNw/bootstrap-simple-admin-template.png)

### What's New?
- New layout for dashboard page
- New cleaner look for login, signup, and forgot password page
- Minor UI optimizations
- Upgrade to Bootstrap 4.6
- Upgrade Bootstrap to version 5.0.2
- Updated third-party plugins to recent versions

View live demo!
[view demo](https://alexis-luna.github.io/bootstrap-simple-admin-template/)
Expand Down
2 changes: 1 addition & 1 deletion assets/components/navbar/navbar-dropdowns.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.1
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion assets/components/sidebar/sidebar-default.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.1
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion assets/css/auth.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.1
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion assets/css/error.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.1
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
Expand Down
3 changes: 2 additions & 1 deletion assets/css/master.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 2.1
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/
Expand Down Expand Up @@ -341,6 +341,7 @@ table.dataTable>tbody>tr.child ul.dtr-details {
border: none;
-webkit-transition: color .1s ease;
transition: color .1s ease;
color: inherit;
}

.nav-tabs .nav-item.show .nav-link,
Expand Down
Loading

0 comments on commit 7930bbe

Please sign in to comment.