Skip to content

Commit

Permalink
⬆️ update tabler v1.0.0-alpha.13 to v1.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmn committed Nov 30, 2020
1 parent c25a37e commit 987f9aa
Show file tree
Hide file tree
Showing 640 changed files with 316 additions and 188 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Laravel 8 has a new and very efficient application scaffolding package called [J

This package is a preset for FortifyUI, it brings ready-to-use and beautiful templates for the most important pages which include: login, registration, password reset pages and two factor authentication. The templates are based and build on the [Tabler.io](https://tabler.io) framework which is build with Bootstrap 5.0.

This preset includes Tabler assets for [release 1.0.0-alpha.13](https://github.com/tabler/tabler/releases/tag/v1.0.0-alpha.13).
This preset includes Tabler assets for [release 1.0.0-alpha.13](https://github.com/tabler/tabler/releases/tag/v1.0.0-alpha.15).

- [Installation](#installation)
- [Two Factor Authentication](#2fa)
Expand Down
35 changes: 33 additions & 2 deletions stubs/public/dist/css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.15 (https://tabler.io)
* @version 1.0.0-alpha.15
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
Expand Down Expand Up @@ -293,3 +293,34 @@ body.no-transitions * {
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.demo-icons-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0 -2px -1px 0;
list-style: none; }
.demo-icons-list > * {
flex: 1 0 7rem; }

.demo-icons-list-wrap {
overflow: hidden; }

.demo-icons-list-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 7rem;
text-align: center;
padding: .5rem;
border-right: 1px solid #e6e8e9;
border-bottom: 1px solid #e6e8e9;
color: inherit;
cursor: pointer; }
.demo-icons-list-item .icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem; }
.demo-icons-list-item:hover {
text-decoration: none; }
6 changes: 3 additions & 3 deletions stubs/public/dist/css/demo.min.css

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

4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-flags.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.15 (https://tabler.io)
* @version 1.0.0-alpha.15
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
Expand Down
4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-flags.min.css

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

4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-payments.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.15 (https://tabler.io)
* @version 1.0.0-alpha.15
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
Expand Down
4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-payments.min.css

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

4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-vendors.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.15 (https://tabler.io)
* @version 1.0.0-alpha.15
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
Expand Down
4 changes: 2 additions & 2 deletions stubs/public/dist/css/tabler-vendors.min.css

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

Loading

0 comments on commit 987f9aa

Please sign in to comment.