datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
868 B
42 lines
868 B
// Variables
|
|
@import "bootstrap";
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
dd {
|
|
margin-left: dist(4);
|
|
}
|
|
|
|
dt {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
@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";
|
|
@import "bootstrap-customizations/nav";
|
|
@import "bootstrap-customizations/table";
|
|
@import "bootstrap-customizations/notification";
|
|
|
|
@import "infobox";
|
|
@import "funding";
|
|
|
|
.bio-table {
|
|
td {
|
|
padding-top: dist(2);
|
|
}
|
|
}
|
|
|