Skip to content

Commit 7930bbe

Browse files
committed
update to version 3.0
1 parent 8feb316 commit 7930bbe

File tree

242 files changed

+117946
-19420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+117946
-19420
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="animation-slide-top">404</h1>
2727
<p class="error-advise">The page you were looking for could not be found.</p>
2828
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
2929
<footer class="page-copyright">
30-
<p>© 2020. All RIGHT RESERVED.</p>
30+
<p>© 2021. All RIGHT RESERVED.</p>
3131
</footer>
3232
</div>
3333
</div>

500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="animation-slide-top">500</h1>
2727
<p class="error-advise">Whoopps, something went wrong.</p>
2828
<a class="btn btn-primary btn-round mb-5" href="dashboard.html">GO TO HOME PAGE</a>
2929
<footer class="page-copyright">
30-
<p>© 2020. All RIGHT RESERVED.</p>
30+
<p>© 2021. All RIGHT RESERVED.</p>
3131
</footer>
3232
</div>
3333
</div>

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
![Bootstrap Simple Admin Template - Dashboard](https://i.postimg.cc/xjG9yLNw/bootstrap-simple-admin-template.png)
55

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

1210
View live demo!
1311
[view demo](https://alexis-luna.github.io/bootstrap-simple-admin-template/)

assets/components/navbar/navbar-dropdowns.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.1
3+
* Version: 3.0
44
* Author: Alexis Luna
55
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
66
-------------------------------------------------------------------*/

assets/components/sidebar/sidebar-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.1
3+
* Version: 3.0
44
* Author: Alexis Luna
55
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
66
-------------------------------------------------------------------*/

assets/css/auth.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.1
3+
* Version: 3.0
44
* Author: Alexis Luna
55
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
66
-------------------------------------------------------------------*/

assets/css/error.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.1
3+
* Version: 3.0
44
* Author: Alexis Luna
55
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
66
-------------------------------------------------------------------*/

assets/css/master.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*------------------------------------------------------------------
22
* Bootstrap Simple Admin Template
3-
* Version: 2.1
3+
* Version: 3.0
44
* Author: Alexis Luna
55
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
66
-------------------------------------------------------------------*/
@@ -341,6 +341,7 @@ table.dataTable>tbody>tr.child ul.dtr-details {
341341
border: none;
342342
-webkit-transition: color .1s ease;
343343
transition: color .1s ease;
344+
color: inherit;
344345
}
345346

346347
.nav-tabs .nav-item.show .nav-link,

0 commit comments

Comments
 (0)