1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Compare commits

..

2 Commits

Author SHA1 Message Date
chomik
00f78ad823 0.0.31 2018-04-06 16:35:06 +02:00
chomik
962de8d053 menu fix 2018-04-06 16:33:20 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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.30",
"version": "0.0.31",
"keywords": [
"css",
"sass",

View File

@@ -305,4 +305,7 @@ $thumbnail-bg: #fff;
// Pagination
$pagination-color: $body-color;
$pagination-disabled-color: $gray-400;
$pagination-disabled-color: $gray-400;
// Navs
$nav-tabs-link-active-bg: transparent;