mirror of https://github.com/abpframework/abp.git
6 changed files with 53 additions and 47 deletions
@ -0,0 +1,3 @@ |
|||
[ |
|||
|
|||
] |
|||
@ -0,0 +1,49 @@ |
|||
{ |
|||
"compilers": { |
|||
"less": { |
|||
"autoPrefix": "", |
|||
"cssComb": "none", |
|||
"ieCompat": true, |
|||
"strictMath": false, |
|||
"strictUnits": false, |
|||
"relativeUrls": true, |
|||
"rootPath": "", |
|||
"sourceMapRoot": "", |
|||
"sourceMapBasePath": "", |
|||
"sourceMap": false |
|||
}, |
|||
"sass": { |
|||
"includePath": "", |
|||
"indentType": "space", |
|||
"indentWidth": 2, |
|||
"outputStyle": "nested", |
|||
"Precision": 5, |
|||
"relativeUrls": true, |
|||
"sourceMapRoot": "", |
|||
"sourceMap": false |
|||
}, |
|||
"stylus": { |
|||
"sourceMap": false |
|||
}, |
|||
"babel": { |
|||
"sourceMap": false |
|||
}, |
|||
"coffeescript": { |
|||
"bare": false, |
|||
"runtimeMode": "node", |
|||
"sourceMap": false |
|||
} |
|||
}, |
|||
"minifiers": { |
|||
"css": { |
|||
"enabled": true, |
|||
"termSemicolons": true, |
|||
"gzip": false |
|||
}, |
|||
"javascript": { |
|||
"enabled": true, |
|||
"termSemicolons": true, |
|||
"gzip": false |
|||
} |
|||
} |
|||
} |
|||
@ -1,20 +0,0 @@ |
|||
.table tbody td, .table tbody { |
|||
height: initial; |
|||
font-size: 1em; |
|||
padding-top: 0.5em; |
|||
padding-bottom: 0.5em; } |
|||
|
|||
.table td:first-child, .table th:first-child { |
|||
padding-left: 0.5em; |
|||
height: initial; } |
|||
|
|||
.pagination { |
|||
background-color: initial; } |
|||
|
|||
.table thead td, .table thead th { |
|||
height: initial; } |
|||
|
|||
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before, |
|||
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after { |
|||
bottom: 1.5em; } |
|||
|
|||
@ -1 +0,0 @@ |
|||
.table tbody td,.table tbody{height:initial;font-size:1em;padding-top:.5em;padding-bottom:.5em;}.table td:first-child,.table th:first-child{padding-left:.5em;height:initial;}.pagination{background-color:initial;}.table thead td,.table thead th{height:initial;}table.dataTable thead .sorting::before,table.dataTable thead .sorting_asc::before,table.dataTable thead .sorting_desc::before,table.dataTable thead .sorting_asc_disabled::before,table.dataTable thead .sorting_desc_disabled::before,table.dataTable thead .sorting::after,table.dataTable thead .sorting_asc::after,table.dataTable thead .sorting_desc::after,table.dataTable thead .sorting_asc_disabled::after,table.dataTable thead .sorting_desc_disabled::after{bottom:1.5em;} |
|||
@ -1,24 +0,0 @@ |
|||
.table tbody td, .table tbody { |
|||
height: initial; |
|||
font-size: 1em; |
|||
padding-top: 0.5em; |
|||
padding-bottom: 0.5em; |
|||
} |
|||
|
|||
.table td:first-child, .table th:first-child { |
|||
padding-left: 0.5em; |
|||
height: initial; |
|||
} |
|||
|
|||
.pagination { |
|||
background-color: initial; |
|||
} |
|||
|
|||
.table thead td, .table thead th { |
|||
height: initial; |
|||
} |
|||
|
|||
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before, |
|||
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after { |
|||
bottom: 1.5em; |
|||
} |
|||
Loading…
Reference in new issue