mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00f78ad823 | ||
|
|
962de8d053 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tabler-ui",
|
"name": "tabler-ui",
|
||||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
|
||||||
"version": "0.0.30",
|
"version": "0.0.31",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"sass",
|
"sass",
|
||||||
|
|||||||
@@ -306,3 +306,6 @@ $thumbnail-bg: #fff;
|
|||||||
// Pagination
|
// Pagination
|
||||||
$pagination-color: $body-color;
|
$pagination-color: $body-color;
|
||||||
$pagination-disabled-color: $gray-400;
|
$pagination-disabled-color: $gray-400;
|
||||||
|
|
||||||
|
// Navs
|
||||||
|
$nav-tabs-link-active-bg: transparent;
|
||||||
Reference in New Issue
Block a user