mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 02:14:26 +04:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80e63b200c | ||
|
|
b293328ce1 | ||
|
|
311789b08e | ||
|
|
d04eab4c52 | ||
|
|
466c2504f3 | ||
|
|
13c9141866 | ||
|
|
1fb1eef7ba | ||
|
|
02a383cbcf | ||
|
|
8b0917c548 | ||
|
|
a7f5b22200 | ||
|
|
03e7ec5711 | ||
|
|
e3b837b4c5 | ||
|
|
0f7b572b94 | ||
|
|
9ea0fe0f06 | ||
|
|
d5bf80fe64 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ generated-site
|
||||
deploy-site
|
||||
/commits.sh
|
||||
/assets/css/
|
||||
/vendor/
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Tabler
|
||||
|
||||
Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
<a href="https://buddy.works"><img src="https://assets.buddy.works/automated-dark.svg" alt="Automated by Buddy" align="right"></a>
|
||||
|
||||
<a href="https://www.npmjs.com/package/tabler-ui"><img src="https://img.shields.io/npm/dt/tabler-ui.svg" alt="Total Downloads"></a> <a href="https://github.com/tabler/tabler/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tabler-ui.svg" alt="License"></a> <a href="https://github.com/tabler/tabler/releases"><img src="https://img.shields.io/npm/v/tabler-ui.svg" alt="Latest Release"></a> <a href="https://david-dm.org/tabler/tabler?type=dev"><img src="https://img.shields.io/david/dev/tabler/tabler.svg" alt="devDependency Status"></a>
|
||||
Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
|
||||
<strong><a href="https://tabler.github.io/demo/">View Demo</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a></strong>
|
||||
|
||||
@@ -22,6 +22,10 @@ We’ve created this admin panel for everyone who wants to create any template b
|
||||
* **Clean Code:** We strictly followed Bootstrap’s guidelines to make your integration as easy as possible. All code is handwritten and W3c valid.
|
||||
* **Demo pages**: Tabler features over 20 individual pages featuring various components, giving you the freedom of choosing and combining. All components can have variation in color and styling, that can easily be modified using Sass. The sky is the limit!
|
||||
|
||||
## Status
|
||||
|
||||
<a href="https://www.npmjs.com/package/tabler-ui"><img src="https://img.shields.io/npm/dt/tabler-ui.svg" alt="Total Downloads"></a> <a href="https://github.com/tabler/tabler/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tabler-ui.svg" alt="License"></a> <a href="https://github.com/tabler/tabler/releases"><img src="https://img.shields.io/npm/v/tabler-ui.svg" alt="Latest Release"></a> <a href="https://david-dm.org/tabler/tabler?type=dev"><img src="https://img.shields.io/david/dev/tabler/tabler.svg" alt="devDependency Status"></a> [](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922)
|
||||
|
||||
## Documentation
|
||||
|
||||
For full documentation, visit [tabler.github.io/tabler/docs](https://tabler.github.io/tabler/docs/index.html).
|
||||
|
||||
@@ -2,6 +2,7 @@ title: Tabler
|
||||
description: tabler.github.io - a responsive, flat and full featured admin template
|
||||
|
||||
source: src
|
||||
host: 0.0.0.0
|
||||
|
||||
plugins:
|
||||
- jekyll-tidy
|
||||
|
||||
15
composer.json
Normal file
15
composer.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "tabler/tabler",
|
||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {},
|
||||
"require-dev": {},
|
||||
"autoload": {},
|
||||
"authors": [
|
||||
{
|
||||
"name": "codecalm",
|
||||
"email": "codecalm@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
version=0.0.19
|
||||
version=0.0.21
|
||||
|
||||
echo "Version $version"
|
||||
|
||||
|
||||
2
dist/400.html
vendored
2
dist/400.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 400 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/401.html
vendored
2
dist/401.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 401 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/403.html
vendored
2
dist/403.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 403 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/404.html
vendored
2
dist/404.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 404 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/500.html
vendored
2
dist/500.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 500 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/503.html
vendored
2
dist/503.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Page 503 - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
45
dist/assets/css/dashboard.css
vendored
45
dist/assets/css/dashboard.css
vendored
@@ -1534,7 +1534,8 @@ pre code {
|
||||
}
|
||||
|
||||
.table th, .text-wrap table th,
|
||||
.table td, .text-wrap table td {
|
||||
.table td,
|
||||
.text-wrap table td {
|
||||
padding: 0.75rem;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #dee2e6;
|
||||
@@ -1563,12 +1564,14 @@ pre code {
|
||||
}
|
||||
|
||||
.table-bordered th, .text-wrap table th,
|
||||
.table-bordered td, .text-wrap table td {
|
||||
.table-bordered td,
|
||||
.text-wrap table td {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.table-bordered thead th, .text-wrap table thead th,
|
||||
.table-bordered thead td, .text-wrap table thead td {
|
||||
.table-bordered thead td,
|
||||
.text-wrap table thead td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
@@ -5616,7 +5619,8 @@ button.close {
|
||||
}
|
||||
|
||||
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
|
||||
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
|
||||
.bs-popover-top .arrow::after,
|
||||
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
||||
border-width: 0.5rem 0.25rem 0;
|
||||
}
|
||||
|
||||
@@ -5625,7 +5629,9 @@ button.close {
|
||||
border-top-color: #dee3eb;
|
||||
}
|
||||
|
||||
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
|
||||
|
||||
.bs-popover-top .arrow::after,
|
||||
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
||||
bottom: 1px;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
@@ -5642,7 +5648,8 @@ button.close {
|
||||
}
|
||||
|
||||
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
|
||||
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
|
||||
.bs-popover-right .arrow::after,
|
||||
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
||||
border-width: 0.25rem 0.5rem 0.25rem 0;
|
||||
}
|
||||
|
||||
@@ -5651,7 +5658,9 @@ button.close {
|
||||
border-right-color: #dee3eb;
|
||||
}
|
||||
|
||||
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
|
||||
|
||||
.bs-popover-right .arrow::after,
|
||||
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
||||
left: 1px;
|
||||
border-right-color: #fff;
|
||||
}
|
||||
@@ -5665,7 +5674,8 @@ button.close {
|
||||
}
|
||||
|
||||
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
|
||||
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
||||
.bs-popover-bottom .arrow::after,
|
||||
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
||||
border-width: 0 0.25rem 0.5rem 0.25rem;
|
||||
}
|
||||
|
||||
@@ -5674,7 +5684,9 @@ button.close {
|
||||
border-bottom-color: #dee3eb;
|
||||
}
|
||||
|
||||
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
||||
|
||||
.bs-popover-bottom .arrow::after,
|
||||
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
||||
top: 1px;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
@@ -5702,7 +5714,8 @@ button.close {
|
||||
}
|
||||
|
||||
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
|
||||
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
|
||||
.bs-popover-left .arrow::after,
|
||||
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
||||
border-width: 0.25rem 0 0.25rem 0.5rem;
|
||||
}
|
||||
|
||||
@@ -5711,7 +5724,9 @@ button.close {
|
||||
border-left-color: #dee3eb;
|
||||
}
|
||||
|
||||
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
|
||||
|
||||
.bs-popover-left .arrow::after,
|
||||
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
||||
right: 1px;
|
||||
border-left-color: #fff;
|
||||
}
|
||||
@@ -9688,12 +9703,14 @@ a.text-dark:hover, a.text-dark:focus {
|
||||
.table, .text-wrap table {
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
.table td, .text-wrap table td,
|
||||
.table th, .text-wrap table th {
|
||||
|
||||
.table td,
|
||||
.text-wrap table td, .table th, .text-wrap table th {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.table-bordered th, .text-wrap table th,
|
||||
.table-bordered td, .text-wrap table td {
|
||||
.table-bordered td,
|
||||
.text-wrap table td {
|
||||
border: 1px solid #ddd !important;
|
||||
}
|
||||
}
|
||||
|
||||
2
dist/blog.html
vendored
2
dist/blog.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/cards.html
vendored
2
dist/cards.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Cards design - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/charts.html
vendored
2
dist/charts.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Charts - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/crypto-currencies.html
vendored
2
dist/crypto-currencies.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Crypto currencies - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/alerts.html
vendored
2
dist/docs/alerts.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Alerts - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/avatars.html
vendored
2
dist/docs/avatars.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Avatars - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/buttons.html
vendored
2
dist/docs/buttons.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Buttons - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/cards.html
vendored
2
dist/docs/cards.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Cards - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/charts.html
vendored
2
dist/docs/charts.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Charts - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/colors.html
vendored
2
dist/docs/colors.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Colors - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/form-components.html
vendored
2
dist/docs/form-components.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Form components - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/grid.html
vendored
2
dist/docs/grid.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Grid utilities - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/index.html
vendored
2
dist/docs/index.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Introduction - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/tags.html
vendored
2
dist/docs/tags.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Tags - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/docs/typography.html
vendored
2
dist/docs/typography.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Typography - Documentation - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/email.html
vendored
2
dist/email.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Email - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/empty.html
vendored
2
dist/empty.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Empty page - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/forgot-password.html
vendored
2
dist/forgot-password.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Forgot password - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/form-elements.html
vendored
2
dist/form-elements.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/gallery.html
vendored
2
dist/gallery.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/icons.html
vendored
2
dist/icons.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Icons - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
8
dist/index.html
vendored
8
dist/index.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Homepage - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
@@ -688,7 +688,7 @@
|
||||
<td>
|
||||
<div>Michelle Schultz</div>
|
||||
<div class="small text-muted">
|
||||
Registered: Feb 18, 2018
|
||||
Registered: Feb 19, 2018
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
@@ -790,7 +790,7 @@
|
||||
<td>
|
||||
<div>Douglas Ray</div>
|
||||
<div class="small text-muted">
|
||||
Registered: Jan 3, 2018
|
||||
Registered: Jan 4, 2018
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
@@ -841,7 +841,7 @@
|
||||
<td>
|
||||
<div>Teresa Reyes</div>
|
||||
<div class="small text-muted">
|
||||
Registered: Feb 20, 2018
|
||||
Registered: Feb 21, 2018
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
2
dist/invoice.html
vendored
2
dist/invoice.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Invoice - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/login.html
vendored
2
dist/login.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Login - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/lookup.html
vendored
2
dist/lookup.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Lookup company - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/maps.html
vendored
2
dist/maps.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Maps - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/pagination.html
vendored
2
dist/pagination.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Pagination - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/pricing-cards.html
vendored
2
dist/pricing-cards.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Pricing cards - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/profile.html
vendored
2
dist/profile.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Profile - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/register.html
vendored
2
dist/register.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Register - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/sample-cards.html
vendored
2
dist/sample-cards.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Homepage - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/store.html
vendored
2
dist/store.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>Store components - tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
2
dist/users-list.html
vendored
2
dist/users-list.html
vendored
@@ -14,7 +14,7 @@
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
<!-- Generated: 2018-04-04 10:03:22 +0200 -->
|
||||
<!-- Generated: 2018-04-04 16:20:21 +0200 -->
|
||||
<title>tabler.github.io - a responsive, flat and full featured admin template</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tabler-ui",
|
||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
|
||||
"version": "0.0.19",
|
||||
"version": "0.0.21",
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
|
||||
Reference in New Issue
Block a user