Dark mode #26
Merged
MightyPork
merged 3 commits from cpsdqs/datatable.directory:dark-mode
into master
6 years ago
After Width: | Height: | Size: 6.1 KiB |
@ -1,4 +1,5 @@ |
|||||||
{ |
{ |
||||||
"/js/app.js": "/js/app.js", |
"/js/app.js": "/js/app.js", |
||||||
"/css/app.css": "/css/app.css" |
"/css/app.css": "/css/app.css", |
||||||
|
"/css/app-dark.css": "/css/app-dark.css" |
||||||
} |
} |
@ -0,0 +1,30 @@ |
|||||||
|
// Variables |
||||||
|
$theme: dark; |
||||||
|
|
||||||
|
@import "bootstrap"; |
||||||
|
|
||||||
|
html { |
||||||
|
overflow-y: scroll; |
||||||
|
} |
||||||
|
|
||||||
|
@import "helpers"; |
||||||
|
@import "fa-utils"; |
||||||
|
@import "block-collapse"; |
||||||
|
@import "form-help"; |
||||||
|
|
||||||
|
@import "bootstrap-customizations/paginate"; |
||||||
|
@import "bootstrap-customizations/card"; |
||||||
|
@import "bootstrap-customizations/tooltip"; |
||||||
|
@import "bootstrap-customizations/navbar"; |
||||||
|
@import "bootstrap-customizations/footer"; |
||||||
|
@import "bootstrap-customizations/link"; |
||||||
|
@import "bootstrap-customizations/border"; |
||||||
|
@import "bootstrap-customizations/button"; |
||||||
|
@import "bootstrap-customizations/responsive"; |
||||||
|
@import "bootstrap-customizations/typography"; |
||||||
|
|
||||||
|
.bio-table { |
||||||
|
td { |
||||||
|
padding-top: dist(2); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue